App that links Mixer chat, Twitch chat and Discord
- Download this repo and extract if needed
git clone https://github.com/andrejsavikin/DiscordLink.git - Rename config.example to config.json
mv config.example config.json - Generate a bot account on
https://discordapp.com/developers/applications/me/create - Add it to your server by going to
https://discordapp.com/oauth2/authorize?client_id=<ClientID>&scope=bot - Edit config.json with your desired settings(See below for help)
- Install dependencies with
npm install - Run the application
node main.js - Profit
##Dependencies
- If there are multiple discord servers that contain a room with the same name, the bot will pick the first one
- At this state mixer 2FA is not supported
- You can define an optional prefix in the settings(for each service).
- %s will be replaced with the service name ie. Mixer
- %u will be replaced with the user name ie. Sava
- Default prefix format is
[%s:%u] - To get discord channel ID, just enable developer options under settings -> appearance. Now you can right-click a channel and simply select copy ID.
- To get your Mixer oauth key click here
- @apple99er for the custom prefix idea
