Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyaadh/babooncaptcha
A telegram bot that requires new joiners to a chat group to be verified by issuing them a captcha to solve. Say no to bots and spammers basically.
https://github.com/eyaadh/babooncaptcha
bot captcha pyrogram python telegram
Last synced: about 2 months ago
JSON representation
A telegram bot that requires new joiners to a chat group to be verified by issuing them a captcha to solve. Say no to bots and spammers basically.
- Host: GitHub
- URL: https://github.com/eyaadh/babooncaptcha
- Owner: eyaadh
- Created: 2021-01-09T12:39:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T07:14:43.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T19:46:05.604Z (about 1 year ago)
- Topics: bot, captcha, pyrogram, python, telegram
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 25
- Watchers: 2
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BaboonCaptcha:
A telegram bot that requires new joiners to a chat group to be verified by issuing them a captcha to solve. Say no to bots and spammers basically.[Youtube Playlist](https://www.youtube.com/watch?v=Ze-QLZh53I0&list=PLApP3aDELGhtM6Zb7VF4jiO4T4hw99G1n)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Cloning and Run:
1. `git clone https://github.com/eyaadh/baboonCaptcha.git`, to clone the repository.
2. `cd baboonCaptcha`, to enter the directory.
3. `pip3 install -r requirements.txt`, to install rest of the dependencies/requirements.
4. Create a new `config.ini` using the sample available at `config.ini.sample`.
5. Run with `python3.8 main.py`, stop with CTRL+C.
> It is recommended to use [virtual environments](https://docs.python-guide.org/dev/virtualenvs/) while running the app, this is a good practice you can use at any of your python projects as virtualenv creates an isolated Python environment which is specific to your project.