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

https://github.com/kazedevid/securitygroupbot

Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.
https://github.com/kazedevid/securitygroupbot

Last synced: about 1 year ago
JSON representation

Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.

Awesome Lists containing this project

README

          

# ✨ SecurityGroupBot ✨
### 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/PunyaChael/)

## Requirements

- Python >= 3.7

## Install Locally Or On A VPS

```sh
$ git clone https://github.com/PunyaChael/SecurityGroupBot

$ cd SecurityGroupBot

$ pip3 install -U -r requirements.txt

$ cp sample_config.py config.py
```
Edit **config.py** with your own values

# Run Directly
```sh
$ python3 -m PunyaChael
```

# Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/PunyaChael/SecurityGroupBot/)

# Docker

```sh
$ git clone https://github.com/PunyaChael/SecurityGroupBot

$ cd SecurityGroupBot
```

Edit **config.env** With Own Values.

```sh
$ sudo docker build . -t PunyaChael

$ sudo docker run PunyaChael
```

## Note

1. NOT RELATED TO INTELLIVOID IN ANY WAY.