2024-08-05 18:48:28 -04:00
2024-08-05 19:09:06 -04:00
2024-08-05 18:48:28 -04:00
2024-08-05 18:48:28 -04:00
2024-08-05 18:48:28 -04:00
2024-08-05 18:48:28 -04:00
2024-08-05 19:09:06 -04:00

AniToru

AniToru is an automatic downloader for anime following the release group Erai-raws. Its executable acts as both the client and the server. The server polls from RSS, or downloads the searched items from Nyaa. An rTorrent server needs to be running. Notifications are sent to your phone through ntfy for when an anime has been downloaded.

Usage

First, you need to build the executable. To do this, you must have Go, and run go build ./. Before you start, you need to edit the configuration file, which is server.yml You will need to rename server.yml.template, which details the purpose of each item.

Afterwards, you can simply run the exectuable with anitoru --daemon for the server. To add subscriptions, you can run anitoru and navigate the CLI.

To run it as a system service, for Debian based systems, a template service file is given. Typically the proper location for services files is /etc/systemd/system/.

Description
Automatically downloads anime from Erai-raws, with subscribing done through CLI.
Readme 98 KiB
Languages
Go 100%