A nice and handy gallery to browse and download sticker packs for Signal.
This site is served on signalstickers.com, directly from this Github repository.
Open a pull request to add a sticker pack to stickers.json
!
Use this page to convert your signal.art
URL to the following format:
"[PACK ID]": {
"key": "[PACK KEY]",
"source": "[Where you got the sticker pack]",
"tags": "keyword1, keyword2"
}
You can also get [PACK ID]
and [PACK KEY]
directly from a sticker pack URL.
Note: if your sticker pack is NSFW, add the key:value
"nsfw": true
to your JSON object.
Note:
source
is not currently implemented, but if you remember where you got the sticker pack, feel free to fill this field!
I will accept all stickers, except:
- Stickers packs that call for hatred or violence against people or communities based on age, body size, disability, ethnicity, gender identity and expression, nationality, personal appearance, race, religion, or sexual identity and orientation;
- Sticker packs that directly promote a brand or a company.
The idea is to keep a family atmosphere: I'd like my grandmother to be able to navigate stickers packs quietly.
- Use this Gist to convert Telegram stickers to Signal
- OR use Gimp and your talent!
And then follow the tutorial on the Signal support site to upload your stickers.
No. You can just send any sticker to your friends and they will be able to install the pack, or you can share your sticker pack using the signal.art
link that you got when you created your sticker pack, or by using the share button from inside the signal app's sticker managment screen.
This is not the goal of this project :-)
- Head to the Sticker pack collection thread on the Signal Community forum;
- Visit signal-stickers.github.io, that ported stickers packs from Telegram;
- Search Twitter for the
#makeprivacystick
hashtag.
No. This project is open-source, and is served directly from Github via Github Pages.
This is a quick-and-dirty, let-the-client-do-the-job application. All the stickers are loaded by the client, without pagination, to make it easier to develop and maintain: to add stickers, just edit the stickers.json
pack.
If you have JS skills and want to improve my (bad but working) code, feel free to make a pull request!
See LICENSE.md, and do what the f*** you want.