Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 436 Bytes

anipy-web

a simple, minimal web interface for anipy-cli.

running it via docker

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

running it manually

  1. pip install anipy-cli bottle
  2. git clone <this repo>
  3. python3 server.py