Telegram Bot For Planet Ban Indonesia Requirements Python 3+ Pip Setup 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 with cp .env-example .env and change the configuration in it with your own key and etc Run python main.py Enjoy!