Last active
February 14, 2025 00:35
-
-
Save peterdemin/49610071aed04ddc5bf40a2b6d2c4d9c to your computer and use it in GitHub Desktop.
Bank of America 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: BofA | |
| url: https://www.bankofamerica.com/ | |
| form: | |
| - id: onlineId1 | |
| creds: bofa.login | |
| - id: passcode1 | |
| creds: bofa.password | |
| - id: hp-sign-in-btn | |
| click: true | |
| delay: 5 | |
| transform: | |
| - css-all: .balanceValue | |
| - text | |
| # Call line.lower to raise instead of inserting empty string: | |
| - jinja: | | |
| Checking: {{ lines.0.lower() }} | |
| Saving: {{ lines.1.lower() }} | |
| Credit: {{ lines.2.lower() }} | |
| - changes: verbose | |
| notify: | |
| - mailgun | |
| error: ignore | |
| period: 6 hours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aprove