Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexprengere/scrapiata

Aggregating airports data
https://github.com/alexprengere/scrapiata

Last synced: about 1 month ago
JSON representation

Aggregating airports data

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
```