Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 793 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 793 Bytes

trakt-history-py

Python version of Trakt history grabber for updating my /now page at https://scottwillsey.com/now/

Configuration

trakt-history-py requires you to register an API app with Trakt. When creating your app, use the device authentication URI for Redirect URI.

You will need your app's Client ID, Client Secret, App ID, and your username. Create a .env file based on .env.tpl, and substitute the values of those four items in for the values in the .env file.

Acknowledgments

Code in the api portion of this application is from or modified from glensc/python-pytrakt, which I forked to add history functionality, and then later decided to integrate directly into trakt-history-py.