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

https://github.com/maxhumber/scrape.localhost

Local Web Scraping Sandbox
https://github.com/maxhumber/scrape.localhost

Last synced: 9 months ago
JSON representation

Local Web Scraping Sandbox

Awesome Lists containing this project

README

          

### 🐉 scrape.localhost

Flask App for Web Scraping Locally

**Setup**

```
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
deactivate
```