In this project I built a Flask application that uses BeautifulSoup4 to scrape questions from Codeforces
Clone the project
git clone https://github.com/mrityunjayshukla411/DSA_Practice_WebScrapper.git
Go to the project directory
cd DSA_Practice_WebScrapper/
Install dependencies
pip install -r requirements.txt
Start the server
python app.py
OR
flask run