Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 588 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 588 Bytes

Indian Budget Scrapers

A collection of scripts to scrape Indian Budget documents from various sources.

Installation Notes

Currently tested on Linux and Mac OS

  1. Clone the repository git clone https://github.com/cbgaindia/scrapers.git

  2. Install package dependencies: pip install -r requirements.txt

  3. Finding appropriate scraper: All scrapers are arranged according to tiers of government, to see usage run script with help(-h) option.

Related Repository

To parse scrapped budget data files from various sources, please refer to https://github.com/cbgaindia/parsers.