Skip to content

Exhabition/anilist-auto-torrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anilist-auto-torrent

Automatically fetch torrents from nyaa.si once you add anime to your AniList

Getting Started

Adding a config

Method 1: config.json

{
    "uploaders": ["Ember_Encodes", "Judas"], // uploaders on nyaa.si to check first
    "fallbackToAllUploaders": true,          // if torrent isn't found by uploaders, find torrent by any uploader or not?
    "userIds": [862658, 665366],                        // a single userId, or multiple
    "savePath": "path/to/something", 
    "maxActiveTorrents": 4                   // default is 4, lower or higher depending on your resources 
}

Method 2: .env

UPLOADERS=Ember_Encodes,Judas
FALLBACK_TO_ALL_UPLOADERS=true
USER_IDS=862658,665366
SAVE_PATH=path/to/something
MAX_ACTIVE_TORRENTS=4

Features

  • Set preferred nyaa.si uploaders
  • Set max active torrents
  • Set max download/upload speed

image

About

Automatically fetch torrents from nyaa.si once you add anime to your AniList

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors