Skip to content

A simple desktop app for downloading and using LINE stickers.

Notifications You must be signed in to change notification settings

MarvNC/StampNyaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 8, 2023
1726afa · Jul 8, 2023
Jul 4, 2023
Jul 8, 2023
Jul 4, 2023
Jul 7, 2023
Jul 7, 2023
Jul 6, 2023
Jul 3, 2023
Jul 8, 2023
Jul 3, 2023
Jul 8, 2023
Jul 3, 2023
Jul 8, 2023
Jul 8, 2023
Jul 8, 2023

Repository files navigation

StampNyaa Banner

StampNyaa | スタンプにゃあ~

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

  • Use the hotkey Ctrl/Command+Shift+A by default to open the app at any time, or click the icon in your system tray.
  • Find your favorite sticker packs on the LINE Sticker Shop.
  • Download LINE sticker packs for use with StampNyaa by pressing the + icon in the sidebar and pasting in the sticker pack's URL. Or you can add your own stickers.
  • Send stickers by clicking on them in the app, and they will be automatically pasted to the app you're currently using.

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 Download Sticker Packs from LINE
Discord Send Sticker Download Line Packs
Choose a Theme Manage and Sort Your Stickers
Choose A Theme 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.

  • Simply add a folder to the stickers directory in the app's sticker folder, which is located in your {user}/Pictures folder by default.
  • The folder name will be used as the sticker pack name by default, and the images inside will be used as the stickers.
  • You will also need to add a sticker named main.png to be used as the icon representing the sticker pack in the sidebar.
  • Note that only .png images are currently supported.

⚠️ Known Limitations

  • Animated stickers are not supported in certain apps like Discord because they don't support animated pngs for whatever reason 💢. I might add a workaround converting them to gif in the future.

🤝 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
npm install

To build an installer for your operating system, run:

npm run build

To run:

npm start