https://github.com/konnokai/discord-stream-bot-backend
直播小幫手後端
https://github.com/konnokai/discord-stream-bot-backend
Last synced: 9 months ago
JSON representation
直播小幫手後端
- Host: GitHub
- URL: https://github.com/konnokai/discord-stream-bot-backend
- Owner: konnokai
- Created: 2022-05-11T16:49:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T07:56:13.000Z (12 months ago)
- Last Synced: 2025-02-01T01:41:26.427Z (11 months ago)
- Language: C#
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Stream Bot Backend
自行運行所需環境與參數
-
1. .NET Core 6.0 Runtime 或 SDK ([微軟網址](https://dotnet.microsoft.com/en-us/download/dotnet/6.0))
2. Redis Server ([Windows 下載網址](https://github.com/MicrosoftArchive/redis),Linux 可直接透過 apt 或 yum 安裝)
3. Discord & Google 的 OAuth Client ID 跟 Client Secret,用於 YouTube 會限驗證,需搭配 [網站前端](https://github.com/DDhackers/auto-discord-ytmember-checker) 使用,如不需要會限驗證則可不用
4. Login Redirect Url,搭配上面的網站前端做YT會限使用,網址格式為: `https://[前端域名]/stream/login`
5. tmux 或 screen 等可背景運行的軟體 (Linux 環境下需要)
6. Redis 資料加密 Key 跟 JWT 加密 Key 會在運行的時後自行產生故不需要特別設定