Skip to content

superfrost/qbittorrent_telegram_bot_add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot for qbittorrent

Run this bot on machine where your qbittorrent has been installed.

Qbittorrent settings

Activate Web Interface or use headless implementation qbittorrent-nox.

Warning: activate Bypass authentication for clients on localhost

sudo apt install qbittorrent-nox

Look:

Wiki qbittorrent

Running qBittorrent without X server (WebUI only)

Add torrent as url or magnet

Just write command /add url_or_magnet_link_here

Example: (Download debian-11.2.0-amd64-netinst.iso image)

/add https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/debian-11.2.0-amd64-netinst.iso.torrent

Don't forget to add env variable

Just rename .env.sample to .env and add proper vars in there

Build options

go tool dist list to list possible platforms

go env GOOS GOARCH to see env vars

Linux:

GOOS=linux GOARCH=amd64 go build

Windows:

GOOS=windows GOARCH=amd64 go build 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages