Created
May 6, 2017 00:01
-
-
Save peterdemin/6919b4b58420d680de01d5408dbe34c1 to your computer and use it in GitHub Desktop.
American Express check
This file contains hidden or 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: AmEx | |
url: https://www.americanexpress.com/ | |
form: | |
- id: Username | |
creds: amex.username | |
- id: Password | |
creds: amex.password | |
- id: loginLink | |
click: true | |
delay: 3 | |
transform: | |
- css: "#ah-outstanding-balance-value" | |
- text | |
- changes: verbose | |
notify: | |
- mailgun | |
period: 6 hours | |
error: ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment