Home > traktflix

traktflix

Traktflix is a project mainly written in RUBY and JAVASCRIPT, it's free.

TraktFlix is a Ruby on Rails application that imports films you've watched on Netflix (instant or DVD) into your Trakt library.

trakt/flix 1.0

Copy movies you've watched on Netflix into your Trakt library.

== Prerequisites

Dependencies include gem 'oauth' for authentication with the Netflix API.

== Setup

Sessions are stored in a local sqlite3 database. To setup this database, run: $ rake db:sessions:create $ rake db:migrate

Previous:Lab9-collinbc