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

https://github.com/poeschl/sticker-block-bot

A simple Bot which blocks stickers out of telegram channels.
https://github.com/poeschl/sticker-block-bot

animations bot stickers telegram telegram-bot

Last synced: over 1 year ago
JSON representation

A simple Bot which blocks stickers out of telegram channels.

Awesome Lists containing this project

README

          

# Sticker-Block-Bot

This telegram bot removes all stickers and animations from group conversations.

_Note:_

To start the bot correctly a file named `secret.py` must be created inside `stickerblockbot` with the following content:

```python
class Secrets:

def telegram_token(self):
return ''
```

_Note2:_

The bot needs to have the rights to delete messages in a group :sweat: and the bot privacy mode needs to be disabled to recieve group messages.