a simple, minimal web interface for anipy-cli.
docker pull lqr471814/anipy-web
# the file that stores watch history
touch history.json
docker run -v ./history.json:/app/history.json -dp 8080:8080 -t lqr471814/anipy-web
pip install anipy-cli bottle
git clone <this repo>
python3 server.py