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

https://github.com/typpo/schooldata


https://github.com/typpo/schooldata

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Set up your python dependencies

```
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

Note that you'll have to `source venv/bin/activate` in each session when you
want to run your data pipeline.

## Set up your .env

```
cp example_dot_env .env
```