sherifabdallah / imdb-scraper

IMDb Web Scraper for Analyzing Movies Released in 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imdb-scraper

Imdb web scrapper to analysis all the website movies in 2021

Table of Content

Tools

  1. Python
  2. BeautifulSoup
  3. Streamlit
  4. Pandas

How to run

  • Enter the directory where the script is located then type the following to the console
$ git clone https://github.com/sherif-abdallah/imdb-scraper imdb-scraper
  • Install Python 3.8 venv, pip and compiler
$ sudo apt-get install python3.8 python3.8-venv python3-venv
  • Create a virtual environment to install dependencies in and activate it:
$ python3.8 -m venv venv
$ source venv/bin/activate
  • Then install the dependencies:
(venv)$ cd movies-scraper
(venv)$ python -m pip install --upgrade pip
(venv)$ python -m pip install -r requirements.txt

Note the (venv) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv.

  • Finally run The Server
(venv)$ python -m streamlit run app.py
  • And navigate to http://127.0.0.1:8000.

Author

Sherif Abdullah

About

IMDb Web Scraper for Analyzing Movies Released in 2021


Languages

Language:Python 100.0%