Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modprog/discord-twitch-notif
https://github.com/modprog/discord-twitch-notif
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/modprog/discord-twitch-notif
- Owner: ModProg
- License: apache-2.0
- Created: 2023-12-03T16:17:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T18:37:34.000Z (about 1 year ago)
- Last Synced: 2024-10-28T12:36:07.864Z (2 months ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# discord-twitch-notif
[![CI Status](https://github.com/ModProg/discord-twitch-notif/actions/workflows/test.yaml/badge.svg)](https://github.com/ModProg/discord-twitch-notif/actions/workflows/test.yaml)
[Add to your DISCORD server.](https://discord.com/api/oauth2/authorize?client_id=1163116705027993670&scope=applications.commands)
Use with `/subscribe `, `/subscriptions`, `/unsubscribe `.
Run your own with docker:
```yaml
volumnes:
discord-twitch-notif:
name: discord-twitch-notif
services:
discord-twitch-notif:
image: ghcr.io/modprog/discord-twitch-notif:latest
environment:
- DISCORD_TOKEN=
- TWITCH_CLIENT_ID=
- TWITCH_CLIENT_SECRET=
- TWITCH_WEBHOOK_PORT=8000
- TWITCH_WEBHOOK_PATH=/twitch-events
- TWITCH_WEBHOOK_URL=https://dtn.example.com/twitch-events
ports:
- 127.0.0.1:1234:8000
volumnes:
- discord-twitch-notif:/user_data.bonsaidb
```