Skip to content
forked from larsenv/discross

A webhook bridge to send messages on Discord through a webpage

License

Notifications You must be signed in to change notification settings

Inqurity/discross

 
 

Repository files navigation

Discross Logo

Discross is a webhook bridge to send messages on Discord aimed at supporting all platforms that support HTML.

Try it!

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.

Usage

  1. Use the link to add Discross to your server. Not necessary if you're already on a server with the bot.
  2. Go to discross.rc24.xyz
  3. Type ^connect to get your verification code
  4. Register on the website with that code
  5. Click the "update your server list" button to authorize Discross with your Discord account

Supported platforms

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

Screenshots!

Discross on Internet Explorer 6

Discross on PSP

Discross on Kindle

Hosting

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

Discross is made by circuit10 (Heath123 is circuit10's GitHub username)

About

A webhook bridge to send messages on Discord through a webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • HTML 38.2%