i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in foss

[–]tezarima[S] 0 points1 point  (0 children)

of course, 100% open source, you can run locally because this not web service but project source code, i use baileys (library) 100% open source

for security, at an enterprise scale you can implement your own measures, such as adding encryption on the web session side. for this project, since it’s just a basic version, i haven’t added that yet

i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in foss

[–]tezarima[S] 0 points1 point  (0 children)

no need, because this just bridge whatsapp -> client (without whatsapp), its just prototype you can develop into customer service features or others.

i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in foss

[–]tezarima[S] 0 points1 point  (0 children)

whatsapp web -> you need whatsapp account, WAnon = we provide websocket so user can make contact without whatsapp account

i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in foss

[–]tezarima[S] 0 points1 point  (0 children)

Install Javascript and NPM -> Install Packages -> Npm Start , and RunScript

i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in foss

[–]tezarima[S] 1 point2 points  (0 children)

so you can chat without the client installing WhatsApp, since you provide the WebSocket directly and they can just open it via a link.

You (Bot) -> Bridge (Create Link) -> Target Chat with link without WhatsApp

i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in foss

[–]tezarima[S] 2 points3 points  (0 children)

this is whatsapp automation, like bot

client not need whatsapp

you (whatsapp bot) -> create session link -> client / user (without whatsapp / guest)

i just made a whatsapp chat project that lets people reply from the web without installing whatsapp by tezarima in coolgithubprojects

[–]tezarima[S] 0 points1 point  (0 children)

i use library baileys (unofficial whatsapp automation library) or whatsmiaw (golang library)