Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 883 Bytes

File metadata and controls

22 lines (15 loc) · 883 Bytes

BotStatus

Updates your bot status in the message, every two hours.

NOTE: This branch needs to be hosted to work. If you prefer to host on GitHub WorkFlows, visit the other branch.

Variables.

  • APP_ID and API_HASH from my.telegram.org.
  • BOTS - TG UserName of your bots separated by space.
  • SESSION - Telethon SessionString of the User to edit the message.
  • CHANNEL_ID - ID of your channel.
  • MESSAGE_ID - ID of the message to edit.

Fill these in a .env file, if hosting on a VPS.

Deploy To Heroku

Credits