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.pyand renameExampleRedditBottoSpecificBot - Edit
SpecificBot.mainto do something
#Run bot
source bin/activate; python someRelatedBots/specificbot.py