nethvish / whatsapp-sticker-bot

API to automate the process of generating whatsapp stickers. It helps to get rid of sticker apps which shows annoying ads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whatsapp Sticker Bot version

open issue stars

Simple typescript template with jest babel and eslintAPI to automate the process of generating whatsapp stickers. It helps to get rid of sticker apps which shows annoying ads.

How to use

Host it your self in a free linode server or use this demo

Self Host

docker run -p 80:8000 -d methmal66/whatsapp-sticker-bot

Example usage of the above demo

http://sticker.whatsapp.bot.sanujamethmal.com?text=Hello+World&fontColor=red

Inputs

  • Text - query param 'text'. The string you want to get a sticker of
  • Font coloer - query param 'fontColor'. Any valid color name (red, green, blue...)

Output

Display a png file

Core Functionalities

  • Ability to change only two parameters, text and its color
  • Automatically wraps the given text
  • Image has static width and dynamic height
  • png file must be downloaded mannually

About

API to automate the process of generating whatsapp stickers. It helps to get rid of sticker apps which shows annoying ads.

License:GNU General Public License v3.0


Languages

Language:TypeScript 63.7%Language:JavaScript 33.9%Language:Dockerfile 2.5%