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.
Profitroll
9e1db9f591
Merge pull request 'Update dependency async_pymongo to v0.1.6' (#51) from renovate/async_pymongo-0.x into dev
Reviewed-on: #51
EmojiCaptchaBot
Small Pyrogram bot for emoji captchas. Extremely useful for groups using "People Nearby" feature or communities.
Dependencies
Installation
- Install all dependencies
- Clone this repository using
git clone https://git.end-play.xyz/profitroll/EmojiCaptchaBot.git
- Go to bot's folder (
cd EmojiCaptchaBot
) and create venv:python3 -m venv .venv
orvirtualenv .venv
- Activate venv with
source .venv/bin/activate
(on Linux) or.\.venv\Scripts\activate.ps1
(on Windows) - Install all bot's dependencies using
pip3 install -r requirements.txt
- Set up the bot by copying example to
config.json
(usingcp config_example.json config.json
) and editing it with text editor (Notepad, nano, vim, etc.) - Now you can start the bot using
python3 main.py
Languages
Python
100%