A web interface for managing anime RSS feeds and automatically downloading new episodes via Transmission.
- Adds shows from RSS feeds
- Drag-and-drop artwork into show cards to set artwork
- Release calendar to show when episodes air (based on previous downloads)
- Python 3.8+
- Transmission daemon running with RPC enabled.
Clone the repo
git clone https://github.com/thnikk/pyget-webCd into the repo
cd pyget-webRun the launcher script to start the app:
./run.shTo install as a systemd user service:
./run.sh --installEnable user lingering for systemd
sudo loginctl enable-linger "$USER"Once it's running, open your browser and navigate to http://localhost:5123. If you want to use a different port, you can use the argument --port when launching the server.
