- Python 3+
- Pip
- Clone this repository and enter the directory
git clone https://github.com/digmi-id/PlanetBanBot.git && cd PlanetBanBotor download this repository - Create virtualenvs
virtualenv .venv(.venvis your name of virtualenv directory) - Activate virtualenv
source .venv/bin/activate - Install dependencies
pip install -r requirements.txt - Copy
.envfile withcp .env-example .envand change the configuration in it with your own key and etc - Run
python main.py - Enjoy!