Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julians/scrapper


https://github.com/julians/scrapper

Last synced: about 1 month ago
JSON representation

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`