Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 5.61 KB

Termux-Guide.md

File metadata and controls

12 lines (12 loc) · 5.61 KB

ARM v6:

termux-setup-storage && pkg update && pkg install git && pkg install python && pkg install wget && pkg upgrade && pip install --upgrade pip && mkdir /sdcard/MyTermuxCloneBot_V2/ -p && mkdir /sdcard/MyTermuxCloneBot_V2/gclone/ -p && cd /sdcard/MyTermuxCloneBot_V2/ && git clone https://github.com/TheCaduceus/CloneBot_V2 && cd CloneBot_V2 && pip install -r requirements.txt && cd /sdcard/MyTermuxCloneBot_V2/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_V2/gclone/ && gclone version && cd /sdcard/MyTermuxCloneBot_V2/ && 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_V2/CloneBot_V2/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_V2/CloneBot_V2/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 @TheCaduceus for CloneBot_V2"

ARM 64:

termux-setup-storage && pkg update && pkg install git && pkg install python && pkg install wget && pkg upgrade && pip install --upgrade pip && mkdir /sdcard/MyTermuxCloneBot_V2/ -p && mkdir /sdcard/MyTermuxCloneBot_V2/gclone/ -p && cd /sdcard/MyTermuxCloneBot_V2/ && git clone https://github.com/TheCaduceus/CloneBot_V2 && cd CloneBot_V2 && pip install -r requirements.txt && cd /sdcard/MyTermuxCloneBot_V2/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_V2/gclone/ && gclone version && cd /sdcard/MyTermuxCloneBot_V2/ && 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_V2/CloneBot_V2/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_V2/CloneBot_V2/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 @TheCaduceus for CloneBot_V2"

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_V2/ -p && mkdir /sdcard/MyTermuxCloneBot_V2/gclone/ -p && cd /sdcard/MyTermuxCloneBot_V2/ && git clone https://github.com/TheCaduceus/CloneBot_V2 && cd CloneBot_V2 && pip install -r requirements.txt && cd /sdcard/MyTermuxCloneBot_V2/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_V2/gclone/ && gclone version && cd /sdcard/MyTermuxCloneBot_V2/ && 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_V2/CloneBot_V2/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_V2/CloneBot_V2/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"