Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehamkercat/spamprotectionrobot
Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.
https://github.com/thehamkercat/spamprotectionrobot
antinsfw antispam antispambot heroku nsfw-classifier nsfw-detection pyrogram pyrogram-bot python spam-detection spamprotection spamprotectionbot telegram telegram-bot tgbot
Last synced: about 1 month ago
JSON representation
Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.
- Host: GitHub
- URL: https://github.com/thehamkercat/spamprotectionrobot
- Owner: TheHamkerCat
- License: mit
- Created: 2021-07-14T12:47:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T19:49:44.000Z (6 months ago)
- Last Synced: 2024-07-28T20:53:49.792Z (6 months ago)
- Topics: antinsfw, antispam, antispambot, heroku, nsfw-classifier, nsfw-detection, pyrogram, pyrogram-bot, python, spam-detection, spamprotection, spamprotectionbot, telegram, telegram-bot, tgbot
- Language: Python
- Homepage: https://t.me/SpamProtectionRobot
- Size: 53.7 KB
- Stars: 62
- Watchers: 3
- Forks: 115
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ SpamProtectionRobot ✨
### Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.[![Python](http://forthebadge.com/images/badges/made-with-python.svg)](https://python.org)
[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/TheHamkerCat/)## Requirements
- Python >= 3.7
## Install Locally Or On A VPS
```sh
$ git clone https://github.com/thehamkercat/SpamProtectionRobot$ cd SpamProtectionRobot
$ pip3 install -U -r requirements.txt
$ cp sample_config.py config.py
```
Edit **config.py** with your own values# Run Directly
```sh
$ python3 -m spr
```# Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/thehamkercat/SpamProtectionRobot/)
# Docker
```sh
$ git clone https://github.com/TheHamkerCat/SpamProtectionRobot$ cd SpamProtectionRobot
```Edit **config.env** With Own Values.
```sh
$ docker compose up --build
```## Note
1. NOT RELATED TO INTELLIVOID IN ANY WAY.