Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 756 Bytes

Get User Stats

Get the votes of a user and displays the results as a graph, for example

My stats

Requirements

Usage

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