Script for importing ratings and watched movies from MovieLens to Trakt.
Steps for running the script:
- Download movielens-ratings.csv and movielens-logs.csv from https://movielens.org/profile/settings/import-export by clicking "export ratings" and "export activity logs"
- Change the RATINGS_CSV and LOGS_CSV variables in secrets.py to point to the paths of the downloaded files
- Change the ACCESS_TOKEN and CLIENT_ID variables to your Trakt API access token and client ID (see steps below)
- Run the Python script
Steps to get Trakt API access token and client ID: