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
- Host: GitHub
- URL: https://github.com/qewertyy/antinsfwrobot
- Owner: Qewertyy
- License: mit
- Created: 2024-02-02T14:04:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T16:49:26.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:54:41.722Z (7 months ago)
- Topics: anti-nsfw, antinsfw, nsfw-detection, nsfw-recognition, nsfwjs-api
- Language: Python
- Homepage: https://telegram.me/ProtectYourGroupsRobot
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://dashboard.heroku.com/new?template=https://github.com/Qewertyy/AntiNSFWRobot)