/signalstickers

A gallery of stickers for Signal, the secure messenger!

Primary LanguageHTMLDo What The F*ck You Want To Public LicenseWTFPL

Signal stickers gallery

About

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.

Adding a sticker pack to this site

Open a pull request to add a sticker pack to stickers.json!

Format

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!

Contribution guidelines

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.

Q&A

How can I create a sticker pack?

  • 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.

Do I have to add my sticker pack to this site to share it with my friends?

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.

Can you create a sticker pack for me?

This is not the goal of this project :-)

Where can I find more stickers?

Is this a commercial project?

No. This project is open-source, and is served directly from Github via Github Pages.

Dev stuff

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!

License

See LICENSE.md, and do what the f*** you want.