Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.22 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.22 KB

AmexOffers

A project to view all your American Express Card offers in one place

Sample output will look like this

Installation instructions

  1. Install Python 3 if you haven't already (instructions)

  2. Clone the repository or download the Python file as well as the appropriate chromedriver for your OS and place them in the same directory. The included chromedrivers are for Chrome version 77, but if you're using a different version feel free to download the appropriate one from here

  3. Install the Selenium Python module if it isn't already installed with python3 -m pip install selenium or by following the instructions here

  4. Open up the Python file in your text editor of choice and set AMEX_LOGIN and AMEX_PW to your American Express login and password, respectively

  5. Run the script with python3 AmexOffers.py

  6. Your offers should be found in offers.csv and will be sorted alphabetically by merchant. The script grabs the offers before writing them to the file, so it's normal if nothing shows up at first.