This Repo is archived. You can access new and better version here.
Trakt all-time-stats without Trakt VIP
- Python3
- Trakt Client ID
- TMDB API key
- Full export of trakt data using traktexport
pip install -r requirements.txt # one time
TMDB_API_KEY="value-here" TRAKT_API_KEY="value-here" python ui.py
- Program UI is only optimized for 1360x768 resolution
- As i made it only for personal use, the code is messy and has no comments.