Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 367 Bytes

Caveat: probably broken at any given moment

#Setup Run ./setup.sh

#Add new bots

  1. mkdir someRelatedBots && cp example/example.py someRelatedBots/specificBot.py
  2. Edit someRelatedBots/specificbot.py and rename ExampleRedditBot to SpecificBot
  3. Edit SpecificBot.main to do something

#Run bot source bin/activate; python someRelatedBots/specificbot.py