Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Firemoon777/dialog-sticker-bot
https://github.com/Firemoon777/dialog-sticker-bot
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Firemoon777/dialog-sticker-bot
- Owner: Firemoon777
- License: other
- Created: 2021-12-22T18:55:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T21:12:28.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T19:55:31.667Z (3 months ago)
- Language: Python
- Size: 357 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dialog-sticker-bot
Telegram bot receives forwarded message and renders as sticker in a pack.
Created as example for generating stickers with Bot API.
## Requirements
- python 3.8+
- Telegram bot API token## Install
```bash
# Install dependencies
python3 -m pip install -r requirements.txt# Copy example config and fill it
cp dsb.example.toml dsb.toml
```## Run
```bash
python3 -m dsb
```## Limitations
- only forwarded messages supported by design;
- one message at time handled (e.g. sequence of messages will be handled as separate messages);
- no configuration for sticker set title;