Deltabot is a score keeping reddit bot originally designed for /r/changemyview
It works by reading a subreddit, looking for specific tokens that denote that a point should be awarded. If it finds one, it awards that user a point by adjusting their flair.
- Make sure you have Python and PRAW installed.
- Create the file
config.jsonand fill in the appropriate fields usingconfig.json.exampleas a template. - Linux/Mac users: Run
runbot.sh. Windows users: Runwinrun.bat. CLI: Typepython deltabotfrom the root folder of the program.
Make sure whatever account you're using to run the bot is a moderator of your subreddit and has permission to edit flair and the wiki.
If you're a developer visit the developer subreddit /r/DeltaBot
Check out requirements_doc.txt to get an idea of what DeltaBot needs to do. To see new features that have not been implemented yet, check the Issues page.
Join us on IRC! (Snoonet #DeltaBot)