A collection of scripts to scrape Indian Budget documents from various sources.
Currently tested on Linux and Mac OS
-
Clone the repository
git clone https://github.com/cbgaindia/scrapers.git
-
Install package dependencies:
pip install -r requirements.txt
-
Finding appropriate scraper: All scrapers are arranged according to tiers of government, to see usage run script with help(-h) option.
To parse scrapped budget data files from various sources, please refer to https://github.com/cbgaindia/parsers.