Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosl2/whatsapp-ticket-gui
A small whatsapp ticket gui
https://github.com/santosl2/whatsapp-ticket-gui
study-project tailwind websocket whatsapp
Last synced: about 2 months ago
JSON representation
A small whatsapp ticket gui
- Host: GitHub
- URL: https://github.com/santosl2/whatsapp-ticket-gui
- Owner: Santosl2
- Created: 2023-11-05T00:31:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-23T22:52:16.000Z (about 1 year ago)
- Last Synced: 2024-10-23T09:33:44.192Z (3 months ago)
- Topics: study-project, tailwind, websocket, whatsapp
- Language: TypeScript
- Homepage:
- Size: 338 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whatsapp Ticket GUI
This is a small project using a API Baileys to implement a small Whatsapp System. In there you can send and receive messages.
# Demo
![Peek 2024-01-23 19-32](https://github.com/Santosl2/whatsapp-ticket-gui/assets/67132916/1977b502-5d4d-4e80-b991-f336ed2d42ae)
# Technologies
- [Next 14](https://github.com/vercel/next.js)
- [Express Js](https://github.com/expressjs/express)
- [Baileys](https://github.com/WhiskeySockets/Baileys)
- [Socket.io](https://github.com/socketio/socket.io)## Localy run
Clone this project
```bash
git clone [email protected]:Santosl2/whatsapp-ticket-gui.git
```Enter in repository project folder
Go to the .env.example and rename it to .env, and change the NEXT_PUBLIC_SOCKET_URL to your backend API Key
Now, install the dependencies
```bash
npm install
```Run the BOT and scan QR Code
```bash
npm run start
```