Best User Bot To Manage Your Telegram Account
I Like To Thank Them Always Mr White && Infotel (Infotell Is Latest) Who Made video For Depying WATCH VIDEO ON HOW TO DEPLOY
🔺 How to Deploy your UserBot to Heroku 🔺
So I have Updated This Things For Api Id Just GO To This Bot Click There t.me/ceoappid_bot
-
Take APP ID AND HASH FROM Click There t.me/ceoappid_bot
-
For String Session 👉Click here 👈 2.1 Wait For 2 Mins Until It Asks API ID 2.2 When It Ask Api Id And Hash Go To That Bot Which I Gived In Step 1 2.3 Then After That Enter Your Phone Number 2.4 It will Send A OTP Enter The Otp There 2.5 Boom 💣 Your String Session Has Been Generated
-
Now Copy String Session
4 Open this link https://github.com/spandey112/SensibleUserbot
-
Click On Deploy app
-
Make login to your heroku Account.
-
Then Fill
🔹 App name - with any name you want
🔹 API_HASH - Put Your Hash In It which you get from my.telegram.org
🔹 APP_ID - Put your Api In It which you get from my.telegram.org
🔹 HEROKU_API_KEY - Get Api Key From https://dashboard.heroku.com/account and reveal it ( This will help in update )
🔹 HEROKU_APP_NAME - Put same name as of App name
🔹 STRING_SESSION - Put String Session In It
🔹 TG_BOT_TOKEN_BF_HER - Make new bot from botfather and put token here
🔹 TG_BOT_USER_NAME_BF_HER - Put bot Username here ( e.g. @MyUser_bot )
from heroku_config import Var
class Development(Var):
APP_ID = 6
API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
-
Now Click on Deploy App And Wait.
-
After Complete Go Back To Your App And Click On Resources.
-
On the free dynos by clicking on the ✏️ sign .
-
Now go to More Option And Click On Logs And check until complete
-
Now go to Botfather, go to the bot settings and select 'Inline Mode' on .
-
Now run .alive and .help command to check bro
The UniBorg Config is situated in userbot/uniborgConfig.py
.
Heroku Configuration Simply just leave the Config as it is.
Local Configuration Fortunately there are no Mandatory vars for the UniBorg Support Config.
- Only two of the environment variables are mandatory.
- This is because of
telethon.errors.rpc_error_list.ApiIdPublishedFloodError
APP_ID
: You can get this value from https://my.telegram.orgAPI_HASH
: You can get this value from https://my.telegram.org
- The userbot will not work without setting the mandatory vars.