All Projects → ohld → Telegram Support Bot

ohld / Telegram Support Bot

Licence: mit
Easy way to use Telegram bot to hide your identity. Useful for support, anonymous channel management. Free clone of Livegram Bot.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Telegram Support Bot

Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (+1662.96%)
Mutual labels:  telegram-bot
Handesk
A Powerful Laravel Help Desk and Lead Management App
Stars: ✭ 1,009 (+1768.52%)
Mutual labels:  support
Nikoro
A plugin-based, all-in-one, Telegram Bot written in Node.js
Stars: ✭ 51 (-5.56%)
Mutual labels:  telegram-bot
Spytrojan keylogger
[Solo para programadores] Troyano espía | Keylogger solo para Windows, se replica en el sistema y se inicia automaticamente al iniciar sesión. | Envío de registro mediante [Base de Datos], [Gmail] o [BotTelegram].
Stars: ✭ 32 (-40.74%)
Mutual labels:  telegram-bot
Moviemagnetbot
🤖 telegram bot for movies
Stars: ✭ 39 (-27.78%)
Mutual labels:  telegram-bot
Telegram Bot Ruby
Ruby wrapper for Telegram's Bot API
Stars: ✭ 1,039 (+1824.07%)
Mutual labels:  telegram-bot
Buckler
Telegram channels defender
Stars: ✭ 28 (-48.15%)
Mutual labels:  telegram-bot
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (+0%)
Mutual labels:  telegram-bot
Freescout
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
Stars: ✭ 1,008 (+1766.67%)
Mutual labels:  support
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-5.56%)
Mutual labels:  telegram-bot
Vue Beautiful Chat
A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
Stars: ✭ 979 (+1712.96%)
Mutual labels:  support
Tgmessage
TG 消息推送机器人
Stars: ✭ 38 (-29.63%)
Mutual labels:  telegram-bot
Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+18825.93%)
Mutual labels:  support
Telegram Php
Stars: ✭ 31 (-42.59%)
Mutual labels:  telegram-bot
Teletor
Telegram Torrents Bot
Stars: ✭ 54 (+0%)
Mutual labels:  telegram-bot
Wasm Check
TypeScript / JavaScript library for detect WebAssembly features in node.js & browser
Stars: ✭ 30 (-44.44%)
Mutual labels:  support
Planetpython telegrambot
Django App Planet Python Telegram Bot
Stars: ✭ 42 (-22.22%)
Mutual labels:  telegram-bot
Bot Telegram
Exemplo de como criar um BOT para o melhor app de mensagens do mundo: Telegram.
Stars: ✭ 53 (-1.85%)
Mutual labels:  telegram-bot
Telegramgroup
Telegram群合集,如果有更多好玩的telegram群,欢迎在 issue 提出或者pull requests
Stars: ✭ 1,073 (+1887.04%)
Mutual labels:  telegram-bot
Eazebot
Free python/telegram bot for easy execution and surveillance of crypto trading plans on multiple exchanges.
Stars: ✭ 51 (-5.56%)
Mutual labels:  telegram-bot

telegram-support-bot

Easy way to use Telegram bot to hide your identity. Useful for support, anonymous channel management. Free clone of Livegram Bot.

Deploy

How bot works:

  1. Your client write a message to your bot
  2. Bot forwards the message to your secret chat
  3. Any chat participant can reply on a forwarded message
  4. Bot will copy the message and send it to your client

.env variables

You need to specify these env variables to run this bot. If you run it locally, you can also write them in .env text file.

TELEGRAM_TOKEN=  # your bot's token
TELEGRAM_SUPPORT_CHAT_ID=  # chat_id where the bot will forward all incoming messages

# optional params
HEROKU_APP_NAME=  # name of your Heroku app for webhook setup
WELCOME_MESSAGE=  # text of a message that bot will write on /start command
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].