Hey all!! I made a reddit bot which uses Reddits own api called PRAW and imgurs api, when prompted will show your reddit details plus your reddit stats in graphs, i.e it includes your most used words, the top 10 subreddits where you had spent most of your time, made a word-cloud which shows your most used words, plus a sentiment analysis graph of your comments!! The bot is currently deployed on Heroku and runs with a 5min cooldown after running through the list of subreddits I provided it.
- Enter your client id, client password, your reddit username & password on line 26.
- After that enter your subreddit list where the bot will be active.
- Then you just need to write !Givestats, this will show the stats of your profile
- For other profile you need to write !Givestats Username, here Username is the reddit username of the person, you are trying to search. For eg: If i want to search a name Abcd, I'll write !Givestats Abcd.
- The result images, the bot will reply with an imgur link!!
Feel free to use the bot, i want to credit https://github.com/akashsara, I took some reference from his code plus got the idea of imgur api implementation.