blob: db86b9e481a73060cde160325aa4e44ff64435a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# NetflixPersonalStats
## Demo
- Visit [GitHub
Pages](https://marvinborner.github.io/NetflixStats/index.html)
- Follow the instructions below if you want to see your own analysis
## Instructions
- Clone the GitHub Repository with
`git clone https://github.com/marvinborner/NetFlixPersonalStats`
- Remove the `example.json` file if you want to analyse your own
account
- Move into the directory and setup a local PHP Server (eg. with
`php -S localhost:8080`)
- Get your Netflix cookie by
- pressing `F12` (Developer Menu)
- moving to the `Network` Tab
- visiting `https://www.netflix.com/WiViewingActivity`
- selecting the first entry in the left sidebar
("WiViewingActivity"")
- copying the **complete** String of the "Cookie:" information in
the "request headers" part (Tip: Right-click and click on 'copy'
on the cookie element)
- Visit `localhost:8080`, paste the cookie into the input field and
press enter
- Get amazed of how long you're using Netflix every day
|