Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buihdk/scrape-top-100-movies
Scrape Netflix's 100 best movies from Rotten Tomatoes website using BeautifulSoup
https://github.com/buihdk/scrape-top-100-movies
beautifulsoup4 netflix python3 requests rottentomatoes
Last synced: 23 days ago
JSON representation
Scrape Netflix's 100 best movies from Rotten Tomatoes website using BeautifulSoup
- Host: GitHub
- URL: https://github.com/buihdk/scrape-top-100-movies
- Owner: buihdk
- Created: 2023-06-20T03:19:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-20T14:20:55.000Z (over 1 year ago)
- Last Synced: 2024-05-16T23:55:15.248Z (7 months ago)
- Topics: beautifulsoup4, netflix, python3, requests, rottentomatoes
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Netflix's 100 best movies
Scraping the [Rotten Tomatoes](https://editorial.rottentomatoes.com/guide/best-netflix-movies-to-watch-right-now/) 🍅 website using *BeautifulSoup* to obtain a list of the *top 100 Netflix movies to watch right now*.
Scraped data is then written into `movies.txt` file in the format `idx) title (score)`.
With this curated list at your fingertips, you'll never again find yourself endlessly scrolling in search of the perfect movie to watch.