Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahvdaa/qbridge
A Discord <-> WhatsApp bridge featuring an API for bot integrations.
https://github.com/noahvdaa/qbridge
Last synced: about 2 months ago
JSON representation
A Discord <-> WhatsApp bridge featuring an API for bot integrations.
- Host: GitHub
- URL: https://github.com/noahvdaa/qbridge
- Owner: NoahvdAa
- License: mit
- Created: 2022-06-16T13:50:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T13:20:55.000Z (over 1 year ago)
- Last Synced: 2024-10-27T06:28:32.983Z (2 months ago)
- Language: TypeScript
- Size: 366 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QBridge
QBridge is a Discord <-> WhatsApp bridge featuring an API for bot integrations.
Documentation will be added soon™️
## How to set up
1. Install the required dependencies with `yarn install`.
2. Copy `config.example.json` to `config.json` and change the settings to your needs.
3. Start the bridge with `yarn start`. If this is the first time running the bridge, you will need to sign into WhatsApp web. The easiest way to do this is to simply disable headless mode in `config.json`, so chromium will open in a normal, visible window and you can scann the QR code.
4. Use a database client of your choice to add a row to the `channels` table.
5. Send a message in the Discord channel or WhatsApp chat and watch it get bridged!