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