ookamiiixd / baileys-api

Simple WhatsApp REST API with multiple device support
MIT License
431 stars 325 forks source link

can i create BOT for whatsapp ? #165

Closed dewanggaeka closed 1 year ago

dewanggaeka commented 1 year ago

I saw on YouTube that the baileys repository can also be used to make BOT, is it possible to make BOT in this repo?

aarzaary commented 1 year ago

@dewanggaeka for creating bot u can use original Baileys Api https://github.com/adiwajshing/Baileys It's more simple

dewanggaeka commented 1 year ago

can BOT implementation be combined with this repo?

kevineduardo commented 1 year ago

Yes, it's open source, just fork it and edit it, or use as intended consuming the API provided.

dewanggaeka commented 1 year ago

Yes, it's open source, just fork it and edit it, or use as intended consuming the API provided.

how?

dewanggaeka commented 1 year ago

okay, thanks everyone for helping. I've found how to make BOT. simply by changing the contents of the wa.ts file then rebuild.