Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.