Some information that might be of use to someone, at discount prices.

July 15, 2009

Netflix Ratings Grabber

Category: Netflix,Software — badsegue @ 11:10 pm

Update!

This script should work again. Netflix had changed their URLs and page layouts, but you should now be able to download you and your friend’s ratings.

Download Your Entire Netflix Movies You’ve Rated List!

Netflix provides the capability to browse your entire ratings history. But unlike your rental history they don’t provide a way to easily get your whole ratings history. This script will do the work for you, browsing to each page of your ratings, extracting the raw data, and collecting the results. The results are in a format suitable for importing into a spreadsheet, where you can do whatever it is you want to do with them.

installation

The script is a bookmarklet, which is just javascript that is invoked when you select a bookmark (or favorite) in your browser. Simply drag the link below to your toolbar or right-click to add to your favorites:

Netflix Ratings Grabber [Bookmark Me!].

usage

To use the script just go to any Netflix page logged into the account profile for which you want the ratings history, and select the Netflix Ratings Grabber bookmark.

The script will create an overlay on the current page and start fetching your ratings in a hidden frame when you press Start:

It will probably take a long time to download all your ratings. As each page is fetched in the background the status count is updated so you can track the progress. The results are placed into a textbox in, delimited with tildes (“~”).
You can use the links in the upper right to stop after completing the current page of results. Use the same link to resume. You can also reveal the hidden frame used to load the ratings pages; this will likely slow the process, so it is not shown by default.

When the fetching is completed or stopped by the user the results will automatically be selected, so simply copy the results to your clipboard (CTRL-C) and paste it into a text file. It’s easy to get this data into Excel or another spreadsheet package; just import it as a CSV file, and specify “~” as the delimiter.

Here are my top 300 rated movies.

update!

Now you can also download the ratings of your friends. When loaded, the script will try to gather all the Netflix Friends you have, and populate a drop-down list. The friends listing doesn’t have the same details as your personal listing, so you won’t have the genre, MPAA, and year info.

• • •

April 18, 2009

Imeem Login Bypass Greasemonkey Script

Category: Software — badsegue @ 11:12 pm

Use Imeem without a login!

This simple script makes it possible to use Imeem without an account. Once installed, you’ll be able to use Imeem without seeing that login box that pops up every so often.

Install this as you would any Greasemonkey script:
Imeem Login Bypass

• • •