GitHub action that checks ticket availability in Melon Ticket (Korean online ticket store) website.
암표상들 다 망해라 그리핀 내한공연 보게 해주세요 🙏
Please see example workflow, or Workflow Log
name: example
on:
schedule:
- cron: '*/5 * * * *' # Every 5 minutes
jobs:
job:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check Tickets
uses: mooyoul/[email protected]
with:
product-id: 204755
schedule-id: 100001
seat-id: 1_0
slack-incoming-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: '<@U12345678> 달려달려~'
See full license on mooyoul.mit-license.org