Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 337 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 337 Bytes

Amex-Scraper

This Can be Used to Scrape Transaction History from American Express!

This Will Login Automatically

am = Amex(USERNAME, PASSWORD)

You Can also use

am = Amex()
am.login(USERNAME, PASSWORD)

Auto Load past 10 months of history from account

df = am.load_history()