An open API service indexing awesome lists of open source software.

https://github.com/emaele/transmissionbot

Add torrents with a telegram bot
https://github.com/emaele/transmissionbot

telegram torrent transmission

Last synced: 5 months ago
JSON representation

Add torrents with a telegram bot

Awesome Lists containing this project

README

          

![Go](https://github.com/emaele/transmissionbot/workflows/Go/badge.svg)
# Transmissionbot
Add torrents to your transmission instance by sending them to a Telegram bot!

## How to run

To run the bot you have to set up some config env vars as following:

| **Var** | **Description** |
|----------------------------|------------------------------------------------------------|
| `TELEGRAM_TOKEN` | This is your telegram token, grab it one from [@botfather](https://t.me/botfather) |
| `TRANSMISSION_ADDRRES` | Your transmission installation address |
| `TRANSMISSION_USER` | Transmission username |
| `TRANSMISSION_PASS` | Transmission password |
| `TRANSMISSION_PORT` | Transmission port, if not provided will default to 9091 |
| `TRANSMISSION_HTTPS` | Transmission https, you can set it to true or false |

Edit transmissions remote settings

![Transmission settings](https://i.imgur.com/l0iiqd1.png)