Created
May 7, 2017 01:34
-
-
Save peterdemin/81dcd08df13b68383d1f0740c1019b96 to your computer and use it in GitHub Desktop.
Discover check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checks: | |
- name: Discover | |
url: https://www.discover.com/ | |
form: | |
- id: userid | |
creds: discover.login | |
- id: password | |
creds: discover.password | |
delay: 5 | |
transform: | |
- css: .current-balance | |
- text | |
- changes: verbose | |
notify: | |
- mailgun | |
error: ignore | |
period: 3600 | |
headless: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment