Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justmert/lrfc-bot
https://github.com/justmert/lrfc-bot
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justmert/lrfc-bot
- Owner: justmert
- Created: 2023-11-23T17:44:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T19:54:38.000Z (about 1 year ago)
- Last Synced: 2024-04-14T16:13:11.115Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- 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_GENERAL_CHANNEL_ID: The id of the Discord channel to post to### Running
```
python3 lyra_bot.py
```