https://github.com/gladhost/slack-to-discord
Ensure compatibility between slack and discord with this proxy which converts ton the fly the web hook.
https://github.com/gladhost/slack-to-discord
discord discord-webhook slack slack-webhook
Last synced: about 2 months ago
JSON representation
Ensure compatibility between slack and discord with this proxy which converts ton the fly the web hook.
- Host: GitHub
- URL: https://github.com/gladhost/slack-to-discord
- Owner: Gladhost
- Created: 2024-08-04T08:31:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T12:18:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T19:46:46.081Z (over 1 year ago)
- Topics: discord, discord-webhook, slack, slack-webhook
- Language: PHP
- Homepage: https://gladhost.cloud
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-to-discord
Ensure compatibility between slack and discord with this proxy which
converts ton the fly the web hook.
Then this tool permit you use use your Slack webhook integration in Discord !
## Requirements
### Apache installation
To run the slack-to-discord proxy on an Apache server, ensure you have the following:
- PHP 8.0+ installed
- Composer installed
- Apache 2.4
### Docker usage
For a containerized deployment, you can use the associated Docker image [henri9813/slack-to-discord](https://hub.docker.com/r/henri9813/slack-to-discord).
```yaml
services:
slack-to-discord:
image: henri9813/slack-to-discord
ports:
- 8000:80
```
## Usage
1. **Generate a Webhook in Discord**:
- Create a webhook in your desired Discord server.
2. **Replace the Discord URL**:
- Change the `discord.com` part of the URL to your proxy URL (`your-slack-to-discord.com`).
3. **Configure Your Application**:
- Update your final application settings to use the new webhook URL.
## Licence
Creative Commons Attribution-NonCommercial 4.0 International License