This is a python data scraper that allows you to scrape TD Bank data from a single account.
- I'm still planning to add an option for the security questions auto-submit
td = TDBank(USERNAME, PASSWORD)td = TDBank()
td.login(USERNAME, PASSWORD)df = td.load_history()