Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexprengere/scrapiata
Aggregating airports data
https://github.com/alexprengere/scrapiata
Last synced: about 1 month ago
JSON representation
Aggregating airports data
- Host: GitHub
- URL: https://github.com/alexprengere/scrapiata
- Owner: alexprengere
- Created: 2021-06-24T08:36:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T11:46:07.000Z (over 2 years ago)
- Last Synced: 2024-10-12T18:57:26.580Z (2 months ago)
- Language: Python
- Size: 374 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrapiata
Aggregate airports data.
```
virtualenv .env -p py36
source .env/bin/activate
pip install -r requirements.txt
python main.py
cat output.csv | sort > output/output.csv
```