Skip to content

Arvind-4/web-scraping-using-async-python

Repository files navigation

Web Scraping Using Async Python

This Code lets you Scrape Box Office Mojo Website.

Box Office Mojo Webite

This is Only for Educational Purpose.

Code

Run it on Your Local Machine

1. Create Virtual Environment & Install the Requirements

cd ~/Dev
mkdir web_scrape
cd web_scrape
python3.10 -m virtualenv .
source bin/activate

2. Create A Folder & Run the Code!

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

Releases

No releases published

Packages

No packages published

Languages