Skip to content

Instantly share code, notes, and snippets.

@peterdemin
Last active June 12, 2022 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterdemin/49610071aed04ddc5bf40a2b6d2c4d9c to your computer and use it in GitHub Desktop.
Save peterdemin/49610071aed04ddc5bf40a2b6d2c4d9c to your computer and use it in GitHub Desktop.
Bank of America check
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
@steph1266
Copy link

Aprove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment