https://github.com/ablaze-mirai/gh-release-count-notice
最新リリースのアセットダウンロード数をDiscord Webhookで通知します
https://github.com/ablaze-mirai/gh-release-count-notice
discord github-releases webhook
Last synced: 2 months ago
JSON representation
最新リリースのアセットダウンロード数をDiscord Webhookで通知します
- Host: GitHub
- URL: https://github.com/ablaze-mirai/gh-release-count-notice
- Owner: Ablaze-MIRAI
- Created: 2022-08-21T09:46:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T11:16:32.000Z (about 1 year ago)
- Last Synced: 2024-05-01T11:23:22.835Z (about 1 year ago)
- Topics: discord, github-releases, webhook
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GH-Release-Count-Notice
最新リリースのアセットダウンロード数をDiscord Webhookで通知します。
## Use
Forkして`.github/workflow/send.yml`を任意の時刻に変更し、Settingsでシークレットの`WH_URL`と`RP`に登録します
## Dev
1. リポジトリをクローン
2. 環境変数を設定します
```shell
# PowerShell
$env:DISCORD_WEBHOOK_URL = "https://discord.com/*****"
$env:TARGET_REPO_NAME = "Floorp-Projects/Floorp"
```