Hummus is a GoUAE Community project that bridges the Coders(HQ) WhatsApp communication channels with Discord.
Do note that for now, we aim to just be read-only, sending messages one way (WhatsApp -> Discord). Given the constraints of WhatsApp.
- Clone the repository
git clone https://github.com/GoUAE/Hummus
cd Hummus- Copy the
.env.examplefile to.env
cp .env.example .env- Fill in the necessary environment variables in the .env file. You'll need to provide values for the following variables:
DISCORD_BOT_TOKENDISCORD_CHANNEL_ID=
DISCORD_WEBHOOK_ID=
DISCORD_WEBHOOK_TOKEN=
DISCORD_FALLBACK_AVATAR_URL=
# We support only 1 WhatsApp chat for now, you'll have to get its ID manually (instructions TBA).
WA_GOUAE_JID=- Install the dependencies
go mod download- Run the project
go run- Scan the QR code to log in to the WhatsApp client.
This project is licensed under the MIT License.