Get the votes of a user and displays the results as a graph, for example
- set up secret.py containg your reddit client_id and client_secret like this
client_id = 'my_id'
client_secret = 'my_secret'
Then to generate the table of votes use
python getUserStats.py user_name
on the commandline, and
python createGraph.py
to create a graph of the data