MarvNC / StampNyaa

A simple desktop app for downloading and using LINE stickers.
57 stars 2 forks source link
desktop desktop-app discord line line-sticker linux macos nyaa pc stamp stickers stickers-apps telegram-stickers windows

StampNyaa Banner

StampNyaa | スタンプにゃあ~

StampNyaa Demo

Release Version Total Downloads StampNyaa

🎉 Download LINE Stickers and Use Them Anywhere

StampNyaa is a simple cross-platform desktop app for downloading and using LINE stickers in Discord, Whatsapp, Telegram, and anywhere else you can paste images.

🚀 Download

Download button

Click here to go to the releases page and download the appropriate installer for your operating system in "Assets" (MacOS users should download darwin).

📚 About

🔧 Usage

Keep in mind that sticker packs from LINE are created by skilled artists and are sold for use in the LINE app; this application simply aims to let you to use them in other apps. Make sure to support the creators by purchasing the sticker packs you use! LINE supports PayPal and various other payment methods, so purchasing shouldn't be an issue outside of region locks.

[!WARNING]\ Some stickers are region locked and cannot be downloaded in certain countries. If you are unable to download a sticker pack, try using a VPN to change your location. You can check if the sticker pack works in a country by opening the store page in incognito with a VPN set to that country.

🎞️ Showcase

Send Stickers on Discord Choose a Theme
Discord Send Sticker Choose A Theme
Choose Your Favorite Stickers Manage and Sort Your Stickers
Select Favorite Stickers Manage and Sort

Here are the creators whose stickers are shown in the above images:

🎨 Add Your Own Stickers

StampNyaa supports adding your own sticker packs to the app.

⚠️ Known Limitations

🤝 Acknowledgements & Contribution

This app would not exist if it were not for jeffshee's LINEStickerKeyboard Android app which I use frequently, inspiring me to build StampNyaa for desktop.

Contributions are welcome! If you have any bug reports, feature requests, or questions, please open an issue. If you want to contribute code, please contact me first so we can discuss the changes you want to make.

🛠️ Development

To run StampNyaa locally, you will need to have Node.js installed.

Then clone the repository and install dependencies with npm or yarn:

git clone https://github.com/MarvNC/StampNyaa.git
cd StampNyaa
yarn install

To build an installer for your operating system, run:

yarn make

To run:

yarn start

You will also need something to compile the .scss file if you edit any styling. I use Live Sass Compiler for this.