20 lines
1.0 KiB
ReStructuredText
20 lines
1.0 KiB
ReStructuredText
=======
|
|
AniToru
|
|
=======
|
|
AniToru is an automatic downloader for anime following the release group `Erai-raws <https://erai-raws.info>`__.
|
|
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 <https://ntfy.sh>`__ for when an anime has been downloaded.
|
|
|
|
Usage
|
|
=====
|
|
First, you need to build the executable. To do this, you must have `Go <https://go.dev>`__, 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/`.
|