Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T12:18:57.000Z (5 months ago)
- Last Synced: 2024-10-25T02:38:29.354Z (2 months 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