Skip to content

thamara/my-netflix-data

Repository files navigation

My Netflix Data

See how much time are you spending in a given show.

You can check an example page here.

Screen capture of the output page

Instructions

  1. Have Python 3.8 installed
  2. Install Jinja: pip3 install Jinja2
  3. Request and download your data from Netlix. The important file is Content_Interaction/ViewingActitivity.csv.
  4. Run script: python3 analyze-netflix-data.py -input data/ViewingActivity.csv -output output
  5. Open file in output/index.html in your browser.

Improvements to come:

  • Filter by date
  • Filter watched items with less than X minutes watched
  • Include episodes listing
  • More visualizations (what time do you usually watch Netflix)
  • More...

Credits

About

See how much time did you spent on a given show and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published