https://github.com/byteball/oswap-governance-discord
Watch oswap.io (Governance) and post event notifications on Discord
https://github.com/byteball/oswap-governance-discord
Last synced: 10 months ago
JSON representation
Watch oswap.io (Governance) and post event notifications on Discord
- Host: GitHub
- URL: https://github.com/byteball/oswap-governance-discord
- Owner: byteball
- License: mit
- Created: 2022-03-16T15:46:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T06:57:01.000Z (about 4 years ago)
- Last Synced: 2025-04-14T14:17:23.821Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oswap Governance Discord bot
Watch the [Obyte oswap governance AAs](https://governance.oswap.io) and posts notifications on Discord when something happens.
## Setup
- `yarn`
- Run with `node start.js`, it will create an app data directory in `%APPDATA%/oswap-governance-discord` then fail due to configuration missing
- While logged on Discord webapp, create an application at https://discord.com/developers/applications
- Select the application, select bot in menu, copy the bot token
- Copy `.env.sample` file to `.env` and complete it with the bot token and the channel id the bot will post to
- While logged on Discord, use the following url template to add the bot to your server: https://discord.com/oauth2/authorize?client_id=881946977754038272&scope=bot&permissions=2048, `client_id` can be found in the General Information of your Discord application (Application ID), permissions should be `2048` to allow only posting message.
- Run the bot with `node start.js`