All Projects → Divkix → Telepyrobot

Divkix / Telepyrobot

Licence: agpl-3.0
A userbot for Telegram account made using Pyrogram Library and Python

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Telepyrobot

caligo
SelfBot for Telegram
Stars: ✭ 34 (+25.93%)
Mutual labels:  heroku, telegram-bot, asyncio
Userge
Userge, Durable as a Serge
Stars: ✭ 363 (+1244.44%)
Mutual labels:  telegram-bot, heroku, asyncio
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 (+322.22%)
Mutual labels:  telegram-bot, heroku, repl
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+3870.37%)
Mutual labels:  heroku, telegram-bot
URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (+266.67%)
Mutual labels:  heroku, stable
DaisyX
“ HOLA HUMANS 👋 I'M DAISYX 2.0 heart „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot
Stars: ✭ 44 (+62.96%)
Mutual labels:  heroku, telegram-bot
tellerbot
Telegram Bot for over-the-counter trading
Stars: ✭ 17 (-37.04%)
Mutual labels:  telegram-bot, asyncio
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+40.74%)
Mutual labels:  heroku, telegram-bot
Maintain-Bot
A Telegram Repo For Devs To Controll The Bots Under Maintenance.This Bot Is For Developers, If Your Bot Is Down, Use This Repo To Give Your Dear Subscribers Some Support By Providing Them Response.
Stars: ✭ 46 (+70.37%)
Mutual labels:  heroku, telegram-bot
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+592.59%)
Mutual labels:  heroku, telegram-bot
Heroku Aiohttp Web
A project starter template for deploying an aiohttp app to Heroku
Stars: ✭ 14 (-48.15%)
Mutual labels:  heroku, asyncio
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+266.67%)
Mutual labels:  heroku, telegram-bot
Feedback-bot
In Short This is An Personalized Livegram Bot Made Using Python.. Follow Me @HeimanPictures & Star This Repo
Stars: ✭ 23 (-14.81%)
Mutual labels:  heroku, telegram-bot
PglRobot
No description or website provided.
Stars: ✭ 12 (-55.56%)
Mutual labels:  heroku, telegram-bot
tgmusicbot
Telegram bot for downloading audio from YouTube, SoundCloud & MixCloud.
Stars: ✭ 66 (+144.44%)
Mutual labels:  heroku, telegram-bot
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+103.7%)
Mutual labels:  heroku, telegram-bot
MissElizabethRobot
MashaRoBot : 📑Editor's choice
Stars: ✭ 43 (+59.26%)
Mutual labels:  fast, telegram-bot
binance-spot-order-notification-heoku
[binance order trade fill notification] Telegram Notification when Binance order created, cancelled or filled. Ready to Deploy on Heroku
Stars: ✭ 30 (+11.11%)
Mutual labels:  heroku, telegram-bot
price-tracker-bot
Telegram 聊天機器人,追蹤momo降價、重新上架
Stars: ✭ 54 (+100%)
Mutual labels:  heroku, telegram-bot
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-29.63%)
Mutual labels:  telegram-bot, asyncio

TelePyroBot 🤖

forthebadge made-with-python ForTheBadge built-with-love
Views

A Telegram UserBot based on Pyrogram

Installing

The Easy Way- Heroku

Deploy

GET STRING SESSION FROM REPL RUN!

Repl.it

Docker way!

Setup config.py file

docker build -t telepyrobot:v2.1 .
docker run -d telepyrobot:v2.1

The Legacy Way - Manual

Simply clone the repository and run the main file:

git clone https://github.com/SkuzzyxD/TelePyroBot.git
cd TelePyroBot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
python3 -m telepyrobot

Get String Session

git clone https://github.com/SkuzzyxD/TelePyroBot.git
cd TelePyroBot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r string-requirements.txt
python3 GenerateStringSession.py

Getting config.py values

An example config.py file could be:

Not All of the variables are mandatory

The UserBot should work by setting only these variables

from telepyrobot.sample_config import Config

class Development(Config):
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  STRING_SESSION = ""  # Get it from Repl.run or manually by GenerateStringSession.py

STRING_SESSION can be generated by running python3 GenerateStringSession.py in any GNU/Linux system, with Python3 and the requirements () installed.

Things to Note:

  • Only three of the configuration / environment variables are mandatory.
  • This is because of pyrogram.errors.API_ID_PUBLISHED_FLOOD
  • The Userbot should work without setting the non-mandatory environment variables.
  • Please report any issues to the support group: @Skuzzy xD

Credits, and Special Thanks to

Copyright & License

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].