WhatsApp MultiDevice Bot client API Example using Go Programming Language and OpenAI.
The Example of usage Whatsmeow WhatsApp API for automate WhatsApp without open browser (running on background / os).
- Support recive command from dm or group
- ChatGPT feature (Support convertation)
- DallE AI feature
- Send Message (text, image, video) [for other media WIT...]
- Tagall member groups
- Reader check
- Anti Unsend
- Make sticker
- Brouadcast Group
- Edit Message
- Creat GPT Assistant
- Convertation with GPT Assistant
- Create ThreadID (use for as convertation db)
Free invite & use Whatsapp bot Wa Nexus
Add OpeinAI Api-key for access Chat GPT feature (if not fill, bot still running) and Proxy for Chat GPT feature (optional)
ChatGPTApikey string = "" // << your apikey here
ChatGPTProxy string = ""
To get open AI api-key, you can visit open ai platform. Click here
$ go get -u
$ go build main.go
$ ./main.go
or
$ go run main.go