forked from SydPewer/javesbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermux_string_session.sh
More file actions
28 lines (27 loc) · 3.23 KB
/
termux_string_session.sh
File metadata and controls
28 lines (27 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
clear
echo "
───────────────────────────────────────────────────────────────────────────
─────────██████─██████████████─██████──██████─██████████████─██████████████─
─────────██░░██─██░░░░░░░░░░██─██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
─────────██░░██─██░░██████░░██─██░░██──██░░██─██░░██████████─██░░██████████─
─────────██░░██─██░░██──██░░██─██░░██──██░░██─██░░██─────────██░░██─────────
─────────██░░██─██░░██████░░██─██░░██──██░░██─██░░██████████─██░░██████████─
─────────██░░██─██░░░░░░░░░░██─██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
─██████──██░░██─██░░██████░░██─██░░██──██░░██─██░░██████████─██████████░░██─
─██░░██──██░░██─██░░██──██░░██─██░░░░██░░░░██─██░░██─────────────────██░░██─
─██░░██████░░██─██░░██──██░░██─████░░░░░░████─██░░██████████─██████████░░██─
─██░░░░░░░░░░██─██░░██──██░░██───████░░████───██░░░░░░░░░░██─██░░░░░░░░░░██─
─██████████████─██████──██████─────██████─────██████████████─██████████████─
────────────────────────────────────────────────────────────────────────────
"
# Termux session string generator for TeleBot
echo Starting dependency installation in 5 seconds...
sleep 5
apt-get update
apt-get upgrade -y
pkg upgrade -y
pkg install python wget -y
wget https://raw.githubusercontent.com/Javes786/javes-2.0/main/telesetup.py
pip install telethon
python telesetup.py