Giter Club home page Giter Club logo

go-whatsapp-multidevice-rest's Introduction

Go WhatsApp Multi-Device Implementation in REST API

This repository contains example of implementation go.mau.fi/whatsmeow package with Multi-Session/Account Support. This example is using a labstack/echo version 4.x.

Features

  • Multi-Session/Account Support
  • Multi-Device Support
  • WhatsApp Authentication (QR Code and Logout)
  • WhatsApp Messaging Send Text
  • WhatsApp Messaging Send Media (Document, Image, Audio, Video, Sticker)
  • WhatsApp Messaging Send Location
  • WhatsApp Messaging Send Contact
  • WhatsApp Messaging Send Link
  • And Much More ...

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment section for notes on how to deploy the project on a live system.

Prerequisites

Prequisites packages:

  • Go (Go Programming Language)
  • Swag (Go Annotations Converter to Swagger Documentation)
  • GoReleaser (Go Automated Binaries Build)
  • Make (Automated Execution using Makefile)

Optional packages:

  • Docker (Application Containerization)

Deployment

Using Container

  1. Install Docker CE based on the manual documentation

  2. Run the following command on your Terminal or PowerShell

docker run -d \
  -p 3000:3000 \
  --name go-whatsapp-multidevice \
  --rm dimaskiddo/go-whatsapp-multidevice-rest:latest
  1. Now it should be accessible in your machine by accessing localhost:3000/api/v1/whatsapp or 127.0.0.1:3000/api/v1/whatsapp

  2. Try to use integrated API docs that accesible in localhost:3000/api/v1/whatsapp/docs/ or 127.0.0.1:3000/api/v1/whatsapp/docs/

Using Pre-Build Binaries

  1. Download Pre-Build Binaries from the release page

  2. Extract the zipped file

  3. Copy the .env.default file as .env file

  4. Run the pre-build binary

# MacOS / Linux
chmod 755 go-whatsapp-multidevice-rest
./go-whatsapp-multidevice-rest

# Windows
# You can double click it or using PowerShell
.\go-whatsapp-multidevice-rest.exe
  1. Now it should be accessible in your machine by accessing localhost:3000/api/v1/whatsapp or 127.0.0.1:3000/api/v1/whatsapp

  2. Try to use integrated API docs that accesible in localhost:3000/api/v1/whatsapp/docs/ or 127.0.0.1:3000/api/v1/whatsapp/docs/

Build From Source

Below is the instructions to make this source code running:

  1. Create a Go Workspace directory and export it as the extended GOPATH directory
cd <your_go_workspace_directory>
export GOPATH=$GOPATH:"`pwd`"
  1. Under the Go Workspace directory create a source directory
mkdir -p src/github.com/dimaskiddo/go-whatsapp-multidevice-rest
  1. Move to the created directory and pull codebase
cd src/github.com/dimaskiddo/go-whatsapp-multidevice-rest
git clone -b master https://github.com/dimaskiddo/go-whatsapp-multidevice-rest.git .
  1. Run following command to pull vendor packages
make vendor
  1. Link or copy environment variables file
ln -sf .env.development .env
# - OR -
cp .env.development .env
  1. Until this step you already can run this code by using this command
make run
  1. (Optional) Use following command to build this code into binary spesific platform
make build
  1. (Optional) To make mass binaries distribution you can use following command
make release
  1. Now it should be accessible in your machine by accessing localhost:3000/api/v1/whatsapp or 127.0.0.1:3000/api/v1/whatsapp

  2. Try to use integrated API docs that accesible in localhost:3000/api/v1/whatsapp/docs/ or 127.0.0.1:3000/api/v1/whatsapp/docs/

API Access

You can access any endpoint under HTTP_BASE_URL environment variable which by default located at .env file.

Integrated API Documentation can be accessed in <HTTP_BASE_URL>/docs/ or by default it's in localhost:3000/api/v1/whatsapp/docs/ or 127.0.0.1:3000/api/v1/whatsapp/docs/

Running The Tests

Currently the test is not ready yet :)

Built With

  • Go - Go Programming Languange
  • Swag - Go Annotations Converter to Swagger Documentation
  • GoReleaser - Go Automated Binaries Build
  • Make - GNU Make Automated Execution
  • Docker - Application Containerization

Authors

  • Dimas Restu Hidayanto - Initial Work - DimasKiddo

See also the list of contributors who participated in this project

Annotation

You can seek more information for the make command parameters in the Makefile

License

Copyright (C) 2022 Dimas Restu Hidayanto

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

go-whatsapp-multidevice-rest's People

Contributors

aryo-sr avatar diden05 avatar dimaskiddo avatar norazlan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

go-whatsapp-multidevice-rest's Issues

Return messageid in response

It is necessary, in addition to the status, when sending a message, to return the messageid in order to be able to track the status of the sent messages in the future (sent, delivered, read)

how to add new session?

i have one session, and success auth to whatsapp, but i need multiple session, and i get it when i try to add new session
image
can you help me for this? its bug? or what?

[New features] Read new and/or receipt messages

Hi! I've found your project very helpful for my needs. However, I need reassurance that my sent messages are delivered successfully, as this is crucial for my use case. I'm curious if you plan to implement these features or this project in maintenance mode?

No QR code when re-requesting login

If I did not have time to scan the QR code during the timeout, then when I request login again, I will not receive the QR, and this is not correct.

Switch device to send message

i try install the pre build version. but i confused when i try to login multi device and send a message. how i do switch a device so i can decide wich device is want to send a message.

First message show waiting Bug

First message show waiting Bug
And if send 4 message . Then 3 received 1 not received. This issue after faw minutes. And big problem first message
.. status show sent. But message waiting show .

group action

At the level of the idea, what would come from the functionality of groups
Group list
Group invitation
Create a group
Add/remove contacts to groups
Assign/remove a group administrator

Proxy support

Is there a way to connect to whatsapp using a proxy? I understand that this package is a REST wrapper for whatsmeow that does not support proxies. I was thinking of setting a proxy on the system through proxyfier, setting rules on localhost and 3000 port (where the server is running), but I'm not quite sure if whatsapp requests will go through this proxy.

Of course, I can pass all traffic through the proxyfier, but I have a proxy with IP rotation by link, and if I make a request to change IP from under the same proxy, the Internet will go offline.

In general, my question is: how to set rules in proxyfier so that requests to whatsapp go through a proxy, and everything else does not. Any ideas?

[WIKI] cURL commands for API methods.

I managed to work out some of the missing API methods in the Wiki, and am putting the cURL commands below for anyone who needs them.

# Check if whatsapp account exists?
curl -X 'GET' \
  "http://127.0.0.1:3000/api/v1/whatsapp/registered?msisdn=$PHONE_NUMBER" \
  -H "Authorization: Bearer $TOKEN" \
  -H 'accept: application/json'

# Send text
curl -X 'POST' \
  'http://127.0.0.1:3000/api/v1/whatsapp/send/text' \
  -H 'accept: application/json' \
  -H "Authorization: Bearer $TOKEN" \
  -H 'Content-Type: multipart/form-data' \
  -F "msisdn=$PHONE_NUMBER" \
  -F 'message=Hello World'

# Send Image
curl -X 'POST' \
  'http://127.0.0.1:3000/api/v1/whatsapp/send/image' \
  -H 'accept: application/json' \
  -H "Authorization: Bearer $TOKEN" \
  -H 'Content-Type: multipart/form-data' \
  -F "msisdn=$PHONE_NUMBER" \
  -F 'caption=<Image Caption Here>' \
  -F '[email protected];type=image/jpeg' \
  -F 'viewonce=false'

# Send Video
curl -X 'POST' \
  'http://127.0.0.1:3000/api/v1/whatsapp/send/video' \
  -H 'accept: application/json' \
  -H "Authorization: Bearer $TOKEN" \
  -H 'Content-Type: multipart/form-data' \
  -F "msisdn=$PHONE_NUMBER" \
  -F 'caption=<Video Caption Here>' \
  -F '[email protected];type=video/mp4' \
  -F 'viewonce=false'

# Send document
curl -X 'POST' \
  'http://127.0.0.1:3000/api/v1/whatsapp/send/document' \
  -H 'accept: application/json' \
  -H "Authorization: Bearer $TOKEN" \
  -H 'Content-Type: multipart/form-data' \
  -F "msisdn=$PHONE_NUMBER" \
  -F '[email protected];type=application/pdf'

I hope this will help fill in the gaps in the Wiki pages :)

not working

Versão 2.2330.11
docker run -d   -p 3000:3000 -e AUTH_BASIC_PASSWORD=1234 -e AUTH_JWT_EXPIRED_HOUR=0 
-e WHATSAPP_VERSION_MAJOR=2 -e WHATSAPP_VERSION_MINOR=2330 -e WHATSAPP_VERSION_PATCH=11 
 -e WHATSAPP_USER_AGENT_NAME=Chrome -e AUTH_JWT_SECRET=ThisIsJWTSecret -e HTTP_CORS_ORIGIN=* --name go-whatsapp-multidevice   dimaskiddo/go-whatsapp-multidevice-rest:v1.5.1  
Logging out WhatsApp Client for 551192012xxxx Due to Missmatch Authentication 

Sending buttons and stuff

It would be nice to implement the ability to send buttons, lists, and similar cool things through the API

how change base url from swagger

hello there.
how can i change base url from swagger in the docker image ?
I mean the IP address and not the path

thanks a lot.

Missmatch Authentication and logout

POST remote_ip="127.0.0.1:50810" uri=/api/v1/whatsapp/login
INFO[2022-09-10T01:42:00+05:30] Checking WhatsApp Client for 1462465xxxx
INFO[2022-09-10T01:42:00+05:30] Logging out WhatsApp Client for 1462465xxxx Due to Missmatch Authentication

auto logout after 1 minute

Browser icon

Hi!
Tell me how to change the name and icon on the page of connected devices so that the client looks like a normal browser for the whatsap?
IMG_20220611_084424

unlimited JWT token, no Expired

Feature request

if expired zero

AUTH_JWT_EXPIRED_HOUR=0

Then AUTH JWT no expired.

i use api to api to send Whatsapp Message.

if JWT expired, i need to relogin, and add new jwt to backend apps.

it can be automatically to call login, but is good if we dont need to do that 😁

send message to group

dear , I'm sorry for my dumb question , but how to send the message into group ya ,, ? already I got the JID from the GET /api/v1/whatsapp/group, but using those JID as msisdn when send text , I'm trying using new created group , I just got below return:
{
"code": 500,
"status": false,
"message": "",
"data": {
"msgid": "",
"phone_number": "120363161465055095"
}
}

when I'm trying using old JID that having '-' , I got panic with below error messages :
{"time":"2023-08-10T11:24:05.27493061Z","level":"-","prefix":"echo","file":"recover.go","line":"113","message":"[PANIC RECOVER] runtime error: index out of range [0] with length 0 goroutine 347969 [running]:\ngithub.com/labstack/echo/v4/middleware.RecoverWithConfig.func1.1.1()\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/recover.go:93 +0x14e\npanic({0x1060d60, 0xc00003a438})\n\t/usr/local/go/src/runtime/panic.go:884 +0x212\ngo-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppGetJID({0xc000ef0550, 0xd}, {0xc000660280, 0x1b})\n\t/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:299 +0x225\ngo-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppSendText({0x1ae7af8, 0xc000a3c4c0}, {0xc000ef0550, 0xd}, {0xc000a1e21c, 0x16}, {0xc000ef05e0, 0xc})\n\t/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:375 +0x1a5\ngo-whatsapp-multidevice-rest/internal/whatsapp.SendText({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/internal/whatsapp/whatsapp.go:177 +0x173\ngithub.com/labstack/echo/v4/middleware.JWTWithConfig.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/jwt.go:236 +0x3c4\ngithub.com/labstack/echo/v4.(*Echo).add.func1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/echo.go:575 +0x51\ngo-whatsapp-multidevice-rest/pkg/router.HttpRealIP.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/pkg/router/middleware.go:24 +0x19f\ngithub.com/SporkHubr/echo-http-cache.(*Client).Middleware.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/SporkHubr/echo-http-cache/cache.go:197 +0x910\ngithub.com/labstack/echo/v4/middleware.BodyLimitWithConfig.func1.1({0x1af56f8?, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/body_limit.go:87 +0x1b2\ngithub.com/labstack/echo/v4/middleware.SecureWithConfig.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/secure.go:142 +0x966\ngithub.com/labstack/echo/v4/middleware.CORSWithConfig.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/cors.go:199 +0x47e\ngithub.com/labstack/echo/v4/middleware.GzipWithConfig.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/compress.go:98 +0x423\ngithub.com/labstack/echo/v4/middleware.RecoverWithConfig.func1.1({0x1af56f8, 0xc0008421e0})\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/recover.go:119 +0xfe\ngithub.com/labstack/echo/v4.(*Echo).ServeHTTP(0xc00049a900, {0x1ae6f98?, 0xc00083a700}, 0xc000832400)\n\t/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/echo.go:662 +0x3d1\nnet/http.serverHandler.ServeHTTP({0x1ae48a0?}, {0x1ae6f98, 0xc00083a700}, 0xc000832400)\n\t/usr/local/go/src/net/http/server.go:2941 +0x30c\nnet/http.(*conn).serve(0xc0004326e0, {0x1ae7ba0, 0xc000a1c180})\n\t/usr/local/go/src/net/http/server.go:1991 +0x607\ncreated by net/http.(*Server).Serve\n\t/usr/local/go/src/net/http/server.go:3096 +0x4db\n\ngoroutine 1 [chan receive, 45193 minutes]:\nmain.main()\n\t/go/src/go-whatsapp-multidevice-rest/cmd/main/main.go:152 +0xe35\n\ngoroutine 7 [select, 45193 minutes]:\ndatabase/sql.(*DB).connectionOpener(0xc0005d2750, {0x1ae7af8, 0xc0004d2f80})\n\t/usr/local/go/src/database/sql/sql.go:1224 +0x8d\ncreated by database/sql.OpenDB\n\t/usr/local/go/src/database/sql/sql.go:792 +0x18d\n\ngoroutine 122043 [chan send, 34834 minutes]:\ngo-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppGenerateQR.func1()\n\t/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:161 +0xe9\ncreated by go-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppGenerateQR\n\t/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:158 +0xae\n\ngoroutine 122305 [chan send, 34828 minutes]:\ngo-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppGenerateQR.func1()\n\t/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:161 +0xe9\ncreated by go-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppGenerateQR\n\t/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:158 +0x\n"}
echo: http: panic serving 192.168.88.1:52600: runtime error: invalid memory address or nil pointer dereference
goroutine 347969 [running]:
net/http.(*conn).serve.func1()
/usr/local/go/src/net/http/server.go:1850 +0xbf
panic({0xfaa9e0, 0x22806f0})
/usr/local/go/src/runtime/panic.go:890 +0x262
go-whatsapp-multidevice-rest/pkg/router.HttpErrorHandler({0x7f19e77a3f40?, 0xc00003a438?}, {0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/pkg/router/handler.go:15 +0x48
github.com/labstack/echo/v4.(*context).Error(0xc000709900?, {0x7f19e77a3f40?, 0xc00003a438?})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/context.go:607 +0x3e
github.com/labstack/echo/v4/middleware.RecoverWithConfig.func1.1.1()
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/recover.go:116 +0x58b
panic({0x1060d60, 0xc00003a438})
/usr/local/go/src/runtime/panic.go:884 +0x212
go-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppGetJID({0xc000ef0550, 0xd}, {0xc000660280, 0x1b})
/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:299 +0x225
go-whatsapp-multidevice-rest/pkg/whatsapp.WhatsAppSendText({0x1ae7af8, 0xc000a3c4c0}, {0xc000ef0550, 0xd}, {0xc000a1e21c, 0x16}, {0xc000ef05e0, 0xc})
/go/src/go-whatsapp-multidevice-rest/pkg/whatsapp/whatsapp.go:375 +0x1a5
go-whatsapp-multidevice-rest/internal/whatsapp.SendText({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/internal/whatsapp/whatsapp.go:177 +0x173
github.com/labstack/echo/v4/middleware.JWTWithConfig.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/jwt.go:236 +0x3c4
github.com/labstack/echo/v4.(*Echo).add.func1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/echo.go:575 +0x51
go-whatsapp-multidevice-rest/pkg/router.HttpRealIP.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/pkg/router/middleware.go:24 +0x19f
github.com/SporkHubr/echo-http-cache.(*Client).Middleware.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/SporkHubr/echo-http-cache/cache.go:197 +0x910
github.com/labstack/echo/v4/middleware.BodyLimitWithConfig.func1.1({0x1af56f8?, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/body_limit.go:87 +0x1b2
github.com/labstack/echo/v4/middleware.SecureWithConfig.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/secure.go:142 +0x966
github.com/labstack/echo/v4/middleware.CORSWithConfig.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/cors.go:199 +0x47e
github.com/labstack/echo/v4/middleware.GzipWithConfig.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/compress.go:98 +0x423
github.com/labstack/echo/v4/middleware.RecoverWithConfig.func1.1({0x1af56f8, 0xc0008421e0})
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/middleware/recover.go:119 +0xfe
github.com/labstack/echo/v4.(*Echo).ServeHTTP(0xc00049a900, {0x1ae6f98?, 0xc00083a700}, 0xc000832400)
/go/src/go-whatsapp-multidevice-rest/vendor/github.com/labstack/echo/v4/echo.go:662 +0x3d1
net/http.serverHandler.ServeHTTP({0x1ae48a0?}, {0x1ae6f98, 0xc00083a700}, 0xc000832400)
/usr/local/go/src/net/http/server.go:2941 +0x30c
net/http.(*conn).serve(0xc0004326e0, {0x1ae7ba0, 0xc000a1c180})
/usr/local/go/src/net/http/server.go:1991 +0x607
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:3096 +0x4db

can somebody explain me on how to send message to group please ?
Thank you in advance for any help

Pre-build binary running on windows getting error WhatsApp Client is not Valid

Able to generate token and QR code but during login (scanning from WhatsApp android app) is showing error as below:

INFO[2022-12-18T12:10:00+05:30] Checking WhatsApp Client for 91981833xxxx
INFO[2022-12-18T12:10:00+05:30] Logging out WhatsApp Client for 91981833xxxx Due to Missmatch Authentication

Want to share one more information. Yesterday mobile app got updated for new WhatsApp update. Can this be a reason?

Upload file by URL

Can I make it so that I can simply pass the url to the image/video/document to send it?

missing or malformed jwt

no matter what i do, missing or malformed jwt. Have login, and put the token as Authorization. can you help?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.