Very simple script to run infinity online for your Telegram account using Telegram API
Install the dependencies.
sudo apt install python3 python3-pip
python3 -m pip install telethon
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!