A crawler to crawl air pollution data
Use python 3.5.1
to crawl this website‘s air data.
You should use the following packsge and software to use this project.
The increasingly serious air pollution, the situation makes me want to collect air data per hour, until after the receipt of a certain amount, maybe I can analyze these data or can make an APP to notify the user instant air situation.
If you also want to collect these air data you can use git clone git@github.com:HarrisQs/AirPollutionCrawler.git
to get this project.
Then you can install what is listed in Code Need.
Finally, you can use python3 Crawl.py
to excute this program.
Additionally, if you want to automatically crawl at the specific time, you can use crontab
this command to achieve.
Available under the MIT license.