My telegram auto message bot is working one time, how can I loop it? – Telegram API
hi i made a telegram auto-messaging bot using python but it only sends messages when i run it i need your help on how to loop it. import sys from telethon import TelegramClient import time import datetime starttime = time.time()…