Cloudscraper based Almanax scraping to JSON and API creation client with Python.
The script should be used like a CLI.
See the usage with python3 almanax-scraper.py --help
.
Scraping a date span to JSON.
$ python3 almanax-scraper.py --scrape --start 2012-09-18 --end 2021-04-25
Writing scraped data to API.
$ python3 almanax-scraper.py --api
Scrapes and sends the next month to the API.
$ python3 almanax-scraper.py --daily
Author: Christopher Sieh stelzo@steado.de
This project is licensed under the GPLv3 License.