Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DarylPinto/sticker-surge
Custom stickers and sticker packs for Discord servers!
https://github.com/DarylPinto/sticker-surge
discord-bot discordjs sticker vue
Last synced: 5 days ago
JSON representation
Custom stickers and sticker packs for Discord servers!
- Host: GitHub
- URL: https://github.com/DarylPinto/sticker-surge
- Owner: DarylPinto
- License: mpl-2.0
- Created: 2016-09-24T20:35:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:04:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T18:32:07.621Z (3 months ago)
- Topics: discord-bot, discordjs, sticker, vue
- Language: JavaScript
- Homepage: https://stickersurge.com
- Size: 7.84 MB
- Stars: 14
- Watchers: 3
- Forks: 9
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sticker Surge
> Custom stickers and sticker packs for Discord servers!
![Preview](http://i.imgur.com/8sHjDhP.png)
## How to use
To get stickers on your Discord server, simply head over to https://stickersurge.com and click the "Add to Discord" button!
For more detailed instructions, check out the [documentation.](https://stickersurge.com/docs)
## Why
One of my gaming groups used to bounce around various messaging and VoIP clients looking for the one that would best suit our needs. Eventually we settled with [Telegram](https://telegram.org/) due to the ease of use and polished interface on all platforms. However, it still lacked a lot of crucial features that we were looking for such as the ability to ping specific users in a group and voice chat without relying on yet another service.
Enter [Discord](https://discordapp.com/). This rapidly developing app appeared to be the *perfect* solution to our conundrum. It had everything we were looking for and more— except for one little Telegram feature that we'd accidentally fallen in love with: **Stickers**.
I decided I'd try to my hand at making [a little Discord sticker-bot](https://github.com/DarylPinto/discord-stickerbot) on my Raspberry Pi to substitute the feature. While it worked pretty well, it was fairly barebones and lacked some important elements - the most noticable one being the fact that it was exclusive to a single Discord server. I began thinking about how I could expand the bot to be used on any server, and it eventually became clear that a full redesign and refactor was necessary to facilitate the additions that I really wanted to include.
And so, this project was born.
## Support
For help with Sticker Surge, join the support server: [https://discord.gg/HNFmKsE](https://discord.gg/HNFmKsE)
## Built with
* [Node](https://nodejs.org/)
* [Express](https://expressjs.com/)
* [MongoDB](https://www.mongodb.com/)
* [Vue](https://vuejs.org/)
* [DiscordJS](https://discord.js.org/#/)