Discord-Telegram Cross messaging system
A bot that automatically relays Discord and Telegram messages from one group to another.
NOTE: Due to personal matters I can't develop this bot actively. I just made it to give an impulse on the community and look forward to better ideas. I noticed that a new project was recently created and is better than this project, so please take a look at it if you want an up-to-date bot and ready to use. Thank you :)
DiteCross is based on NodeJS with npm
, so make sure to have both of them installed.
To install DiteCross just type npm install
Make sure to have both tokens to login to Telegram and Discord.
You should talk with @BotFather and follow its procedure to make a new bot. @DiteCross_bot is the official one (not 24/7 yet).
The token must be placed in a telegram.ini
file like below:
[token]
PLACE_TOKEN_HERE
You have to create a new User Bot and place the token in a discord.ini
file, like you did for Telegram.
To run DiteCross just type node ditecross.js
The handshake process is described below:
- Type
/handshake
on Telegram - DiteCross asks you to insert Discord server and channel names, like this:
@ServerName#ChannelName
(spaces are supported) - If DiteCross is present on that server and channel, it will ask you to type
/handshake
there with a password - Enjoy!
NOTE: I hope to have built a robust and simple handshaking system. If you have one better in mind, please let me know!
Be aware that DiteCross is not actively developed.
That's it, enjoy! If you have questions / problems / whatsoever, feel free to open an issue here on GitHub or contact me via email (see my profile).