An open API service indexing awesome lists of open source software.

https://github.com/teemsploit/discord-chat-integration-system

a chat Integration system that combines a web based server with discords messaging platform it allows users to send messages to a discord channel via a webhook and a basic setup for receiving messages using a discord bot
https://github.com/teemsploit/discord-chat-integration-system

Last synced: about 1 year ago
JSON representation

a chat Integration system that combines a web based server with discords messaging platform it allows users to send messages to a discord channel via a webhook and a basic setup for receiving messages using a discord bot

Awesome Lists containing this project

README

          

# Chat Integration System

This repository provides a basic setup for sending and optionally receiving messages from a discord channel using webhooks and a discord bot.

## How to Use

1. **Send Messages:**
- Make a POST request to `http://localhost:5000/send` with a JSON payload:

```json
{
"message": "Hello, Discord!"
}
```

2. **Receive Messages (Optional):**
- To receive messages from a Discord channel run the Discord bot script Make sure you have configured the bot token and channel ID correctly in the script.

## Notes

- Make sure you have your discord webhook url and bot token configured in the scripts
- please also note this is not finished and was made in 20 mins.

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.