An anime content subcriptor and automatic downloader for dmhy. Supports sending downloads via AriaRPC.
- Clone this repo
- Copy
docker-compose.template.yml
todocker-compose.yml
- Edit
appsettings.override.json
anddocker-compose.yml
to your specific configuration docker compose up -d
Currently, a front-end is not available but a swagger ui can be found at /index.html
in the development environment.
Name | Description |
---|---|
DmhyAutoDownload.AriaRPC |
A custom AriaRPC client implemented using .NET StreamJsonRpc |
DmhyAutoDownload.Core |
The core logic of the project |
DmhyAutoDownload.Extensions |
Shared extension methods |
DmhyAutoDownload |
Program entry point |