Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T05:55:08.000Z (3 months ago)
- Last Synced: 2024-11-22T06:27:45.732Z (3 months ago)
- Topics: discord, discord-api, discord-py, discord-webhook-bot, zendesk, zendesk-api
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 4
- 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.txtexport ZDWB_DISCORD_WEBHOOK="https://discordapp.com/api/webhooks/...."
export ZDWB_ZENDESK_EMAIL="[email protected]"
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
![](https://i.cwlf.uk/evKB)
![](https://i.cwlf.uk/AZPl)
![](https://i.cwlf.uk/1rKl)
![](https://i.cwlf.uk/eodb)