This is a script to scrape air quality data every certain time.
To run the application, a set of Python and geo packages need to be installed. We recommend using Conda as a package manager.
Run the run.bat file to start the scraping. Change it accordingly.
Example:
@echo off
"Path where your Python exe is stored\python.exe" "Path where your Python script is stored\script name.py"
pause