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
- Host: GitHub
- URL: https://github.com/teemsploit/discord-chat-integration-system
- Owner: Teemsploit
- License: mit
- Created: 2024-09-07T19:18:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T19:23:30.000Z (over 1 year ago)
- Last Synced: 2025-01-23T04:33:08.586Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.