Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julians/scrapper
https://github.com/julians/scrapper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/julians/scrapper
- Owner: julians
- Created: 2017-11-13T12:49:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:33:08.000Z (about 2 years ago)
- Last Synced: 2024-11-30T06:48:06.457Z (about 1 month ago)
- Language: Python
- Size: 888 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Imports my text scraps
# Installation
Needs at least Python 3.6
1. `python3 -m venv venv` (creates a new virtual environment)
2. `source venv/bin/activate` (activates virtual environment)
3. `pip install -r requirements.txt` (installs dependencies)# Usage
Run `python run.py `
Run `FLASK_APP=server.py FLASK_DEBUG=1 python -m flask run`