Small Pyrogram bot for emoji captchas https://t.me/emojicaptcha_bot
Go to file
2023-08-10 13:23:00 +02:00
assets/emojis Assets commit #2 2023-08-10 13:12:56 +02:00
classes Initial commit 2023-08-10 13:05:40 +02:00
locale Initial commit 2023-08-10 13:05:40 +02:00
modules Initial commit 2023-08-10 13:05:40 +02:00
plugins Initial commit 2023-08-10 13:05:40 +02:00
.gitignore Initial commit 2023-08-10 13:05:40 +02:00
.renovaterc Initial commit 2023-08-10 13:05:40 +02:00
config_example.json Changed emojis list 2023-08-10 13:11:58 +02:00
LICENSE Initial commit 2023-08-10 13:05:40 +02:00
main.py Initial commit 2023-08-10 13:05:40 +02:00
README.md Made a README 2023-08-10 13:23:00 +02:00
requirements.txt Initial commit 2023-08-10 13:05:40 +02:00

EmojiCaptchaBot

Small Pyrogram bot for emoji captchas. Extremely useful for groups using "People Nearby" feature or communities.

Dependencies

Installation

  1. Install all dependencies
  2. Clone this repository using git clone https://git.end-play.xyz/profitroll/EmojiCaptchaBot.git
  3. Go to bot's folder (cd EmojiCaptchaBot) and create venv: python3 -m venv .venv or virtualenv .venv
  4. Activate venv with source .venv/bin/activate (on Linux) or .\.venv\Scripts\activate.ps1 (on Windows)
  5. Install all bot's dependencies using pip3 install -r requirements.txt
  6. Set up the bot by copying example to config.json (using cp config_example.json config.json) and editing it with text editor (Notepad, nano, vim, etc.)
  7. Now you can start the bot using python3 main.py