Because this project used seleninum to download the scratch file, so it is easier to setup the environment with docker.
- Clone this repo
- Run
docker build -t flask-scratch-converter .
- Run
docker run -p 5000:5000 flask-scratch-converter
- Open
http://localhost:5000
in your browser