migueljteixeira / nodejs-imdbTrakt

Import your ratings list from IMDB.com to Trakt.tv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import your IMDB.com ratings list to Trakt.tv - NodeJS

You'll need node.js to run it. Get it at www.nodejs.org.

Run the following command to install the csv parser:

$ npm install csv

Next, run main.js through node program:

$ node main.js

And that's it!

Configuration

To download your ratings list from IMDB.com, access the 'Your Ratings' page. Scroll to the bottom and click 'Export this list'. Next, edit the value of the variable ratingsFile, to your file name.

You'll need to change the values of the apiKey, username and password variables. You can access all this information in your trakt.tv account

About

Import your ratings list from IMDB.com to Trakt.tv