Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justmert/forum-discord-bot
https://github.com/justmert/forum-discord-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/justmert/forum-discord-bot
- Owner: justmert
- Created: 2023-11-07T20:03:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T20:44:40.000Z (about 1 year ago)
- Last Synced: 2024-04-14T16:13:08.865Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Discourse Forum - Discord Bot
### Setup
Fill the following environment variables in a `.env` file in the root of the project:
* DISCORD_BOT_TOKEN: The token for the Discord bot
* DISCORD_GUILD_ID: The ID of the Discord guild
* DISCORD_CHANNEL_NAME: The name of the Discord channel to post to
* DISCOURSE_WEBHOOK_SECRET: The secret for the Discourse webhook### Running
```
python3 lyra-bot.py
```