Manage your Transmission via a Telegram bot

Discussion of Transmission that doesn't fit in the other categories
Post Reply
pyed
Posts: 14
Joined: Sat Feb 02, 2013 9:28 am

Manage your Transmission via a Telegram bot

Post by pyed »

How many words a gif worth ?

Image

Get it from: https://github.com/pyed/transmission-telegram
fajung
Posts: 2
Joined: Wed Nov 11, 2015 2:50 pm

Re: Manage your Transmission via a Telegram bot

Post by fajung »

Hello, it looks very good.
Q: I have Transmission BitTorrent installed on a OpenWrt router, can I use this bot from telegram on my Android?
On the router I have installed python-telegram-bot.
pyed
Posts: 14
Joined: Sat Feb 02, 2013 9:28 am

Re: Manage your Transmission via a Telegram bot

Post by pyed »

fajung wrote:Hello, it looks very good.
Q: I have Transmission BitTorrent installed on a OpenWrt router, can I use this bot from telegram on my Android?
On the router I have installed python-telegram-bot.
it's possible, but your openwrt kernel should be compiled with "FPU Emulator" enabled, your current build probably has it disabled, google it.

Then you have to build `transmission-telegram` with the right GOOS/GOARCH, it is pretty easy to cross-compile in go, just know your router's architecture, if it is MIPS for example, you would do:

Code: Select all

$ git clone https://github.com/pyed/transmission-telegram.git
$ cd transmission-telegram
$ GOOS=linux GOARCH=mips go build
an executable file called `transmission-telegram` will get created, copy that to your router and it should work.
Post Reply