Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brownred/web-scraping-openaq-website
Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world. Tools used - **Selenium Python**.
https://github.com/brownred/web-scraping-openaq-website
Last synced: 26 days ago
JSON representation
Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world. Tools used - **Selenium Python**.
- Host: GitHub
- URL: https://github.com/brownred/web-scraping-openaq-website
- Owner: Brownred
- Created: 2023-02-13T04:35:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T04:47:24.000Z (almost 2 years ago)
- Last Synced: 2024-01-23T21:51:47.150Z (11 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SeleniumPythonProject
Web scraping of www.openaq.org for open source data to collect air pollution data from different locations in the world.
Tools used - **Selenium Python**.## To run the code please run the files with the following sequence:
1. Run **1GetCountries.py** file. The code generates a **1Countries.csv** file which will be used at the Stage 2.
2. Run **2GetLinksOfCountries.p** file. The code generates a **2Links_Of_Countries.csv** file which will be used at the Stage 3.
3. Run **3GetLinksOfCards.py** file. The code generates a **3Links_Of_Cards.csv** file which will be used at the Stage 4.
4. Run **4GetDetails.py** file. The code generates a **4Full_Details.csv** file which will be used at the Stage 5.
5. Run **5GetAnalysis.py** file. The code generates a **5pollution_european_countries.yyyy-mm-dd hh:mm.png** file.