Skip to content

Firemoon777/dialog-sticker-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# Install dependencies
python3 -m pip install -r requirements.txt

# Copy example config and fill it 
cp dsb.example.toml dsb.toml

Run

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;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages