Skip to content

Qewertyy/AntiNSFWRobot

Repository files navigation

AntiNSFWRobot

A simple telegram bot to remove NSFW content from your groups powered by @LexicaAPI

Deploy on VPS

fill .env with proper values

git clone https://github.com/Qewertyy/AntiNSFWRobot && cd AntiNSFWRobot
python3 -m venv venv
source venv/bin/activate # Linux
.\venv\Scripts\activate # Windows
python3 -r requirements.txt
python3 bot.py

Deploy to Heroku

Deploy