https://github.com/binsarjr/hono-baileys-api
https://github.com/binsarjr/hono-baileys-api
baileys baileys-api hono whatsapp-gateway
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binsarjr/hono-baileys-api
- Owner: binsarjr
- Created: 2024-11-10T18:50:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T12:15:32.000Z (over 1 year ago)
- Last Synced: 2025-05-13T00:05:03.283Z (about 1 year ago)
- Topics: baileys, baileys-api, hono, whatsapp-gateway
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baileys Api
## Features
- [x] Create new session
- [x] Pairing Code
- [ ] Qr Code (Maybe not implemented, you can contribute if you want)
- [x] Get Session
- [x] Delete Session
- [x] Contacts
- [x] Chats
- [x] Groups
- [ ] Messages (I don't think this is really needed, but if you want to implement it, you can contribute)
- [ ] Sending Messages (includes text, images, videos, documents, locations, files, and etc)
## Possible Idea from this project
- You can use this api to create whatsapp blast for this, use queue pattern to send messages to whatsapp
## Not Possible Idea from this project based on current code
- Chatbot: because current code is not designed for that, you can implement it if you want with webhook or something else
## Contributing
If you want to contribute, you can do it in many ways, for example:
- Create an issue
- Create a pull request
- Create a discussion
- Create a feature request
- Create a bug report