Your streaming Year in Review
Like “Spotify Wrapped” but for Netflix/Amazon/Hulu
To see a breakdown of all the shows and movies you watched in 2023, upload your viewing history file.*
How to get your viewing history file
Get Amazon Prime viewing history
- Go to Amazon Privacy Central
- In the dropdown box, select “Prime Video”
- Click “Submit request”
- They will email you a zip file of your data. It takes about one day.
- Download and unzip the file
- Locate the PrimeVideo.ViewingHistory/ directory
- Locate the PrimeVideo.ViewingHistory.csv file and upload it here.
Get Hulu viewing history
Note: Hulu provides a PDF, which is not friendly for this app. But if you are willing to do some manual cleanup, you can try to upload the result here. No promises though!
- Go to Hulu > Account > Privacy
- Under “Your US State Privacy Rights: Right to Know”, click “Request report”
- Download the PDF they send you.
- Use Tabula or another PDF parser to parse it into a CSV. Make sure to specify only the page range that contains your watch history. Here's an example Tabula command:
java -jar tabula-1.0.5-jar-with-dependencies.jar -l --pages 25-58 Downloads/rtk-report-153151153.pdf -o hulu-lattice-ru.csv
- Some show titles may span two lines and thus create linebreaks in the CSV file, making it invalid. You will need to clean these up manually.
- Upload the resulting file here.
* Privacy notice: we do not store any of your data. In fact, your data never even leaves your device. It is all processed locally in your web browser.