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

https://github.com/joeriddles/scraper


https://github.com/joeriddles/scraper

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Getting Started

Python
```
python -m virtualenv .venv
.venv/Scripts/activate.ps1
pip install -r requirements.txt -r requirements.dev.txt
cp sample.env .env
```

Docker
```
docker compose build
docker compose up -d
```

Ngrok
```
ngrok http 8000
```

> Inspect `ngrok` traffic at http://localhost:4040/