sherif-abdallah / movies-scraper

Movies web scrapper
Other
2 stars 1 forks source link
bs4 heroku python3 streamlit

Movies-scraper

Table of Content

Tools

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

How to run

$ sudo apt-get install python3.8 python3.8-venv python3-venv
$ python3.8 -m venv venv
$ source venv/bin/activate
(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.

Author

Sherif Abdullah