A web scraper for:
- Movies
- TV Shows
- Anime
- Games
A Jupyter Notebook project which takes as input any of the previous media titles and automatically uses API’s and Web Scraping to calculate how much time you spent on those activities. It also saves the data in a JSON format.
Movie example
Inputting a list such as “good will hunting, goodfellas, gravity, green lantern” would print 8 hours and save a JSON file with the following duration data :
{
“good will hunting”: “126”,
“goodfellas”: “146”,
“gravity”: “91”,
“green lantern”: “114”
}