This is a work in progress. The goal is to create a simple message forwarding system that can be used to forward messages between different systems.
Eg. A message coming from WhatsApp and Telegram to Discord > Server > Channel.
For now, the project is in the early stages of development and the main focus is to create a simple message forwarding from Telegram to Discord. Next steps will be to add more services and improve the message forwarding system.
- Start Node.js project
- Implement https://discord.js.org
- PoC to use Discord.js to send messages to a channel
- Implement https://telegraf.js.org
- PoC to use Telegraf.js to receive messages from a Telegram group
- Implement https://wwebjs.dev
- PoC to use Wweb.js to send messages to a WhatsApp group
- Implement a simple message forwarding system from Telegram to Discord
- Implement a simple message forwarding system from WhatsApp to Discord