https://github.com/joeriddles/scraper
https://github.com/joeriddles/scraper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeriddles/scraper
- Owner: joeriddles
- Created: 2021-12-17T04:43:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T03:06:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T02:45:46.277Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/