DeltaBot
DeltaBot copied to clipboard
In the delta tracker page, Clicking on "Delta List" will take you to http://reddit.com/r/subreddit/wiki/username Delta history is actually kept in http://reddit.com/r/subreddit/wiki/user/username
refactored the tests to use the 'mocks' library, which allows cleaning up the main bot source code and avoiding having to pass in functions to the scan_comment function
https://github.com/alexames/DeltaBot/blob/master/deltabot/deltabot.py#L548 This line (and all other lines with this code) are currently throwing errors that cause the sidebar to not get updated. The rest of the bot appears to be...
Currently, in the deltas column, it says x∆, with x being the number of deltas earned that month. I'd like to change this so that a) the delta symbol is...
Hey! So I've been talking with PixelOrange about making this project easier to test. Given that many people are coming and going on this project, I think testing would be...
DeltaBot is consistently missing deltas. I believe this to be a result of the comment history feature. I have temporarily added a feature that will automatically clear the history and...
This is a continuation of issue #3 which I accidentally referenced in a commit. The leaderboards should not be ordered alphabetically or any other unbiased way. For example, if Zebra...
DeltaBot is correctly giving users deltas and is correctly setting up their wiki pages. However, it seems to be having difficulty discerning when someone does not have a delta. The...
The delta totals are not correct on the wiki page for each user. It appears to either be pulling from the incorrect location or is being defeated by Reddit's API...
AutoModerator can auto-flair every post but can't remove them when OP replies to a comment. I was thinking, maybe DeltaBot and AutoMod could work together, like this: AutoMod auto-flairs every...