diff --git a/404.html b/404.html index e4635c38..a66c61b9 100644 --- a/404.html +++ b/404.html @@ -8,4 +8,4 @@

Page not found :(

The page you are looking for doesn't exist or has been moved.

- \ No newline at end of file + \ No newline at end of file diff --git a/blog/index.html b/blog/index.html index ba12e57b..eaae7275 100644 --- a/blog/index.html +++ b/blog/index.html @@ -8,4 +8,4 @@

Blog

Say hello to Doks ๐Ÿ‘‹

Say hello to Doks ๐Ÿ‘‹

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready โ€” by default.

Posted in News on November 4, 2020 by Henk Verlinde ‐ 1 min read

- \ No newline at end of file + \ No newline at end of file diff --git a/blog/say-hello-to-doks/index.html b/blog/say-hello-to-doks/index.html index 0ccc36b3..61b23eb2 100644 --- a/blog/say-hello-to-doks/index.html +++ b/blog/say-hello-to-doks/index.html @@ -10,4 +10,4 @@ SEO - \ No newline at end of file + \ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 9cf9027b..36aea452 100644 --- a/categories/index.html +++ b/categories/index.html @@ -8,4 +8,4 @@

Categories

- \ No newline at end of file + \ No newline at end of file diff --git a/categories/news/index.html b/categories/news/index.html index e12cbe85..b0a0a8ad 100644 --- a/categories/news/index.html +++ b/categories/news/index.html @@ -8,4 +8,4 @@

News

Say hello to Doks ๐Ÿ‘‹

Say hello to Doks ๐Ÿ‘‹

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready โ€” by default.

Posted in News on November 4, 2020 by Henk Verlinde ‐ 1 min read

- \ No newline at end of file + \ No newline at end of file diff --git a/contributors/henk-verlinde/index.html b/contributors/henk-verlinde/index.html index 709690f9..ce925efd 100644 --- a/contributors/henk-verlinde/index.html +++ b/contributors/henk-verlinde/index.html @@ -8,4 +8,4 @@

Henk Verlinde

Creator of Hyas.

@HenkVerlinde

Say hello to Doks ๐Ÿ‘‹

Say hello to Doks ๐Ÿ‘‹

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready โ€” by default.

Posted in News on November 4, 2020 by Henk Verlinde ‐ 1 min read

- \ No newline at end of file + \ No newline at end of file diff --git a/contributors/index.html b/contributors/index.html index 5e51f57a..2d0348fa 100644 --- a/contributors/index.html +++ b/contributors/index.html @@ -8,4 +8,4 @@

Contributors

The Doks contributors.

- \ No newline at end of file + \ No newline at end of file diff --git a/docs/examples/index.html b/docs/examples/index.html index 1f74484d..f33ca408 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -14,4 +14,4 @@ Examples
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/examples/python/index.html b/docs/examples/python/index.html index 1361f565..dea71e0f 100644 --- a/docs/examples/python/index.html +++ b/docs/examples/python/index.html @@ -17,4 +17,4 @@ Examples

Python

WhatsApp HTTP API Python examples.

We’ve created a few examples on how to interact with WAHA WhatsApp HTTP API with Python.

You can find the examples in examples folder on GitHub with detailed instructions in README.md

← Changelog
Security →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/chats/index.html b/docs/how-to/chats/index.html index 6cd206b5..c75913a1 100644 --- a/docs/how-to/chats/index.html +++ b/docs/how-to/chats/index.html @@ -22,4 +22,4 @@ GET /api/{session}/chats

Get messages from chat

Get 100 messages from the chat

GET /api/{session}/chats/{chatId}/messages?limit=100

Get 100 messages from the chat, skip downloading media (images, files)

GET /api/{session}/chats/{chatId}/messages?limit=100&downloadMedia=false

Delete chat

Use the method to delete chat

DELETE /api/{session}/chats/{chatId}

Clear messages

Use the method to clear all messages from the chat

DELETE /api/{session}/chats/{chatId}/messages

← Polls
FAQ →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/config/index.html b/docs/how-to/config/index.html index 629eddec..870d6f88 100644 --- a/docs/how-to/config/index.html +++ b/docs/how-to/config/index.html @@ -71,4 +71,4 @@
← Storages
Engines →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/contacts/index.html b/docs/how-to/contacts/index.html index 5274bece..b06be558 100644 --- a/docs/how-to/contacts/index.html +++ b/docs/how-to/contacts/index.html @@ -65,4 +65,4 @@
← FAQ
Groups →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/deploy/index.html b/docs/how-to/deploy/index.html index 1f2d7481..5b6cbc32 100644 --- a/docs/how-to/deploy/index.html +++ b/docs/how-to/deploy/index.html @@ -38,4 +38,4 @@ By default, the whatsapp-http-api service will be used.

To use the whatsapp-http-api-plus service, you need to specify it in the command.

← Other
WAHA Plus →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/engines/index.html b/docs/how-to/engines/index.html index a8c5ed6c..f47835c4 100644 --- a/docs/how-to/engines/index.html +++ b/docs/how-to/engines/index.html @@ -32,4 +32,4 @@ please create an issue

WEBJSNOWEBVENOM
Session
POST /api/sessions/startโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sessions/stopโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sessions/logoutโœ”๏ธโœ”๏ธโœ”๏ธ
GET /api/sessions/โœ”๏ธโœ”๏ธโœ”๏ธ
GET /api/sessions/{session}/meโœ”๏ธโœ”๏ธโž–
Authentication
POST /api/{session}/auth/qrโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/{session}/auth/request-codeโž–โœ”๏ธโž–
POST /api/{session}/auth/authorize-codeโž–โž–๏ธ
#113
โž–
GET /api/{session}/auth/captcha
Only in MOBILE engine
โž–โž–โž–
POST /api/{session}/auth/captcha
Only in MOBILE engine
โž–โž–โž–
Screenshot
POST /api/screenshotโœ”๏ธโž–โœ”๏ธ
ChattingWEBJSNOWEBVENOM
GET /api/checkNumberStatusโœ”๏ธโœ”๏ธโœ”๏ธ
GET /api/sendContactVcardโž–โœ”๏ธโž–
GET /api/sendTextโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sendTextโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/replyโœ”๏ธโœ”๏ธโœ”๏ธ
PUT /api/{session}/chats/{chatId}/messages/{messageId}โœ”๏ธโœ”๏ธโž–
DELETE /api/{session}/chats/{chatId}/messages/{messageId}โœ”๏ธโœ”๏ธโž–
POST /api/sendPollโž–โœ”๏ธโž–
POST /api/sendLocationโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sendLinkPreviewโž–โœ”๏ธโœ”๏ธ
POST /api/sendImage โœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sendFile โœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sendVoice โœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/sendVideo โœ”๏ธโœ”๏ธโž–
POST /api/sendSeenโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/startTypingโœ”๏ธโœ”๏ธโœ”๏ธ
POST /api/stopTypingโœ”๏ธโœ”๏ธโž–
POST /api/reactionโœ”๏ธโœ”๏ธโž–
POST /api/starโœ”๏ธโœ”๏ธโž–
GET /api/messagesโœ”๏ธโž–โœ”๏ธ
WEBJSNOWEBVENOM
Status
POST /api/{session}/status/textโž–โœ”๏ธโž–
POST /api/{session}/status/image โž–โœ”๏ธโž–
POST /api/{session}/status/voice โž–โœ”๏ธโž–
POST /api/{session}/status/video โž–โœ”๏ธโž–
Chats
GET /api/{session}/chatsโœ”๏ธโž–โž–
DELETE /api/{session}/chats/{chatId}โœ”๏ธโž–โž–
GET /api/{session}/chats/{chatId}/messagesโœ”๏ธโž–โœ”๏ธ
DELETE /api/{session}/chats/{chatId}/messagesโœ”๏ธโž–โž–
PUT /api/{session}/chats/{chatId}/messages/{messageId}โœ”๏ธโœ”๏ธโž–
DELETE /api/{session}/chats/{chatId}/messages/{messageId}โœ”๏ธโœ”๏ธโž–
Contacts
GET /api/contactsโœ”๏ธโž–โž–
GET /api/contacts/allโœ”๏ธโž–โž–
GET /api/contacts/check-existsโœ”๏ธโœ”๏ธโœ”๏ธ
GET /api/contacts/aboutโœ”๏ธโž–โž–
GET /api/contacts/profile-pictureโœ”๏ธโž–โž–
POST /api/contacts/blockโœ”๏ธโž–โž–
POST /api/contacts/unblockโœ”๏ธโž–โž–
GroupsWEBJSNOWEBVENOM
POST /api/{session}/groupsโœ”๏ธโœ”๏ธโž–
GET /api/{session}/groupsโœ”๏ธโœ”๏ธโž–
GET /api/{session}/groups/{id}โœ”๏ธโœ”๏ธโž–
DELETE /api/{session}/groups/{id}โœ”๏ธโž–โž–
GET /api/{session}/groups/{id}/settings/security/info-admin-onlyโœ”๏ธโž–โž–
PUT /api/{session}/groups/{id}/settings/security/info-admin-onlyโœ”๏ธโž–โž–
GET /api/{session}/groups/{id}/settings/security/messages-admin-onlyโœ”๏ธโž–โž–
PUT /api/{session}/groups/{id}/settings/security/messages-admin-onlyโœ”๏ธโž–โž–
POST /api/{session}/groups/{id}/leaveโœ”๏ธโœ”๏ธโž–
PUT /api/{session}/groups/{id}/descriptionโœ”๏ธโœ”๏ธโž–
PUT /api/{session}/groups/{id}/subjectโœ”๏ธโœ”๏ธโž–
GET /api/{session}/groups/{id}/invite-codeโœ”๏ธโœ”๏ธโž–
POST /api/{session}/groups/{id}/invite-code/revokeโœ”๏ธโœ”๏ธโž–
GET /api/{session}/groups/{id}/participantsโœ”๏ธโœ”๏ธโž–
POST /api/{session}/groups/{id}/participants/addโœ”๏ธโœ”๏ธโž–
POST /api/{session}/groups/{id}/participants/removeโœ”๏ธโœ”๏ธโž–
POST /api/{session}/groups/{id}/admin/promoteโœ”๏ธโœ”๏ธโž–
POST /api/{session}/groups/{id}/admin/demoteโœ”๏ธโœ”๏ธโž–
WEBJSNOWEBVENOM
Presence
POST /api/{session}/presenceโœ”๏ธโœ”๏ธโž–
GET /api/{session}/presenceโž–โœ”๏ธโž–
GET /api/{session}/presence/{chatId}โž–โœ”๏ธโž–
POST /api/{session}/presence/{chatId}/subscribeโž–โœ”๏ธโž–
Other
GET /api/versionโž–โœ”๏ธโž–
GET /health โœ”๏ธโœ”๏ธโœ”๏ธ

Webhooks

WebhooksWEBJSNOWEBVENOM
messageโœ”๏ธโœ”๏ธโœ”๏ธ
message with files โœ”๏ธโœ”๏ธโœ”๏ธ
message.reactionโœ”๏ธโœ”๏ธโž–
message.anyโœ”๏ธโœ”๏ธโœ”๏ธ
message.ackโœ”๏ธโœ”๏ธโœ”๏ธ
message.revokedโœ”๏ธโž–โž–
state.changeโœ”๏ธโœ”๏ธโœ”๏ธ
group.joinโœ”๏ธโœ”๏ธโœ”๏ธ
group.leaveโœ”๏ธโž–โž–
presence.updateโž–โœ”๏ธโž–
poll.voteโž–โœ”๏ธโž–
poll.vote.failedโž–โœ”๏ธโž–
← Configuration
Presence →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/groups/index.html b/docs/how-to/groups/index.html index 65e7788f..a20121fc 100644 --- a/docs/how-to/groups/index.html +++ b/docs/how-to/groups/index.html @@ -94,4 +94,4 @@
← Contacts
Changelog →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/index.html b/docs/how-to/index.html index ed1c9f80..bcbfe81c 100644 --- a/docs/how-to/index.html +++ b/docs/how-to/index.html @@ -14,4 +14,4 @@ Examples
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/install/index.html b/docs/how-to/install/index.html index b89a0148..78eab9e5 100644 --- a/docs/how-to/install/index.html +++ b/docs/how-to/install/index.html @@ -55,4 +55,4 @@
← Introduction
Quick Start →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/other/index.html b/docs/how-to/other/index.html index 8fc0ef76..c74a5352 100644 --- a/docs/how-to/other/index.html +++ b/docs/how-to/other/index.html @@ -139,4 +139,4 @@
← Presence
Deploy →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/plus-version/index.html b/docs/how-to/plus-version/index.html index 667c8019..ef0bb1e7 100644 --- a/docs/how-to/plus-version/index.html +++ b/docs/how-to/plus-version/index.html @@ -24,18 +24,18 @@ Boosty -> .

Donations

WAHA Plus version is available through donations (subscriptions).

It doesn’t require monthly subscriptions, once installed on your server - it always works! (until WhatsApp made backward-incompatible changes, and you have to update the image)

We do not sell WAHA, it’s not a purchase. It’s a donation.

We treat our projects like art. You donate to the project and get a bit more from it as a thank-you. ๐Ÿ˜Š

Treat WAHA Plus it as an additional episode, behind-the-scenes videos, our nude photos ๐Ÿ˜Š

We donate most of the donations down to the stream to the underlying libraries and tools - JS-community, Node, other libraries authors, personal contributors. -By donating to the WAHA you donate to the Open Source world!

Tiers

The more you support the project - the more you get!

CorePlusAdvancedPro
Messages limitโˆžโˆžโˆžโˆž
Send and receive text messages ->โœ”๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
No license checks on installed instancesโœ”๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Sessions limit ->1โˆžโˆžโˆž
Send and receive files ->โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Built-in Security ->โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Webhook retries โ†’โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
MongoDB support ->โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Access to WAHA Plus docker image with a personal key.โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Special badge (patron:TIER) and labels (patron:TIER) on project’s issues, PRs and Discussion to highlight your support to the project!โœ”๏ธโœ”๏ธโœ”๏ธ
An invitation to a private Github repository so you have the WAHA Plus source code.โž–๏ธโž–๏ธโœ”๏ธโœ”๏ธ๏ธ
Access to a Telegram group where we provide support and assistance.โž–๏ธโž–๏ธโž–โœ”๏ธ
DonationFREE$19$39$99

For $19 donation you get:

  1. Secret password for Docker Hub to download Plus image: devlikeapro/whatsapp-http-api-plus.
  2. All updates for one month for the Plus image.
  3. NO LICENSE CHECKS on installed instances!
  4. NO LICENSE EXPIRATION on installed instances! We repeated it twice to make sure that you’ve got it ๐Ÿ˜Š

Why WAHA?

What is the difference between WAHA Plus and other SaaS solutions for WhatsApp HTTP API?

WAHA PlusOthers
Sessionsโœ”๏ธ No limits on accounts or servers!โž– One account for $50/month.
Infrastructureโœ”๏ธ On-Premise - your server, your infrastructure!โž– Insecure cloud solution.
Securityโœ”๏ธ No data leaks!โž– You have to give access to customers’ data - phone number, name, your messages.
License Termโœ”๏ธ No license checks!โž– One month
Message priceโœ”๏ธ All messages are Free!โž– Some solutions have a price for messages - $1/100 messages.
Expensesโœ”๏ธ $19 donation!โž– Monthly payment starts from $50

Get Plus

Boosty

Patreon

Support the project and get WAHA Plus version on -Boosty ->

Go ahead and get your own WhatsApp HTTP API!

Patreon

Patreon

Support the project and get WAHA Plus version on -Patreon ->

Go ahead and get your own WhatsApp HTTP API!

Patron Portal

Patron Portal

After subscribing on Patreon or Boosty, you will get access to the WAHA Patron Portal -> +By donating to the WAHA you donate to the Open Source world!

Tiers

The more you support the project - the more you get!

CorePlusAdvancedPro
Messages limitโˆžโˆžโˆžโˆž
Send and receive text messages ->โœ”๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
No license checks on installed instancesโœ”๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Sessions limit ->1โˆžโˆžโˆž
Send and receive files ->โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Built-in Security ->โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Webhook retries โ†’โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
MongoDB support ->โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Access to WAHA Plus docker image with a personal key.โž–๏ธโœ”๏ธโœ”๏ธโœ”๏ธ
Special badge (patron:TIER) and labels (patron:TIER) on project’s issues, PRs and Discussion to highlight your support to the project!โœ”๏ธโœ”๏ธโœ”๏ธ
An invitation to a private Github repository so you have the WAHA Plus source code.โž–๏ธโž–๏ธโœ”๏ธโœ”๏ธ๏ธ
Access to a Telegram group where we provide support and assistance.โž–๏ธโž–๏ธโž–โœ”๏ธ
DonationFREE$19$39$99

For $19 donation you get:

  1. Secret password for Docker Hub to download Plus image: devlikeapro/whatsapp-http-api-plus.
  2. All updates for one month for the Plus image.
  3. NO LICENSE CHECKS on installed instances!
  4. NO LICENSE EXPIRATION on installed instances! We repeated it twice to make sure that you’ve got it ๐Ÿ˜Š

Why WAHA?

What is the difference between WAHA Plus and other SaaS solutions for WhatsApp HTTP API?

WAHA PlusOthers
Sessionsโœ”๏ธ No limits on accounts or servers!โž– One account for $50/month.
Infrastructureโœ”๏ธ On-Premise - your server, your infrastructure!โž– Insecure cloud solution.
Securityโœ”๏ธ No data leaks!โž– You have to give access to customers’ data - phone number, name, your messages.
License Termโœ”๏ธ No license checks!โž– One month
Message priceโœ”๏ธ All messages are Free!โž– Some solutions have a price for messages - $1/100 messages.
Expensesโœ”๏ธ $19 donation!โž– Monthly payment starts from $50

Get Plus

Boosty

Patreon

Support the project and get WAHA Plus version on +Boosty ->

Go ahead and get your own WhatsApp HTTP API!

Patreon

Patreon

Support the project and get WAHA Plus version on +Patreon ->

Go ahead and get your own WhatsApp HTTP API!

Patron Portal

Patron Portal

After subscribing on Patreon or Boosty, you will get access to the WAHA Patron Portal -> where you will get the password to download the Plus image and manage your perks!

Read more about Patron Portal in Patreon -> or Boosty -> -posts.

Install Plus

After you get the password, get your login to Docker Hub in Patron Portal -> +posts.

Install Plus

After you get the password, get your login to Docker Hub in Patron Portal -> and run the commands:

docker login -u devlikeapro -p {KEY}
 docker pull devlikeapro/whatsapp-http-api-plus
 docker logout
 

Then in all commands use Plus image devlikeapro/whatsapp-http-api-plus instead of Core devlikeapro/whatsapp-http-api.

← Deploy
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/polls/index.html b/docs/how-to/polls/index.html index 5efe034f..6c1a6782 100644 --- a/docs/how-to/polls/index.html +++ b/docs/how-to/polls/index.html @@ -123,4 +123,4 @@ prepared for such cases!

← Sessions
Chats →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/presence/index.html b/docs/how-to/presence/index.html index 76addcf9..f260bf0d 100644 --- a/docs/how-to/presence/index.html +++ b/docs/how-to/presence/index.html @@ -100,4 +100,4 @@
← Engines
Other →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/receive-messages/index.html b/docs/how-to/receive-messages/index.html index d9d36721..5b766219 100644 --- a/docs/how-to/receive-messages/index.html +++ b/docs/how-to/receive-messages/index.html @@ -155,4 +155,4 @@ GitHub, in examples folder ->.

← How to Avoid Blocking
Webhooks →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/security/index.html b/docs/how-to/security/index.html index 61951490..34825834 100644 --- a/docs/how-to/security/index.html +++ b/docs/how-to/security/index.html @@ -34,4 +34,4 @@ Read more about it on Webhooks page ->

← Python
Storages →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/send-messages/index.html b/docs/how-to/send-messages/index.html index 75524898..7da325a5 100644 --- a/docs/how-to/send-messages/index.html +++ b/docs/how-to/send-messages/index.html @@ -235,4 +235,4 @@
← Quick Start
How to Avoid Blocking →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/sessions/index.html b/docs/how-to/sessions/index.html index cf217d3d..58ddf0a3 100644 --- a/docs/how-to/sessions/index.html +++ b/docs/how-to/sessions/index.html @@ -143,4 +143,4 @@ Plus version supports multiple sessions in one container.

← Webhooks
Polls →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/storages/index.html b/docs/how-to/storages/index.html index a4faab1d..6a383b92 100644 --- a/docs/how-to/storages/index.html +++ b/docs/how-to/storages/index.html @@ -36,4 +36,4 @@ please create an issue or vote for the S3 issue in the GitHub repository.

← Security
Configuration →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/how-to/webhooks/index.html b/docs/how-to/webhooks/index.html index 711643fa..e9c7298c 100644 --- a/docs/how-to/webhooks/index.html +++ b/docs/how-to/webhooks/index.html @@ -369,4 +369,4 @@ GitHub, in examples folder ->.

← Receive messages
Sessions →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f7fd17dc..a46f33d6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,4 +14,4 @@ Examples
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/overview/changelog/index.html b/docs/overview/changelog/index.html index 928c85a9..e20d2130 100644 --- a/docs/overview/changelog/index.html +++ b/docs/overview/changelog/index.html @@ -70,4 +70,4 @@
← Groups
Python →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/overview/faq/index.html b/docs/overview/faq/index.html index dadcbce7..ce0b85f9 100644 --- a/docs/overview/faq/index.html +++ b/docs/overview/faq/index.html @@ -24,4 +24,4 @@ Today we have 85 session in this instance.

← Chats
Contacts →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/overview/how-to-avoid-blocking/index.html b/docs/overview/how-to-avoid-blocking/index.html index c048f0dd..d71f1662 100644 --- a/docs/overview/how-to-avoid-blocking/index.html +++ b/docs/overview/how-to-avoid-blocking/index.html @@ -33,4 +33,4 @@ guidelines and reduces the risk of being blocked.

How to not get Banned?

WhatsApp knows that it’s uncommon for someone to send so many messages or bulk messages to people they’ve never talked to each other before so it is considered spam/marketing junk pretty fast. There are some tips before sending a message to WhatsApp

Dos and Don’ts:

  1. Important: Do NOT send messages which get you a report. As long as you don’t get reports from users who you sent a message, your account will be mostly fine.
  2. Having real content, a survey that the person agreed with is different from a marketing message on a Saturday night.
  3. Send messages written in different ways, you could make a script that places spacebars randomly on your string AND includes the person’s (first) name
  4. Never use fixed times, always go for sending the first message, wait a random time between 30 ~ and 60 seconds and then send the second message
  5. Always try to group contacts by their area code, WhatsApp expects a regular person to talk mostly with contacts that are within the same area of your phone number.
  6. Have a profile picture, this is not related to WhatsApp Bots Catcherยฎ but sending a new message for someone not having a picture/name/status will elevate your chances of being manually tagged as spam.
  7. Send “seen” confirmation to messages or disable it on WhatsApp
  8. Avoid sending links that were previously marked as spam on WhatsApp or non-HTTPS. A URL shortener is a good idea
  9. IMPORTANT: It’s terrible if you send messages 24/7 without giving it some time to wait. Random delays between messages are not enough, send a reasonable amount of messages keeping in mind your conversion rate, For example: for one hour send a maximum of 4 messages per contact that have replied to your message, and stop sending messages for one hour, then start again. Again, don’t send messages without stopping for a while between every “package”
  10. Send only one short message when starting a conversation, one should not send long texts or multiple messages without the user consenting

Have in mind:

  1. For every one you send a message that doesn’t have your number on their contact list asked if it’s spam, being tagged as spam a few times (5 - 10) will get you banned
  2. WhatsApp records every movement you do, you can even check the logs when sending simple support email, it contains all kinds of information, this said: act as human as possible
  3. Try to engage in conversations, as long as you send a message and the person doesn’t automatically block you it’ll be quite okay. People constantly talking to you and adding you to their contact list will make your number stronger against a ban
  4. Think about that like a points system, you start with zero points (negative if your device was previously blacklisted), if you reach below zero you are out, if you engage in conversations you get a point, if you are tagged as spam you lose some points, if you are blocked you may lose more points
  5. Finally, If your content is spam, it doesn’t matter if you are using a broadcast list, group, or direct contact, you will still be banned

As API, we say all that’s left to do right now is to agree with WhatsApp’s policy, not send spam messages, and always wait for the other person to contact you first.

You could make it by sending an SMS to the person with a link to start a chat on WhatsApp with you by link https://wa.me/12132132131?text=Hi.

← Send messages
Receive messages →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/overview/index.html b/docs/overview/index.html index 47439df5..b6a2931b 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -14,4 +14,4 @@ Examples
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/overview/introduction/index.html b/docs/overview/introduction/index.html index 2397ba5e..d0cfa98c 100644 --- a/docs/overview/introduction/index.html +++ b/docs/overview/introduction/index.html @@ -22,4 +22,4 @@ Quick Start โ†’.

Features

WAHA is distributed in two versions:

See the list of engines that support the features ->.

Here’s the available features:

Messages

Groups

Contacts

Sessions

Security

Updates

Install →
- \ No newline at end of file + \ No newline at end of file diff --git a/docs/overview/quick-start/index.html b/docs/overview/quick-start/index.html index 21fbe7f9..f29100c0 100644 --- a/docs/overview/quick-start/index.html +++ b/docs/overview/quick-start/index.html @@ -61,4 +61,4 @@

What is next?

← Install
Send messages →
- \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index a7dfb5aa..5cb5d4f8 100644 --- a/index.html +++ b/index.html @@ -15,4 +15,4 @@ totally safe.

- \ No newline at end of file + \ No newline at end of file diff --git a/index.min.d94938fec694162060769db4d208d48da4c57f1602ec3b3d6762639fe1bbb42eb3d10edc0a4ca3ead851bd1618178b2106606ce0db6284513bccec9227e5f818.js b/index.min.325001d64c384ac36957d51889515c742ff1be763e10f01cf29051d49b4f8172aea4cfd3fca1a403d6a1b9061c392cbf788376211300927dcbe17fbe4eeea42a.js similarity index 99% rename from index.min.d94938fec694162060769db4d208d48da4c57f1602ec3b3d6762639fe1bbb42eb3d10edc0a4ca3ead851bd1618178b2106606ce0db6284513bccec9227e5f818.js rename to index.min.325001d64c384ac36957d51889515c742ff1be763e10f01cf29051d49b4f8172aea4cfd3fca1a403d6a1b9061c392cbf788376211300927dcbe17fbe4eeea42a.js index 40581eba..fa546576 100644 --- a/index.min.d94938fec694162060769db4d208d48da4c57f1602ec3b3d6762639fe1bbb42eb3d10edc0a4ca3ead851bd1618178b2106606ce0db6284513bccec9227e5f818.js +++ b/index.min.325001d64c384ac36957d51889515c742ff1be763e10f01cf29051d49b4f8172aea4cfd3fca1a403d6a1b9061c392cbf788376211300927dcbe17fbe4eeea42a.js @@ -471,10 +471,10 @@ Treat WAHA Plus it as an additional episode, behind-the-scenes videos, our nude Tiers # The more you support the project - the more you get! Core Plus Advanced Pro Messages limit โˆž โˆž โˆž โˆž Send and receive text messages -\u0026gt; โœ”๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ No license checks on installed instances โœ”๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ Sessions limit -\u0026gt; 1 โˆž โˆž โˆž Send and receive files -\u0026gt; โž–๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ Built-in Security -\u0026gt; โž–๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ Webhook retries โ†’ โž–๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ MongoDB support -\u0026gt; โž–๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ Access to WAHA Plus docker image with a personal key. โž–๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ Special badge () and labels (patron:TIER) on project\u0026rsquo;s issues, PRs and Discussion to highlight your support to the project! โœ”๏ธ โœ”๏ธ โœ”๏ธ An invitation to a private Github repository so you have the WAHA Plus source code. โž–๏ธ โž–๏ธ โœ”๏ธ โœ”๏ธ๏ธ Access to a Telegram group where we provide support and assistance. โž–๏ธ โž–๏ธ โž– โœ”๏ธ Donation FREE \$19 \$39 \$99 For \$19 donation you get: Secret password for Docker Hub to download Plus image: devlikeapro/whatsapp-http-api-plus. All updates for one month for the Plus image. NO LICENSE CHECKS on installed instances! NO LICENSE EXPIRATION on installed instances! We repeated it twice to make sure that you\u0026rsquo;ve got it ๐Ÿ˜Š ๐Ÿ’ก If you stay subscribed - the donation amount will never change for you and always be \$19 to get monthly updates! Why WAHA? # What is the difference between WAHA Plus and other SaaS solutions for WhatsApp HTTP API? -WAHA Plus Others Sessions โœ”๏ธ No limits on accounts or servers! โž– One account for \$50/month. Infrastructure โœ”๏ธ On-Premise - your server, your infrastructure! โž– Insecure cloud solution. Security โœ”๏ธ No data leaks! โž– You have to give access to customers\u0026rsquo; data - phone number, name, your messages. License Term โœ”๏ธ No license checks! โž– One month Message price โœ”๏ธ All messages are Free! โž– Some solutions have a price for messages - \$1/100 messages. Expenses โœ”๏ธ \$19 donation! โž– Monthly payment starts from \$50 Get Plus # Boosty # Support the project and get WAHA Plus version on Boosty -\u0026gt; Go ahead and get your own WhatsApp HTTP API! -๐Ÿ’ก If you stay subscribed - the donation amount will never change for you and always be \$19 to get monthly updates! Patreon # Support the project and get WAHA Plus version on Patreon -\u0026gt; Go ahead and get your own WhatsApp HTTP API! -๐Ÿ’ก If you stay subscribed - the donation amount will never change for you and always be \$19 to get monthly updates! Patron Portal # After subscribing on Patreon or Boosty, you will get access to the WAHA Patron Portal -\u0026gt; where you will get the password to download the Plus image and manage your perks! +WAHA Plus Others Sessions โœ”๏ธ No limits on accounts or servers! โž– One account for \$50/month. Infrastructure โœ”๏ธ On-Premise - your server, your infrastructure! โž– Insecure cloud solution. Security โœ”๏ธ No data leaks! โž– You have to give access to customers\u0026rsquo; data - phone number, name, your messages. License Term โœ”๏ธ No license checks! โž– One month Message price โœ”๏ธ All messages are Free! โž– Some solutions have a price for messages - \$1/100 messages. Expenses โœ”๏ธ \$19 donation! โž– Monthly payment starts from \$50 ๐Ÿ’ก If you stay subscribed - the donation amount will never change for you and always be \$19 to get monthly updates! Get Plus # ๐Ÿ’ก If you stay subscribed - the donation amount will never change for you and always be \$19 to get monthly updates! Boosty # Support the project and get WAHA Plus version on Boosty -\u0026gt; Go ahead and get your own WhatsApp HTTP API! +Patreon # ๐Ÿ™ Please consider using Boosty instead of Patreon due to its lower fees ๐Ÿ™ Support the project and get WAHA Plus version on Patreon -\u0026gt; Go ahead and get your own WhatsApp HTTP API! +Patron Portal # After subscribing on Patreon or Boosty, you will get access to the WAHA Patron Portal -\u0026gt; where you will get the password to download the Plus image and manage your perks! Read more about Patron Portal in Patreon -\u0026gt; or Boosty -\u0026gt; posts. -๐Ÿ’ก If you stay subscribed - the donation amount will never change for you and always be \$19 to get monthly updates! Install Plus # After you get the password, get your login to Docker Hub in Patron Portal -\u0026gt; and run the commands: +Install Plus # After you get the password, get your login to Docker Hub in Patron Portal -\u0026gt; and run the commands: docker login -u devlikeapro -p {KEY} docker pull devlikeapro/whatsapp-http-api-plus docker logout Then in all commands use Plus image devlikeapro/whatsapp-http-api-plus instead of Core devlikeapro/whatsapp-http-api. `}),e.add({id:26,href:"/docs/",title:"Docs",description:"Docs Doks.",content:""}),search.addEventListener("input",t,!0);function t(){const s=5;var n=this.value,o=e.search(n,{limit:s,enrich:!0});const t=new Map;for(const e of o.flatMap(e=>e.result)){if(t.has(e.doc.href))continue;t.set(e.doc.href,e.doc)}if(suggestions.innerHTML="",suggestions.classList.remove("d-none"),t.size===0&&n){const e=document.createElement("div");e.innerHTML=`No results for "${n}"`,e.classList.add("suggestion__no-results"),suggestions.appendChild(e);return}for(const[r,a]of t){const n=document.createElement("div");suggestions.appendChild(n);const e=document.createElement("a");e.href=r,n.appendChild(e);const o=document.createElement("span");o.textContent=a.title,o.classList.add("suggestion__title"),e.appendChild(o);const i=document.createElement("span");if(i.textContent=a.description,i.classList.add("suggestion__description"),e.appendChild(i),suggestions.appendChild(n),suggestions.childElementCount==s)break}}})() \ No newline at end of file diff --git a/tags/index.html b/tags/index.html index 22a70613..cef05f72 100644 --- a/tags/index.html +++ b/tags/index.html @@ -8,4 +8,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/tags/performance/index.html b/tags/performance/index.html index 664a59ce..dccf505b 100644 --- a/tags/performance/index.html +++ b/tags/performance/index.html @@ -8,4 +8,4 @@

performance

Say hello to Doks ๐Ÿ‘‹

Say hello to Doks ๐Ÿ‘‹

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready โ€” by default.

Posted in News on November 4, 2020 by Henk Verlinde ‐ 1 min read

- \ No newline at end of file + \ No newline at end of file diff --git a/tags/security/index.html b/tags/security/index.html index 55ca2a37..4673a28d 100644 --- a/tags/security/index.html +++ b/tags/security/index.html @@ -8,4 +8,4 @@

security

Say hello to Doks ๐Ÿ‘‹

Say hello to Doks ๐Ÿ‘‹

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready โ€” by default.

Posted in News on November 4, 2020 by Henk Verlinde ‐ 1 min read

- \ No newline at end of file + \ No newline at end of file diff --git a/tags/seo/index.html b/tags/seo/index.html index 27c6e89e..b7e2389c 100644 --- a/tags/seo/index.html +++ b/tags/seo/index.html @@ -8,4 +8,4 @@

SEO

Say hello to Doks ๐Ÿ‘‹

Say hello to Doks ๐Ÿ‘‹

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready โ€” by default.

Posted in News on November 4, 2020 by Henk Verlinde ‐ 1 min read

- \ No newline at end of file + \ No newline at end of file