This script scrapes data from http://epds.bihar.gov.in/DistrictWiseRationCardDetailsBH.aspx using Selenium and BeautifulSoup.
- Python 3.x
- Selenium
- BeautifulSoup
- Clone this repository:
- Install the required libraries:
pip install selenium beautifulsoup4
- Download the ChromeDriver executable and place it in the same directory as the script.
-
Run the script:
scrape.py -
The script will scrape the data and save it to
data.csvin the same directory.
This script was created for educational purposes only. Use at your own risk.