Discross is a webhook bridge to send messages on Discord aimed at supporting all platforms that support HTML.
We have opened the official Discross Discord server! Come and say hi! You can try out Discross there without having to invite the bot to your own server.
- Use the link to add Discross to your server. Not necessary if you're already on a server with the bot.
- Type
^connect
on the server to get your verification code - Go to discross.rc24.xyz
- Register on the website with that code
- Click the "update your server list" button to authorize Discross with your Discord account
Platforms that are confirmed to work, to some extent:
- iPad
- iPhone
- Kindle
- Nintendo 3DS
- Nintendo DS
- Nintendo DSi
- Nintendo Switch
- PlayStation 3
- PlayStation 4
- PlayStation 5
- PlayStation Portable
- PlayStation Vita
- Sega Dreamcast
- Wii Internet Channel
- Wii U
- Windows 95
- Windows 98
- Windows XP
- Xbox 360
- Xbox One
Make sure the following are installed:
- Node.js
- Python
- Visual Studio Build Tools
git clone https://github.com/larsenv/discross.git
cd discross
mkdir secrets
cd secrets
touch database.db
touch token.txt
cd ..
Go to discord.dev and create a new application
In the application menu go to "Bot" and click on "Reset Token"
Copy the token and paste it into token.txt. Keep this token secure and never share it publicly, as it provides full access to your bot.
Now invite the bot onto your server
Go to "OAuth2"
Click "Add Redirect" and type in http://localhost:4000/discord.html
Below, click "bot"
Select the redirect and choose the "Manage webhooks" permission
Copy the URL and paste it in a new tab to invite the bot
To authorize the bot with your Discord account (this has to be done every time you add a new server), deselect "bot" and tick "identify" and "guilds"
Copy the link again, but replace response_type=code
with response_type=token
Paste the link into a new tab and press "Authorize"
node .
Open Discord and type ^connect in the same server you invited the bot in
The bot will send you a verification code in DMs
Go to localhost:4000 and use it to register