Deploy Procedures

How to deploy catuserbot

Deploy to Heroku

  1. By Repl

  2. By Termux

1) Repl

How to Deploy your UserBot to Heroku using Repl

šŸ‘‰ Create an account on Github & Heroku

šŸ‘‰ Open this repo

šŸ‘‰ Fork this repo to your Github.

šŸ‘‰ App name,ALIVE_NAME, APP_ID, API_HASH, STRING_SESSION, TG_BOT_TOKEN_BF_HER and TG_BOT_USER_NAME_BF_HER are mandatory fields. Rest of the fields can be left with the default values.

======================================================= āœļø You can get your app id and api hash from @cattgorgbot or http://my.telegram.org

āœļø You can generate string season here VIDEO GUIDE OF REPL ========================================================

šŸ‘‰ Wait for deploy to finish.

šŸ‘‰ After deploy press Manage App then go to Resources

šŸ‘‰ Enable the worker dyno, by toggling the slide-toggle.

šŸ‘‰ Done. Your UserBot is alive. Check with .alive in any chat.

ā„¹ļø @catuserbot17

2) Termux

How to Deploy your UserBot to Heroku using Termux šŸ‘‰ Create an account on Github & Heroku

šŸ‘‰ Open this repo

šŸ‘‰ Fork this repo to your Github.

šŸ‘‰ App name,ALIVE_NAME, APP_ID, API_HASH, STRING_SESSION, TG_BOT_TOKEN_BF_HER and TG_BOT_USER_NAME_BF_HER are mandatory fields. Rest of the fields can be left with the default values.

======================================================= āœļø You can get your app id and api hash from @cattgorgbot or http://my.telegram.org āœļø Generate String Session, Follow below steps VIDEO GUIDE FOR BETTER UNDERSTANDING [ OR ] Follow steps below Install termux from playstore, Then run these 2 codes .

termux-setup-storage

Press enter (on your keyboard) and then paste

pkg install python git openssl wget -y && pip install telethon && wget https://raw.githubusercontent.com/sandy1709/catuserbot/master/stringsetup.py && python3 stringsetup.py

========================================================

šŸ‘‰ Wait for deploy to finish.

šŸ‘‰ After deploy press Manage App then go to Resources

šŸ‘‰ Enable the worker dyno, by toggling the slide-toggle.

šŸ‘‰ Done. Your UserBot is alive. Check with .alive in any chat.

Last updated