Installing stickers and animated stickers packs in Delta Chat Desktop


WARNING: I tested this in Delta Chat 1.14.1, it might not work in recent versions. Only PNG images are allowed by the sticker picker so the tool renames .webp images to .png to trick the picker, in the next version of Delta Chat there will be support for .webp stickers and this issue will be solved.


Hello, I have created a tool to install sticker packs in your Delta Chat desktop application.

To install it just run (probably with sudo or use the --user option):

pip3 install -U pip wheel   # to avoid issues in Debian Stable, or other outdated setups
pip3 install dcstickers

Then browse https://signalstickers.com/ and select the sticker pack you would like to install, then pass the pack URL to the tool in the command line:

dcstickers "https://signal.art/addstickers/#pack_id=ffdd9e8ec5dc149aef15aadd38789643&pack_key=5508033752beca5ce1cdf3de8c3039f263c167e594a9748c40c04d707bed188b"

Source code + additional help:

1 Like