Made a README
This commit is contained in:
parent
e362e45b31
commit
e712d4fd88
19
README.md
19
README.md
@ -1 +1,20 @@
|
|||||||
# EmojiCaptchaBot
|
# EmojiCaptchaBot
|
||||||
|
|
||||||
|
Small Pyrogram bot for emoji captchas. Extremely useful for groups using
|
||||||
|
"People Nearby" feature or communities.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
* [Python](https://www.python.org) 3.8+ (Recommended 3.9 or 3.11)
|
||||||
|
* [MongoDB](https://www.mongodb.com)
|
||||||
|
* [Git](https://git-scm.com)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Install all [dependencies](#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`
|
||||||
|
Reference in New Issue
Block a user