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.
- Host: GitHub
- URL: https://github.com/poeschl/sticker-block-bot
- Owner: Poeschl
- License: gpl-3.0
- Created: 2019-03-29T21:12:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T21:44:37.000Z (over 7 years ago)
- Last Synced: 2025-01-24T04:53:23.979Z (over 1 year ago)
- Topics: animations, bot, stickers, telegram, telegram-bot
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.