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
- Host: GitHub
- URL: https://github.com/maxhumber/scrape.localhost
- Owner: maxhumber
- License: mit
- Created: 2020-04-04T15:49:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T03:16:00.000Z (over 5 years ago)
- Last Synced: 2024-12-19T02:14:20.066Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 8.33 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```