Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.
/ filelist-search Public archive

Easily search and download from FileList.io

License

Notifications You must be signed in to change notification settings

Rmlyy/filelist-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filelist-search

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.

Requirements

  • 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)

Usage

  1. Clone the repo
$ git clone https://github.com/Rmlyy/filelist-search.git
  1. CD into the repo
$ cd filelist-search
  1. Create a .env file with the following:
USERNAME=<username>
PASSKEY=<passkey>
DOWNLOAD_DIR=</path/to/download/dir>
  1. Install the required dependencies for the app:
$ yarn install
  1. Run the app!
$ node src/app.js

About

Easily search and download from FileList.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published