All Projects → m5n → Netflix Ratings Extractor

m5n / Netflix Ratings Extractor

Licence: mit
Greasemonkey script for Chrome, Firefox, Safari: export your rated Netflix movies.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Netflix Ratings Extractor

watch-any-movie
A Netflix Clone App built using React js , Material UI & OMDb API that allows searching of 1000+ movies and provides information about their plot, IMDB rating, MetaScore, Genre, and Year in which it is published, along with high-quality audio and video streaming.
Stars: ✭ 31 (+3.33%)
Mutual labels:  movies, netflix
Bash Snippets
A collection of small bash scripts for heavy terminal users
Stars: ✭ 8,558 (+28426.67%)
Mutual labels:  backup, movies
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+136.67%)
Mutual labels:  movies, netflix
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (+530%)
Mutual labels:  netflix, movies
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+1780%)
Mutual labels:  netflix, movies
Phpmyadmin sql backup
A Python script to automate SQL dumps via phpMyAdmin's web interface
Stars: ✭ 17 (-43.33%)
Mutual labels:  backup
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-13.33%)
Mutual labels:  backup
Safeharbor
local mirror of your Github stars (including ALL branches)
Stars: ✭ 16 (-46.67%)
Mutual labels:  backup
Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+2540%)
Mutual labels:  movies
Ansible Restic
Deploy restic backup program
Stars: ✭ 29 (-3.33%)
Mutual labels:  backup
Flickrsync
A command line tool to synchronise, upload, download, pictures between the local file system and Flickr. Image hash signature of the picture is used to uniquely identify the image.
Stars: ✭ 14 (-53.33%)
Mutual labels:  backup
Media Tracker
Self-hosted open source media-tracker for tv shows and movies. (React, Redux)
Stars: ✭ 21 (-30%)
Mutual labels:  movies
Mongodb Backup Cli
mongodb-backup cli for Nodejs
Stars: ✭ 17 (-43.33%)
Mutual labels:  backup
Arch Plex
Docker build script for Arch Linux base with Plex Media Server
Stars: ✭ 10 (-66.67%)
Mutual labels:  movies
Unyson
A WordPress framework that facilitates the development of WP themes
Stars: ✭ 890 (+2866.67%)
Mutual labels:  backup
Govno
Backup your govno to S3! VNO protocol implementation in Go
Stars: ✭ 21 (-30%)
Mutual labels:  backup
Nflxmultisubs
Multiple Subtitles and Enhanced Experiences for Netflix Web App
Stars: ✭ 889 (+2863.33%)
Mutual labels:  netflix
Auto Skip For Netflix And Prime
Auto Skip Intro, Recaps for Netflix and Prime
Stars: ✭ 22 (-26.67%)
Mutual labels:  netflix
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-56.67%)
Mutual labels:  backup
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+2903.33%)
Mutual labels:  movies

Netflix Ratings Extractor

Greasemonkey script for Chrome, Firefox, Safari: export your rated Netflix movies.

Main UI:

Netflix Ratings Extractor UI

Installation instructions

  • Chrome:

    • Right-click on this GitHub link to the script's raw source code and select Save Link As... to save the script to a directory of your choice.
    • From the application menu, select More tools > Extensions.
    • Locate the script file on your computer and drag the file onto the Extensions page.
    • Click Add extension.
    • Manage your scripts via the application's Tools > Extensions menu.
  • Firefox:

    • Install the Greasemonkey add-on.
    • Restart Firefox.
    • Install this script by clicking on this GitHub link to the script's raw source code.
    • (You may be asked to opt in for anonymous usage collection. Either accept or decline, but you'll have to click on the above link again.)
    • Manage your scripts via the Manage User Scripts... option in the Greasemonkey menu.
  • Opera:

    • Configure Opera to allow Greasemonkey scripts to be run.
    • Install this script by right-clicking on this GitHub link to the script's raw source code and selecting the Save Linked Content As... option. Save the script to the directory you configured in the previous step, but rename it to "NetflixRatingsExtractor.user.js" so you can identify it later.
    • Restart Opera.
    • Manage your scripts directly in the directory you configured above.
  • Safari:

Usage instructions

  1. Go to Netflix and log in.
  2. Navigate to the Your Account page via the profile menu at the top-right.
  3. In the MY PROFILE section, follow the Ratings link.
  4. At the top of your ratings page find the start/stop buttons and the script's output area.
  5. Click the start button.
  6. When the script finishes, you can copy the data in the output area to a new text file or to somewhere else for further processing (e.g. a spreadsheet). The first row has the column titles. Columns are tab-separated.

A Netflix movie URL can be reconstructed like so: https://www.netflix.com/title/<netflix_id>

Known issues

  • If you have the streaming plan, this script will work "as is". If you have the DVD plan, try loading https://www.netflix.com/MoviesYouveSeen and scroll to the end of the page. If it loads more movies, great, you can use this script "as is". If it does not, try v1.18 of this script.
  • Extracting the ratings from the page can be slow if you have a lot of rated movies. Extracting 2500 ratings can take more than 60 seconds.

History

https://github.com/m5n/netflix-ratings-extractor/commits/master/netflix-ratings-extractor.user.js

(This script's home used to be http://userscripts.org/scripts/show/32964)

Acknowledgments

This script is based on Anthony Lieuallen's "getFlix Revamped", which is based on Devanshu Mehta's "getFlix" scripts, which in turn are based on scripts by John Resig. I completely rewrote Anthony's script for version 1.0 of my script, but I learned the Greasemonkey ropes by studying his script.

Needless to say I'm standing on the shoulders of giants.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].