├── README.md └── codal_scrape.py /README.md: -------------------------------------------------------------------------------- 1 | # Codal_Scraping 2 | download monthly excel reports from codal.ir 3 | -------------------------------------------------------------------------------- /codal_scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aghpour/Codal_Scraping/HEAD/codal_scrape.py --------------------------------------------------------------------------------