Skip to content

Commit

Permalink
Final OpenAQ Selenium Project
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikn2789 committed Aug 3, 2020
1 parent db4ad36 commit c2d8cd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Editors
.vscode/

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

### Log files ###
*.log
3 changes: 3 additions & 0 deletions openaq_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@


def get_countries():
"""
Function to fetch all the country countries as listed on openaq.org
"""

countries_list = []

Expand Down

0 comments on commit c2d8cd8

Please sign in to comment.