All Projects → pyed → Transmission Telegram

pyed / Transmission Telegram

Licence: apache-2.0
Control your Transmission through a Telegram bot

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Transmission Telegram

Teletor
Telegram Torrents Bot
Stars: ✭ 54 (-62.5%)
Mutual labels:  telegram-bot, telegram, transmission
Telegram Clonebot
Simple Bot to clone Google Drive Files (or Folders) to your Team Drive[or Normal Drive]. P.S This is not a Mirror Bot. Enjoy ✌🏻
Stars: ✭ 114 (-20.83%)
Mutual labels:  telegram-bot, telegram
Expressbot
一个可以帮你订阅、查询快递物流、跟你闲聊Telegram机器人
Stars: ✭ 137 (-4.86%)
Mutual labels:  telegram-bot, telegram
Vk To Telegram Transfer Bot
Бот, пересылающий сообщения из чатов ВК в Telegram и обратно
Stars: ✭ 143 (-0.69%)
Mutual labels:  telegram-bot, telegram
Zanzara
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
Stars: ✭ 107 (-25.69%)
Mutual labels:  telegram-bot, telegram
Mattata
A powerful, plugin-based, multi-purpose Telegram bot designed to serve a wide variety of purposes
Stars: ✭ 107 (-25.69%)
Mutual labels:  telegram-bot, telegram
Telegraff
Kotlin DSL для разработки Telegram ботов
Stars: ✭ 122 (-15.28%)
Mutual labels:  telegram-bot, telegram
Integram
Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
Stars: ✭ 1,365 (+847.92%)
Mutual labels:  telegram-bot, telegram
Bot Api Base
Clear and simple Telegram bot API
Stars: ✭ 122 (-15.28%)
Mutual labels:  telegram-bot, telegram
Botserver
http://telegram.org Bot API Webhooks Framework, for Rubyists
Stars: ✭ 125 (-13.19%)
Mutual labels:  telegram-bot, telegram
Efb Telegram Master
EFB Telegram Master Channel, a channel for EH Forwarder Bot.
Stars: ✭ 128 (-11.11%)
Mutual labels:  telegram-bot, telegram
Hackernewsbot
📰 Telegram bot that posts new hot stories from Hacker News to telegram channel
Stars: ✭ 103 (-28.47%)
Mutual labels:  telegram-bot, telegram
Vk To Telegram Bot
Bot for auto-reposting posts from VK to Telegram channel
Stars: ✭ 103 (-28.47%)
Mutual labels:  telegram-bot, telegram
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (-22.22%)
Mutual labels:  telegram-bot, telegram
Telegram Bot Github
Allows to you receive GitHub notifications right in the Telegram
Stars: ✭ 103 (-28.47%)
Mutual labels:  telegram-bot, telegram
Node Telegram Api
A simple API to create and control Telegram bots
Stars: ✭ 117 (-18.75%)
Mutual labels:  telegram-bot, telegram
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+1263.89%)
Mutual labels:  telegram-bot, telegram
Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (-35.42%)
Mutual labels:  telegram-bot, telegram
Telegram Bot
Telegram Bot using AWS API Gateway and AWS Lambda
Stars: ✭ 96 (-33.33%)
Mutual labels:  telegram-bot, telegram
Qq2tg
帮助QQ与Telegram互联的小程序
Stars: ✭ 122 (-15.28%)
Mutual labels:  telegram-bot, telegram

transmission-telegram

Manage your transmission through Telegram.

CLI

Install

Just download the appropriate binary for your OS, place transmission-telegram in your $PATH and you are good to go.

Or if you have Go installed: go get -u github.com/pyed/transmission-telegram

Usage

Wiki

Docker Alternate Installation Route

Standalone

docker run -d --name transmission-telegram \
kevinhalpin/transmission-telegram:latest \
-token=<Your Bot Token> \
-master=<Your Username> \
-url=<Transmission RPC> \
-username=<Transmission If Needed> \ 
-password=<Transmissions If Needed>

docker-compose Example

version: '2.4'
services:
  transmission:
    container_name: transmission
    environment:
      - PUID=${PUID_DOCKUSER}
      - PGID=${PGID_APPZ}
    image: linuxserver/transmission
    network_mode: 'host'
    hostname: 'transmission'
    volumes:
      - ${CONFIG}/transmission:/config
      - ${DATA}/transmission/downloads:/downloads

telegram-transmission-bot:
    container_name: telegram-transmission-bot
    restart: on-failure
    depends_on:
      - transmission
      - plex
      - emby
    network_mode: 'host'
    image: kevinhalpin/transmission-telegram:latest
    command: '-token=${TELEGRAM_TRANSMISSION_BOT} -master=${TELEGRAM_USERNAME} -url=${TRANSMISSION_URL} -   username=${TRANSMISSION_USERNAME} -password=${PASS}'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].