This script's purpose is to extract Armenian goverment budget data from interactive budget website (e-gov.am/interactive-budget/)
The script is written using Python 3.11.1.
You must first install dependencies:
$ pip install -r requirements.txtAnd then run the script:
$ ./budget_parser.pyThe script produces data files in the following format:
{budget_year}-{data_source}.{csv,json}
And it places them under _data/{current_date}/ folder.