pyamex
pyamex copied to clipboard
Python library for accessing American Express account data
Since few weeks my code using pyamex stop working at: client = AmexClient(username='xxxxxxxx', password='xxxxxxx', locale='en_GB') accounts = client.accounts() Traceback (most recent call last): File "", line 1, in File "/home/xxxxxx/.local/lib/python3.7/site-packages/pyamex/client.py",...
Unable to import anything from pyamex. I installed it using pip3 which returns Requirement already satisfied. I tried setup.py which writes successfully. My pycharm recognizes the package but it has...
Working code example using the examples/amex_to_pandas.py script, and passing in a billing period greater than 1. This might just be an issue on Amex's side, but we'll have to see....
Just curious if its me doing something wrong, an actual bug in the code, or if the Amex API is no longer available. I try to run your example file...