Created
May 9, 2017 15:43
-
-
Save peterdemin/c82ebda805aa07361e353d259728ead8 to your computer and use it in GitHub Desktop.
TD Bank 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: TD | |
url: https://onlinebanking.tdbank.com/ | |
form: | |
- id: txtUser | |
value: creds.td.username | |
- id: txtPassword | |
value: creds.td.password | |
transform: | |
- css: #balance | |
- text | |
- changes: verbose | |
notify: | |
- telegram |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment