https://github.com/azareal/gosora-discord
Discord Event Push Plugin for the Gosora Forum Software.
https://github.com/azareal/gosora-discord
discord event forum golang gosora integration push replies software threads topics
Last synced: 2 months ago
JSON representation
Discord Event Push Plugin for the Gosora Forum Software.
- Host: GitHub
- URL: https://github.com/azareal/gosora-discord
- Owner: Azareal
- License: mit
- Created: 2019-04-03T04:55:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T01:41:44.000Z (over 5 years ago)
- Last Synced: 2023-08-13T08:57:38.988Z (almost 3 years ago)
- Topics: discord, event, forum, golang, gosora, integration, push, replies, software, threads, topics
- Language: Go
- Homepage: https://gosora-project.com/
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Push for Gosora
A plugin for pushing to Discord channels when a new reply or topic is created.
# Requirements
A recent build of [Gosora](https://github.com/Azareal/Gosora).
# Installation
You can install this plugin simply by throwing it in Gosora's /extend/ folder before building / running it.
# Options
You can configure this plugin via your [config.json file](https://github.com/Azareal/Gosora/blob/master/docs/configuration.md).
DiscordWebhook - The [webhook URL](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks) for the Discord channel you're trying to push events to. This is required for this plugin to function.
DiscordForums - A comma separated list of IDs of the forum (or forums) you want this plugin to listen to. Defaults to all of them.
DiscordEvents - The events you want this plugin to listen to. You can set this to `topics` to only have it listen to new topics being created and to `replies` to only listen to new replies being created. For both, you can just leave this blank. Default: Both.
# Future Features
I'd like to add more Discord integration features like syncing Discord ranks with forum ranks and maybe Discord accounts with user accounts.