An open API service indexing awesome lists of open source software.

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.

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**