This is a visualization tool for Reddit which when given a username presents you the user's data in informative ways. Currently the bot provides 5 kinds of visualizations:
-
A graph of all of the users comments against their votes
-
A grapgh of all of the users submissions against their votes
-
Variation of comment karma with time
-
Variation of submission karma with time
-
A graph showing the most commonly used words by the user
-
Python 3.3+
-
PRAW - pip install praw
-
Plotly - pip install plotly