Skip to content

divideprojects/UtilitiesRoBot

Repository files navigation

Utilities Robot by @Divkix

Available Plugins

  • Bin Checker (bin)
  • GitHub Profile Inofrmation (github [username])
  • IDs in a message (id [optional: reply])
  • Raw JSON of a message (json [optional: reply])
  • Paste to SpaceBin (paste [reply/text])
  • PDF to Image (pdf2img [reply to PDF])
  • Proxy Generator (proxy)
  • Pyrogram/Telethon Session Generator (session)
  • Image Compressor (tinify)
  • Text to Speech (tts)

Environment Variables

  • BOT_TOKEN: str - Telegram Bot Token
  • API_ID: int - Telegram API_ID (App api_id)
  • API_HASH: str - Telegram API_HASH (App api_hash)
  • SUPPORT_GROUP: optional int - Username of the Support Group. (including @)
  • JOIN_CHANNEL: optional str - Username of the Channel. (including @)
  • JOIN_CHECK: optional bool - If True, User can only use the bot if he joined the JOIN_CHANNEL
  • DOWN_PATH: optional str - Path to download temporary files.