This bot allows you to send magnet links to bot and start tasks to preconfigured server with preconfigured directories
docker build -t bot .
or
# install rustup
sudo apt install gcc pkg-config libssl-dev
cargo build
docker run --rm -it --env-file ./.env bot
cargo install diesel_cli --no-default-features --features postgres
docker compose up -d && sleep 3 && export $(grep -v '^#' .env.test | xargs -0) && diesel migration run
diesel --database-url="postgres://postgres:[email protected]:5432/postgres" migration run
Key features:
- Download torrents by:
- magnet link
- rutracker page link
- sent file torrent (*)
- Support multiple servers
- Friend another user (with friend code)
- Share server with a friend
- Share directories with a friend (with poll)
- Download to a friends server
- Manage sharing
- Rename directory aliases
- Perform actions with confirmation
- Persist resolved transmission task name even after deletion
Use the bot |
---|