Skip to content

muhammedfurkan/PyroGramUserBot

 
 

Repository files navigation

Bot 🔥🤖

A Telegram Bot [still WIP, not stable] based on Pyrogram

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the COPYING for more details.

installing

The Easy Way

Deploy

ENVironment VARiables

Mandatory Environment Variables

  • TG_BOT_TOKEN_BF_HER: Create a bot using @BotFather, and get the Telegram API token.

  • APP_ID

  • API_HASH: Get these two values from my.telegram.org/apps.

    • N.B.: if Telegram is blocked by your ISP, try our Telegram bot to get the IDs.

Optional Environment Variables

  • ENV: set this to ANYTHING if you want to use ENVIRON mode.

  • COMMAND_HAND_LER: the default value is /, which is the recommended value. Change this only if you know what you are doing.

  • TMP_DOWNLOAD_DIRECTORY: the path (as a string) to store the temporary files, which are used by some of the plugins.

  • HEROKU_API_KEY: this is only required if you are going to use Heroku, for the /update plugin to work.

  • OFFICIAL_UPSTREAM_REPO: this is only required if you are going to use Heroku, for the /update plugin to work.

  • DATABASE_URL: if you are using Heroku, this value is automatically filled by the Postgres Plugin. if you are not using Heroku, Read the guide on how to Install Database?, in the Wiki. [ to be deprecated ]

  • TELEGRAM_URL: create a Telegram Channel / Super Group, with you robot as administrator, and add the channel id as an integer in this variable.

  • G_DRIVE_CLIENT_ID: check the Telegram Channel for Instructions on Setting up Google Drive.

  • G_DRIVE_CLIENT_SECRET: check the Telegram Channel for Instructions on Setting up Google Drive.

  • OWNER_ID: this is not used currently, and might be used in the future.

  • SUDO_USERS: The Telegram user_ids who should be allowed to use the sensitive features of the robot.

  • TG_IRU_S_M_ID: this is used for the sretlif plugins.

  • WARN_DATA_ID: this is used for the warns plugins.

  • WARN_SETTINGS_ID: this is used for the warns plugins.

  • A_PIN_MESSAGE_ID: this is used for the antichannelpin plugins.

Credits, and Thanks to

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%