Small Pyrogram bot for emoji captchas https://t.me/emojicaptcha_bot
This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-06-02 12:57:21 +03:00
assets/emojis Assets commit #2 2023-08-10 13:12:56 +02:00
classes Fixed permissions check 2023-08-23 11:12:26 +02:00
locale This commit closes #7 2023-08-14 12:53:44 +02:00
modules Fixed permissions check 2023-08-23 11:12:26 +02:00
plugins Fixed permissions check 2023-08-23 11:12:26 +02:00
.gitignore Initial commit 2023-08-10 13:05:40 +02:00
.renovaterc Update .renovaterc 2024-04-15 19:57:00 +03:00
config_example.json This commit closes #11 2023-08-14 11:56:59 +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 Selected async_pymongo from PyPi 2024-06-02 12:56:13 +03: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