An open API service indexing awesome lists of open source software.

https://github.com/qewertyy/antinsfwrobot

A simple telegram bot to remove NSFW content from your groups. Powered by https://api.qewertyy.dev
https://github.com/qewertyy/antinsfwrobot

anti-nsfw antinsfw nsfw-detection nsfw-recognition nsfwjs-api

Last synced: 6 months ago
JSON representation

A simple telegram bot to remove NSFW content from your groups. Powered by https://api.qewertyy.dev

Awesome Lists containing this project

README

          

# AntiNSFWRobot

### A simple telegram bot to remove NSFW content from your groups powered by [@LexicaAPI](https://telegram.dog/LexicaAPI)
#### Demo [Protect your groups bot](https://telegram.me/ProtectYourGroupsRobot)

## Deploy on VPS
fill `.env` with proper values
```bash
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](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/Qewertyy/AntiNSFWRobot)