Giter VIP home page Giter VIP logo

pratikbutani / wastickerapp-json-generator Goto Github PK

View Code? Open in Web Editor NEW
40.0 4.0 8.0 84 KB

Select image files from the folder and get your JSON ready. Create Now: http://pratikbutani.com/wastickerapp/

Home Page: https://pratikbutani.github.io/WAStickerApp-JSON-Generator/

HTML 100.00%
whatsapp stickers json generator whatsapp-stickers hacktoberfest hacktoberfest2020 sticker-pack json-generator

wastickerapp-json-generator's Introduction

WAStickerApp-JSON-Generator

A JSON Generator for WhatsApp Sticker Pack Apps. Check it now : http://pratikbutani.com/wastickerapp/

WAStickerApp-JSON-Generator

We are creating many apps for WhatsApp Stickers after they have announced sticker features in Android and iOS App.

I have also created some apps for WhatsApp Stickers but got some difficulties to create JSON for content.json file. Every developer faced this problem, Believe Me.

Here is the solution, I have created tool Convert Image names to JSON Array (WAStickerApp) which can help you to get JSON by giving details of Sticker Pack.

You can upload following details:

  • Folder Name (Identifier)
  • Sticker Pack Name
  • Publisher
  • Tray Image (with .png)
  • Publisher Email
  • Publisher Website
  • Privacy Policy URL
  • Licence Agreement Website
  • Images (Only .webp)

It will give full array in JSON as below:

Format:

{
    "android_play_store_link": "",
    "ios_app_store_link": "",
    "sticker_packs": [
        {
            "identifier": "1",
            "name": "My Sticker Pack",
            "publisher": "Pratik Butani",
            "tray_image_file": "placeholder.png",
            "image_data_version","1",
            "avoid_cache":false
            "publisher_email": "[email protected]",
            "publisher_website": "pratikbutani.com",
            "privacy_policy_website": "your-url.com/privacy_policy.php",
            "license_agreement_website": "your-url.com/license.php",
            "stickers": [
                {
                    "image_file": "banner.webp",
                    "emoji": [
                        "",
                        ""
                    ]
                },
                {
                    "image_file": "bg_img.webp",
                    "emoji": [
                        "",
                        ""
                    ]
                },
                {
                    "image_file": "ic_chef.webp",
                    "emoji": [
                        "",
                        ""
                    ]
                }
            ]
        }
    ]
}

You can read full article here : JSON Creator for WhatsApp Sticker Pack

I hope you will love it.

No one has ever become poor by giving. <3 <3

paypal

Thank you.

wastickerapp-json-generator's People

Contributors

nikhilbuts avatar pratik-7span avatar pratikbutani avatar ranjithgovindaraj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wastickerapp-json-generator's Issues

JSON create with new parameters

Is your feature request related to a problem? Please describe.
The WhatsApp sticker pack has some additional parameters. Here we need to add that parameter.

Describe the solution you'd like
Add that parameter in design and JSON too. You can refer to this repo

How to push JSON to WhatsApp?

Hi,

Can you please share how to push generated JSON to WhatsAPP via URL?
whatsapp://stickerPack? - how to put it in get request?
Or I can open json as file somehow in WA?

Thank you in advance.

Some improvements / feature requests

Hey, I like the effort for the tool, but there are some things that I'd like to see in the tool:

  1. Automatically update the JSON when an input box value changes
  2. A button to copy the whole output JSON to the clipboard (it's hard to select everything when the JSON is long)
  3. A better website styling / Layout

I would like to help you out, if you want, but this repository is not up to date with the website, please update it :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.