/amex

A Go package for scraping details from an Amex account

Primary LanguageGo

amex

Actions Status

A Go package for scraping details from an Amex account using chromedp. This library is a work in progress and its API should not be considered stable.

Please note that this package scrapes the info from the amex web app, so may break if amex make changes.

Installation

Install in the usual way:

go get https://github.com/gcjensen/amex

Usage

Refer to the GoDoc page for the documentation. Example usage can also be seen here.