This Code lets you Scrape Box Office Mojo Website.
This is Only for Educational Purpose.
cd ~/Dev
mkdir web_scrape
cd web_scrape
python3.10 -m virtualenv .
source bin/activate
cd ~/Dev/web_scrape
git clone https://github.com/Arvind-4/web-scraping-using-async-python.git .
pip install -r requirements.txt
python src/main.py