The data from BingeWorthy 2 so we don't have to work so hard to recreate parts of it that we want to keep.
All this data was part of the public graph of Bingeworthy 2, there was a user interface to access all of it. I want to add the ability for people to re-use their ratings in the new version of Bingeworthy that's coming, so having this data available easily (without work for me, very important) is the right way to go.
-
programs.json -- data for each program that we have ratings for. The title, the username of the person who added it to the database, whether it was approved, when it was created or modified.
-
ratings.json -- a very large file containing the rating for each user and each program.
-
watchlist.json -- all the programs on the watchlists of all users.
-
users -- a folder containing the ratings for each user individually. sort of like your opml list from a feed reader.
I'm accumulating notes on the new version here.