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
- Host: GitHub
- URL: https://github.com/emaele/transmissionbot
- Owner: emaele
- License: mit
- Created: 2020-05-30T16:45:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T12:20:55.000Z (about 6 years ago)
- Last Synced: 2024-06-20T03:27:46.022Z (about 2 years ago)
- Topics: telegram, torrent, transmission
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
