Warning
kyu is highly deprecated now. consider using my new bot which increases performance and decreases required memory by 10x :)
a WhatsApp bot that converts images into stickers built with wwebjs.
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!
- image, video and gif conversion to sticker
- when authenticated, bot will read all unread messages and convert them (toggeable)
- custom commands (how to create)
- first, clone the repository on your machine using
git clone https://github.com/eiyaxz/kyu-bot.git
. - install the project's dependencies using
npm install
. - customize the
./config.json
file in order to fit your needs, the keys are pretty self-explanatory. - 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. - that's it! now you have a bot in your WhatsApp account.
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!
sure! just fork the project and open a PR and i will analyze it myself. i appreciate the help!
no. thanks for reading!