All Projects → xditya → Telebot

xditya / Telebot

Licence: agpl-3.0
Advanced Telegram UserBot. [Python][Telethon]

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Telebot

Bot Api Base
Clear and simple Telegram bot API
Stars: ✭ 122 (-15.28%)
Mutual labels:  telegram
Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+1463.89%)
Mutual labels:  telegram
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (-4.86%)
Mutual labels:  telegram
Efb Telegram Master
EFB Telegram Master Channel, a channel for EH Forwarder Bot.
Stars: ✭ 128 (-11.11%)
Mutual labels:  telegram
Telegram Forward Bot
Simple Telegram Bot for forwarding messages easily between various related channels and groups.
Stars: ✭ 132 (-8.33%)
Mutual labels:  telegram
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+1263.89%)
Mutual labels:  telegram
Telegraff
Kotlin DSL для разработки Telegram ботов
Stars: ✭ 122 (-15.28%)
Mutual labels:  telegram
Telegram Bot Api
Telegram Bot API PHP
Stars: ✭ 139 (-3.47%)
Mutual labels:  telegram
Mtproto
Telegram MTProto and its proxy (over gRPC) in Go (golang). API Layer: 71
Stars: ✭ 133 (-7.64%)
Mutual labels:  telegram
Canoe
Functional Telegram Bot API for Scala
Stars: ✭ 137 (-4.86%)
Mutual labels:  telegram
Heroku Node Telegram Bot
Starter pack for running telegram bot on the Heroku using Node.js
Stars: ✭ 128 (-11.11%)
Mutual labels:  telegram
Tgfancy
A Fancy, Higher-Level Wrapper for Telegram Bot API
Stars: ✭ 131 (-9.03%)
Mutual labels:  telegram
Telegram Instapy Scheduling
A Telegram bot for scheduling InstaPy
Stars: ✭ 136 (-5.56%)
Mutual labels:  telegram
Botserver
http://telegram.org Bot API Webhooks Framework, for Rubyists
Stars: ✭ 125 (-13.19%)
Mutual labels:  telegram
Expressbot
一个可以帮你订阅、查询快递物流、跟你闲聊Telegram机器人
Stars: ✭ 137 (-4.86%)
Mutual labels:  telegram
Qq2tg
帮助QQ与Telegram互联的小程序
Stars: ✭ 122 (-15.28%)
Mutual labels:  telegram
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+1118.06%)
Mutual labels:  telegram
Tg2sip
Telegram <-> SIP voice gateway
Stars: ✭ 142 (-1.39%)
Mutual labels:  telegram
Claudia Bot Builder
Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
Stars: ✭ 1,717 (+1092.36%)
Mutual labels:  telegram
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-6.25%)
Mutual labels:  telegram

TeleBot - Telegram UserBot

Repository Archieved.

Please head on to TeamUltroid and use Ultroid instead.

Support

Video Tutorial on deploying

Click the below button to watch the video tutorial on deploying

Documentation

For passionate readers 😂 the documentation can be found here

The Easier Way to install

Deploy To Heroku

Support

Join TeleBot Support group for updates and new plugin suggestions. Do fork and star the repo

Session String

generate_string
Alternative sites can be found here, incase the top one doesn't work.

The Normal Way

Simply clone the repository and run the main file:

git clone https://github.com/xditya/TeleBot
cd TeleBot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
# <Create local_config.py with variables as given below>
python3 -m telebot

An example local_config.py file could be:

Not All of the variables are mandatory

The Userbot should work by setting only the first two variables

from heroku_config import Var

class Development(Var):
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"

Heroku Configuration Simply just leave the Config as it is.

Local Configuration Check Line 111 and start adding your vars there. Fortunately there are no Mandatory vars for the UniBorg Support Config.

Mandatory Vars

  • Only two of the environment variables are mandatory.
  • This is because of telethon.errors.rpc_error_list.ApiIdPublishedFloodError
  • The userbot will not work without setting the mandatory vars.

Disclaimer

/**
    	Improper use may lead to ban.
    	I am not responsible if you misuse this bot.
	This bot is just for managing groups more effectively and having some fun
	with your telegram account.
	No one is responsible for your actions.
	If you spammed and got reported again and again, 
	and, at last got your account banned, and you
	point your fingers at me, I'll be rolling on the floor laughing at you.
/**
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].