Skip to content

thamara/my-netflix-data

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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