Ration card of bihar Scraping with Selenium and BeautifulSoup

This script scrapes data from http://epds.bihar.gov.in/DistrictWiseRationCardDetailsBH.aspx using Selenium and BeautifulSoup.

Requirements

  • Python 3.x
  • Selenium
  • BeautifulSoup

Installation

  1. Clone this repository:

git clone https://github.com/your_username/web-scraping.git

  1. Install the required libraries:

pip install selenium beautifulsoup4

  1. Download the ChromeDriver executable and place it in the same directory as the script.

Usage

  1. Run the script: scrape.py

  2. The script will scrape the data and save it to data.csv in the same directory.

Disclaimer

This script was created for educational purposes only. Use at your own risk.