This app offers an interactive TUI (text-based user interface) to easily search the private tracker, FileList for torrents and download them to a specific directory. This is especially useful in conjunction with qBittorrent's directory monitoring feature to automatically add torrents from a monitored directory.
- A relatively new Node.JS version installed (tested with v18.xx.xx)
- Yarn package manager installed
- git installed (not really required if you can download the app files through other means)
- Clone the repo
$ git clone https://github.com/Rmlyy/filelist-search.git
- CD into the repo
$ cd filelist-search
- Create a
.env
file with the following:
USERNAME=<username>
PASSKEY=<passkey>
DOWNLOAD_DIR=</path/to/download/dir>
- Install the required dependencies for the app:
$ yarn install
- Run the app!
$ node src/app.js