All Projects â†’ open-wa â†’ wa-automate-docker

open-wa / wa-automate-docker

Licence: other
💬 🤖 The easiest way to turn your WhatsApp into an API. Be sure to 🌟 this repository for updates!

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to wa-automate-docker

whatsapp-automation
Automating whatsapp with python
Stars: ✭ 57 (-24%)
Mutual labels:  whatsapp
WAProfileImage
WAProfileImage - A library for Android for choosing and editing profile image like WhatsApp
Stars: ✭ 29 (-61.33%)
Mutual labels:  whatsapp
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (-17.33%)
Mutual labels:  whatsapp
bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (+4%)
Mutual labels:  whatsapp
nativescript-whatsapp-template
NativeScript Template Similar to WhatsApp
Stars: ✭ 61 (-18.67%)
Mutual labels:  whatsapp
Chitoge
Just a Fork of Void. Not maintained anymore
Stars: ✭ 85 (+13.33%)
Mutual labels:  whatsapp
whatsapp-client
WhatsApp web php client
Stars: ✭ 36 (-52%)
Mutual labels:  whatsapp
Stickerworld
Bot for whatsapp that automatically generates Sticker from the images or videos it receives
Stars: ✭ 47 (-37.33%)
Mutual labels:  whatsapp
whatsapp-bomber
A python script to automate your whatsapp and send multiple messages.
Stars: ✭ 81 (+8%)
Mutual labels:  whatsapp
whatsie
Qt Based WhatsApp Client
Stars: ✭ 437 (+482.67%)
Mutual labels:  whatsapp
whatsapp-join-to-full-group-chrome-extension
WhatsApp Group Snooze Registration Try again and again to sign up for a full group until a space becomes available
Stars: ✭ 24 (-68%)
Mutual labels:  whatsapp
WhatsBlaster
Automate WhatsApp messages
Stars: ✭ 20 (-73.33%)
Mutual labels:  whatsapp
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-64%)
Mutual labels:  whatsapp
Nana-MD
Nana Multi Device Testing Bot
Stars: ✭ 29 (-61.33%)
Mutual labels:  whatsapp
wppconnect-php-client
Um simples cliente PHP que proporciona acesso fácil aos endpoints do WPPConnect Server.
Stars: ✭ 29 (-61.33%)
Mutual labels:  whatsapp
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+120%)
Mutual labels:  whatsapp
whatsApp clone
Flutter WhatsClone (with Firebase + Clean Architecture) this app follow clean architecture proposed by our friendly Uncle Bob.
Stars: ✭ 181 (+141.33%)
Mutual labels:  whatsapp
whatsapp-api-client
This library helps you easily create a javascript application with Whatsapp support
Stars: ✭ 39 (-48%)
Mutual labels:  whatsapp
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (-54.67%)
Mutual labels:  whatsapp
18-plus-Facebook-Phishing
18+Facebook-Phishing.Hack Facebook
Stars: ✭ 58 (-22.67%)
Mutual labels:  whatsapp

wa-automate-docker

This repo shows a simple way to create a memory efficient API out of your WhatsApp account using docker.

Instructions

> docker run [ ... docker flags] --init openwa/wa-automate [... cli flags]

It is important to add the --init flag to make sure zombie processes are garbage collected properly

The default internal port is 8080. Set -e PORT=3000 in the docker flags section to set the internal port to 3000.

For example:

# For a multi-device session
> docker run -p 8080:8080 --init openwa/wa-automate --multi-device

# Legacy session with a pre-set session data via env var. Custom webhook & socket mode enabled for easy integration with node-red
> docker run -e WA_SESSION_DATA=... -p 8080:8080 --init openwa/wa-automate -w https://webhook.site.... --socket

See here for more information on cli flags - https://github.com/open-wa/wa-automate-nodejs/blob/82ecae471e9cdf0013b81f53c2f83d2b33d6fa42/src/cli/setup.ts#L27

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].