Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

QBit

This bot receives magnet links from telegram and sends them to QbitTorrent client. That's all!

I just wanted to do some practice with rust ( 🦀 )

Environment Variables:

TELOXIDE_TOKEN=<Your Telegram Bot Token>
QBIT_HOST=<QBitTorrent Web UI address with PORT. Default: http://127.0.0.1:8080>
QBIT_USERNAME=<QBitTorrent Username. Default: admin>
QBIT_PASSWORD=<QBitTorrent Password>