gmMustafa / IMDB-Movies-Data-Scraper

Movies data scraper using Python and BeautifulSoup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDB TOP 250 MOVIES DATA SCRAPER

forthebadge made-with-python

Movies data scraper using Python and BeautifulSoup.

Disclaimer : Data scraped from IMDB only for development purpose.

Setup

Install BeautifulSoup4 using

pip install beautifulsoup<version>

Install UrlLib for Network Request using

pip install urllib<version>

Install CSV for CSV File Output using

pip install python-csv

Results

Results

About

Movies data scraper using Python and BeautifulSoup.


Languages

Language:Python 100.0%