This is a GitHub action that periodically notifies the Discord channel of the most recent CTFs listed in CTFTime. By default, it fetches data once a day and notifies the channel if there are any differences from the last notification. If you want to change the settings such as the interval to notify, please edit the workflow file. This workflow uses MeitarR/CTFtime-Discord-hooks to fetch the data in CTFTime.
- Fork this repo.
- Go to Setting > Secrets of the repo.
- Add new repository secret.
- Name:
DISCORDWEBHOOKURL
- Value:
(Your Discord Webhook URL)
- Name:
- Go to Actions and turn on workflows.
- Click the CTFTime workflow and Enable workflow.
- Go to the channel setting Integrations.
- Click Webhooks > Create Webhook.
- Click Copy Webhook URL.
- Go to Actions > CTFTime.
- Click Run workflow.