https://github.com/alien-droid/imdb-scraper
A simple script used for scraping Movie titles and rating from IMDB Search Url using Beautiful Soup4.
https://github.com/alien-droid/imdb-scraper
Last synced: 9 months ago
JSON representation
A simple script used for scraping Movie titles and rating from IMDB Search Url using Beautiful Soup4.
- Host: GitHub
- URL: https://github.com/alien-droid/imdb-scraper
- Owner: alien-droid
- Created: 2021-08-27T18:23:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T18:10:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T18:49:54.887Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imdb-scraper
A simple script used for scraping Movie titles and rating from IMDB Search Url using Beautiful Soup4.
Kindly import the required packages.
1. tqdm (if you love progress bars, like me :D)
2. BeautifulSoup4 (I mean, implied, duh)
3. urllib3 (Url parsing, use your favourite)
**I will be candid and say, I am a learning develeper, so any kind of feedaback is appreciated.**
**Spare this noob**