Skip to content

Commit

Permalink
Creating scraper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnovyloo committed Sep 2, 2023
0 parents commit d7d32de
Show file tree
Hide file tree
Showing 5 changed files with 1,142 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
venv
/venv
./venv
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Poland cities scraper from wikipedia
This is my quick solution for getting data about Poland cities (With latitude and longitude) and their voivodeship. I couldn't find an interesting me CSV file in Google (TERYT data scares me xD) so I download data from Wikipedia.

# Running project locally
Install needed libraries.
```commandline
pip install -r requirements.txt
```
Run python file.
```commandline
python main.py
```
Loading

0 comments on commit d7d32de

Please sign in to comment.