Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
/ kyu-bot Public archive

A WhatsApp application to convert images, videos, and GIFs into stickers. 🖼

Notifications You must be signed in to change notification settings

eiyaxz/kyu-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

kyu is highly deprecated now. consider using my new bot which increases performance and decreases required memory by 10x :)

kyu ✨

a WhatsApp bot that converts images into stickers built with wwebjs.

just... why? 🤔

the bot that i used just stopped working, so i decided to create another one. it turned out to be pretty okay, so i uploaded it to GitHub!

features 🧐

  • image, video and gif conversion to sticker
    • when authenticated, bot will read all unread messages and convert them (toggeable)
  • custom commands (how to create)

okay... how do i use it? 😯

  1. first, clone the repository on your machine using git clone https://github.com/eiyaxz/kyu-bot.git.
  2. install the project's dependencies using npm install.
  3. customize the ./config.json file in order to fit your needs, the keys are pretty self-explanatory.
  4. run npm run start and link your device using the QR code that's going to appear on your terminal. click here if you don't know how to link a device.
  5. that's it! now you have a bot in your WhatsApp account.

command creating 🤖

to create a command, just create a new object in the commands key following this pattern:

key type
usage string
message string[]

by following this, you should have absolutely no problems creating a new command. if you need advanced features, you'll have to code them yourself. sorry!

may i contribute? 🤓

sure! just fork the project and open a PR and i will analyze it myself. i appreciate the help!

anything else? 😥

no. thanks for reading!

About

A WhatsApp application to convert images, videos, and GIFs into stickers. 🖼

Topics

Resources

Stars

Watchers

Forks