We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366646d commit 3b03be3Copy full SHA for 3b03be3
README.md
@@ -46,7 +46,8 @@ uv run python cli_app.py
46
- `EMAIL_PASSWORD` → Password for the email account (required if `EMAIL_SENDER` is set)
47
- For Gmail, you can use an **App Password** generated here: https://myaccount.google.com/apppasswords
48
- If both `EMAIL_SENDER` and `EMAIL_PASSWORD` are provided, the script can send email notifications about the purchase result.
49
-- Suitable for running in the background or scheduled tasks.
+- Suitable for running in the background, scheduled tasks, or automated execution in GitHub Actions workflows.
50
+ - [example workflow](https://github.com/leewr9/atlottery/blob/master/.github/workflows/weekly-purchase.yml)
51
52
### Run GUI (Executable)
53
0 commit comments