WhatsAppToDiscord

WhatsAppToDiscord is a Discord bot that uses WhatsApp Web as a bridge between Discord and WhatsApp.

MIT License

Stars
252
Committers
6

Bot releases are visible (Hide)

WhatsAppToDiscord - Reconnect feature for WhatsApp connection

Published by github-actions[bot] over 2 years ago

Added reconnect feature for WhatsApp

WhatsAppToDiscord - Fixed repair channels functionality (again)

Published by github-actions[bot] over 2 years ago

Fixed repair channels functionality (again)

WhatsAppToDiscord - Fixed repair channels functionality

Published by github-actions[bot] over 2 years ago

Fixed repair channels functionality

WhatsAppToDiscord - Bug fix

Published by github-actions[bot] over 2 years ago

Fixed the bug that recreates the control channel and category

WhatsAppToDiscord - Bug fixes

Published by github-actions[bot] over 2 years ago

Fixed the bugs that made the bot unusable for new users/scans.

WhatsAppToDiscord - Auto-Updater

Published by github-actions[bot] over 2 years ago

Added an auto-updater. It has signature verification, it shouldn't load untrusted/malicious binaries.

WhatsAppToDiscord - First-ish JavaScript version

Published by github-actions[bot] over 2 years ago

Hi everyone!

My previous code in Golang got so messy and I'm not a fan of Golang either, so I rewritten the entire bot in JavaScript. Unlike Go, binary sizes are huge for some reason. I tried the compress option in the compiler, but it doesn't work as expected. There are some new advancements in the bot as well.

  • You can now resync your contacts and groups with the command resync. WhatsApp only loads the entire contact list in the first scan, and your contacts may change overtime, so here is a command to update your contacts.
  • The bot will now upload files coming from Discord to WhatsApp. This can be disabled with the command disableWAUpload.
  • Forwarded messages should be working as well.

Everything should work as before, however, you need to rescan the QR code as the previous WhatsApp library and the current one are fairly different from each other. From now on, there won't be any updates to the Go version, but you can still see it on golang branch.