Skip to content

LQR471814/anipy-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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