Clone Bot Termux

Clone Bot Termux

MsGsuite


💠 Host the bot on your computer :

--> https://github.com/MsGsuite/CloneBot

⚛️ Deploying on Heroku :

--> https://github.com/MsGsuite/CloneBot_Heroku


  1. Run the script bellow (choose the right script matching your ARM architecture)
  2. When your install finished, you will see text rclone v1.51.0-mod1.3.1 - os/arch: linux/arm64 - go version: go1.13.8. If you see this, gclone is installed. If you dont see this, gclone install is failed. take screenshot and send t.me/msgsuitechat.
  3. When install finished, edit your config.ini file. You can find it from /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/config.ini.


▶️ Starting bot:

Type following 2 commands to start your bot:

cd/sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/

python telegram_gcloner.py


🛑 Stopping bot:

If you want to stop bot, then do ctrl+c double time. if you exited from terminal and have a new terminal, then type: pkill -9 -f telegram_gcloner.py



ARMv6 :

termux-setup-storage && pkg update && pkg install git && pkg install python && pkg install wget && pkg upgrade && pip install --upgrade pip && mkdir /sdcard/MyTermuxCloneBot/ -p && mkdir /sdcard/MyTermuxCloneBot/gclone/ -p && cd /sdcard/MyTermuxCloneBot/ && git clone https://github.com/MsGsuite/CloneBot && cd CloneBot && pip install -r requirements.txt && cd /sdcard/MyTermuxCloneBot/gclone/ && wget -O gclone.gz https://github.com/donwa/gclone/releases/download/v1.51.0-mod1.3.1/gclone_1.51.0-mod1.3.1_Linux_armv6.gz && gzip -d -f gclone.gz && git clone https://github.com/roshanconnor123/gclone_android && mv gclone /data/data/com.termux/files/usr/bin/ && chmod 777 /data/data/com.termux/files/usr/bin/gclone && mv gclone_android/gc.py /sdcard/MyTermuxCloneBot/gclone/ && gclone version && cd /sdcard/MyTermuxCloneBot/ && echo "" && echo "now you will see text at top like rclone v1.51.0-mod1.3.1 - os/arch: linux/arm64 - go version: go1.13.8. if you see this, than go ahead!" && echo "" && echo "if you dont see this, gclone install is failed. take screenshot and send t.me/msgsuitechat." && echo "" && echo "now edit your config.ini file. you can find it from /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/config.ini." && echo "" && echo "when your edit finish, then come termux, type following 2 commands to start your bot:" && echo "" && echo "cd /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/" && echo "" && echo "python telegram_gcloner.py" && echo "" && echo "if you want to stop bot, then do ctrl+c double time. if you exited from terminal and have a new terminal," && echo "" && echo "then type pkill -9 -f telegram_gcloner.py" && echo "" && echo "you can check what is running with: ps -ef. dont try to kill other things. they are not related with bot." && echo "" && echo "install completed. written by @zorgof for @msgsuitechat"


ARM64 :

termux-setup-storage && pkg update && pkg install git && pkg install python && pkg install wget && pkg upgrade && pip install --upgrade pip && mkdir /sdcard/MyTermuxCloneBot/ -p && mkdir /sdcard/MyTermuxCloneBot/gclone/ -p && cd /sdcard/MyTermuxCloneBot/ && git clone https://github.com/MsGsuite/CloneBot && cd CloneBot && pip install -r requirements.txt && cd /sdcard/MyTermuxCloneBot/gclone/ && wget -O gclone.gz https://github.com/donwa/gclone/releases/download/v1.51.0-mod1.3.1/gclone_1.51.0-mod1.3.1_Linux_arm64.gz && gzip -d -f gclone.gz && git clone https://github.com/roshanconnor123/gclone_android && mv gclone /data/data/com.termux/files/usr/bin/ && chmod 777 /data/data/com.termux/files/usr/bin/gclone && mv gclone_android/gc.py /sdcard/MyTermuxCloneBot/gclone/ && gclone version && cd /sdcard/MyTermuxCloneBot/ && echo "" && echo "now you will see text at top like rclone v1.51.0-mod1.3.1 - os/arch: linux/arm64 - go version: go1.13.8. if you see this, than go ahead!" && echo "" && echo "if you dont see this, gclone install is failed. take screenshot and send t.me/msgsuitechat." && echo "" && echo "now edit your config.ini file. you can find it from /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/config.ini." && echo "" && echo "when your edit finish, then come termux, type following 2 commands to start your bot:" && echo "" && echo "cd /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/" && echo "" && echo "python telegram_gcloner.py" && echo "" && echo "if you want to stop bot, then do ctrl+c double time. if you exited from terminal and have a new terminal," && echo "" && echo "then type pkill -9 -f telegram_gcloner.py" && echo "" && echo "you can check what is running with: ps -ef. dont try to kill other things. they are not related with bot." && echo "" && echo "install completed. written by @zorgof for @msgsuitechat"


  1. x08_64 :

termux-setup-storage && pkg update && pkg install git && pkg install python && pkg install wget && pkg upgrade && pip install --upgrade pip && mkdir /sdcard/MyTermuxCloneBot/ -p && mkdir /sdcard/MyTermuxCloneBot/gclone/ -p && cd /sdcard/MyTermuxCloneBot/ && git clone https://github.com/MsGsuite/CloneBot && cd CloneBot && pip install -r requirements.txt && cd /sdcard/MyTermuxCloneBot/gclone/ && wget -O gclone.gz https://github.com/donwa/gclone/releases/download/v1.51.0-mod1.3.1/gclone_1.51.0-mod1.3.1_Linux_x86_64.gz && gzip -d -f gclone.gz && git clone https://github.com/roshanconnor123/gclone_android && mv gclone /data/data/com.termux/files/usr/bin/ && chmod 777 /data/data/com.termux/files/usr/bin/gclone && mv gclone_android/gc.py /sdcard/MyTermuxCloneBot/gclone/ && gclone version && cd /sdcard/MyTermuxCloneBot/ && echo "" && echo "now you will see text at top like rclone v1.51.0-mod1.3.1 - os/arch: linux/arm64 - go version: go1.13.8. if you see this, than go ahead!" && echo "" && echo "if you dont see this, gclone install is failed. take screenshot and send t.me/msgsuitechat." && echo "" && echo "now edit your config.ini file. you can find it from /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/config.ini." && echo "" && echo "when your edit finish, then come termux, type following 2 commands to start your bot:" && echo "" && echo "cd /sdcard/MyTermuxCloneBot/CloneBot/telegram_gcloner/" && echo "" && echo "python telegram_gcloner.py" && echo "" && echo "if you want to stop bot, then do ctrl+c double time. if you exited from terminal and have a new terminal," && echo "" && echo "then type pkill -9 -f telegram_gcloner.py" && echo "" && echo "you can check what is running with: ps -ef. dont try to kill other things. they are not related with bot." && echo "" && echo "install completed. written by @zorgof for @msgsuitechat"


Written by @zorgof for @msgsuitechat

Report Page