https://github.com/chipwolf/zendesk-discord-webhook-bot
Discord webhook bot for Zendesk
https://github.com/chipwolf/zendesk-discord-webhook-bot
discord discord-api discord-py discord-webhook-bot zendesk zendesk-api
Last synced: 10 months ago
JSON representation
Discord webhook bot for Zendesk
- Host: GitHub
- URL: https://github.com/chipwolf/zendesk-discord-webhook-bot
- Owner: ChipWolf
- License: gpl-3.0
- Created: 2017-01-08T03:05:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T05:55:08.000Z (over 1 year ago)
- Last Synced: 2025-04-01T14:47:28.190Z (about 1 year ago)
- Topics: discord, discord-api, discord-py, discord-webhook-bot, zendesk, zendesk-api
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zendesk-discord-webhook-bot
Discord Webhook Bot for Zendesk
## Usage
Tested with Python 3.8.2:
```bash
pip3 install -r requirements.txt
export ZDWB_DISCORD_WEBHOOK="https://discordapp.com/api/webhooks/...."
export ZDWB_ZENDESK_EMAIL="richard.hendricks@piedpiper.com"
export ZDWB_ZENDESK_TOKEN="abcdefghijklmnopqrstuvwxyz1234567890"
export ZDWB_ZENDESK_SUBDOMAIN="piedpiper"
python3 bot.py
```
`ZDWB_HISTORY_MINUTES` may also be set as an environment variable to signal the application on first run to collect the number of minutes you specify of historical data from Zendesk to post to the webhook channel.
## Screenshots



