This is a Flask application that scrapes a website and exports the data to an Excel file.
- Clone the repository:
git clone https://github.com/partner0307/flask-web-scrapping.git
- Navigate to the project directory:
cd flask-web-scrapping
- Install the required packages:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Open your web browser and go to
http://localhost:5000/
- Enter the URL of the website you want to scrape and click the "Scrape" button
- Wait for the scraping process to finish
- Click the "Download Excel" button to download the scraped data as an Excel file
- This application is intended for educational purposes only.
- The scraped data may be subject to copyright or other legal restrictions.
- Use at your own risk.