Install gamethreads and dependencies with pip, e.g. in a virtualenv:
pip install -e [email protected]:redditnfl/gamethreads.git#egg=gamethreads
Register the app as a personal use script on reddit and create a praw.ini with the necessary information:
[gamethread] client_id = client_secret = user_agent = gamethreads/1.0 username = password =
Alternatively you can generate a refresh_token, e.g. using the example script from the PRAW docs. In the future this should probably be an automatic part of this code.