Skip to content

Scripts for parsing and downloading data for LearnEnglishWords application

License

Notifications You must be signed in to change notification settings

LearnEnglishWords/Downloader

Repository files navigation

Local setup:

virtualenv -p python3 venv
source ./lew-dev/bin/activate
mkdir static
pip install -r requirements.txt

run server:

FLASK_APP=server.py python3 -m flask run --host=0.0.0.0

run with docker:

docker-compose build
docker-compose up

Special thanks:

  • Flask: Python microframework.

Authors:

  • Martin Jablečník

About

Scripts for parsing and downloading data for LearnEnglishWords application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published