Caveat: probably broken at any given moment
#Setup Run ./setup.sh
#Add new bots
mkdir someRelatedBots && cp example/example.py someRelatedBots/specificBot.py
- Edit
someRelatedBots/specificbot.py
and renameExampleRedditBot
toSpecificBot
- Edit
SpecificBot.main
to do something
#Run bot
source bin/activate; python someRelatedBots/specificbot.py