Doorman is a bot created for groups, it function is to know when someone enters a group and will ask them to answer an easy captcha, if they don't answer it the bot will kick them in 5 minutes.
These instructions will allow you to obtain a copy of the running project on your local machine for development and testing purposes.
Look Installation to know how to deploy this project.
Follow the next steps to know how to deploy this project.
Clone the repository:
git clone https://github.com/CurbsideProph3t/doormanbot
Start a virtual environment:
virtualenv venv
Activate your virtual environment:
source venv/bin/activate
Install requirements to use the bot:
pip install -r requirements.txt
Enjoy the bot!