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: 13 days ago
JSON representation

Lists

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;