From 7dd4d608a5aea0c02352af91ef823c59d0c244b2 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Fri, 8 Sep 2017 16:39:41 +0000 Subject: [PATCH] Added bot info^Co top of main.py --- main.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main.py b/main.py index 22e8708..5eb050b 100755 --- a/main.py +++ b/main.py @@ -1,6 +1,15 @@ #!./env/bin/python # main.py +''' +Is Anybody Here Bot + +VERSION: 0.1.0 +DESCRIPTION: A reddit bot that helps find people in the know +AUTHOR: Keith Irwin +SOURCE: https://github.com/keith24/is-anybody-here-bot +''' + import praw, pdb, re, os