TeleBot
  • TeleBot
  • Deploying
    • Via Heroku
    • The Normal way
  • Session String
    • Online Generator
    • Via Termux
  • Variables
    • APP ID and API HASH
    • PRIVATE GROUP ID
    • SESSION STRING
    • ALIVE PIC
  • Disclaimer
Powered by GitBook
On this page

Was this helpful?

  1. Session String

Via Termux

The old method

PreviousOnline GeneratorNextAPP ID and API HASH

Last updated 4 years ago

Was this helpful?

termux-setup-storage

pkg install python git

apt install git python -y && pip install telethon

python -m venv venv && . ./venv/bin/activate

cd /sdcard/Telegram

git clone

cd TeleBot

pip install telethon

python3 telesetup.py

Now follow the on-screen prompts.

https://github.com/xditya/TeleBot