No description
Find a file
2021-08-24 15:16:59 +10:00
dist use mdc-vue-wrapper as module and add fullscreen button 2021-08-24 15:03:13 +10:00
src use mdc-vue-wrapper as module and add fullscreen button 2021-08-24 15:03:13 +10:00
.gitignore initial build 2021-08-06 22:52:24 +10:00
LICENSE Initial commit, package.json and licence 2021-08-01 20:13:56 +10:00
package-lock.json use mdc-vue-wrapper as module and add fullscreen button 2021-08-24 15:03:13 +10:00
package.json use mdc-vue-wrapper as module and add fullscreen button 2021-08-24 15:03:13 +10:00
README.md Create README.md 2021-08-12 19:26:09 +10:00
webpack.config.js use mdc-vue-wrapper as module and add fullscreen button 2021-08-24 15:03:13 +10:00

discord-display

A web based content display controlled via discord.

A discord bot which hosts a web app which can be used to display the latest image message and text caption from a discord channel.

@ mentiuon the bot in a discord channel with the start command @discord-display start. The bot will send a direct message with an activation code to be entered on the web app. The web app will then display content form the channel where the initial command was sent.

Built with material-components-web, vuejs, socket.io and webpack.

To host the bot, add the config.js file and then run npm start

config.js

module.exports = {
    port: HTTP_PORT,
    token: 'DISCORD_BOT_TOKEN',
};