Skip to content

tsturtz/wc2026-tix-scraper

Repository files navigation

wc2026-tix-scraper

Required env vars

  • WC_BOT_SLACK_USER_ID (user id so it can ping in slack)
  • WC_BOT_SLACK_WEBHOOK_URL (slack webhook url)

Run in background

Currently in /usr/local/bin

Run:

nohup ./run-on-schedule.sh &

Kill:

ps -ef | grep ./run-on-schedule.sh
# then
kill -9 <the PID>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published