Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 745 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 745 Bytes

Infinity Telegram


Very simple script to run infinity online for your Telegram account using Telegram API

Installation

Install the dependencies.

sudo apt install python3 python3-pip
python3 -m pip install telethon

First steps

Go to Telegram Apps and create app. You can see App api_id and App api_hash copy it. For test the scripts run:

python3 tg.py --appID YOUR_API_ID --appHASH YOUR_API_HASH

After that you need to write your mobile phone and 2FA code if required. Exit your telegram app and ask your friends ONLINE I or NOT? When you test a script run python in background.

nohup python3 tg.py --appID YOUR_API_ID --appHASH YOUR_API_HASH > log.out &

Enjoy your online!