You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Python2 doesn't work with your config.py file in ~/examples/, while Python3 works with all three config types (.py, .ini, .json).
Your example code: api = bitstamp.Bitstamp('examples/config.py')
Result in Python 2 python example.py Exception: While the config file was found, it was not configured correctly. Check for examples here: https://github.com/Pancho/bitstamp
Result in Python 3 python3 example.py {'bids': [['2197.54000000',...
Python2 doesn't work with your config.py file in ~/examples/, while Python3 works with all three config types (.py, .ini, .json).
Your example code:
api = bitstamp.Bitstamp('examples/config.py')Result in Python 2
python example.pyException: While the config file was found, it was not configured correctly. Check for examples here: https://github.com/Pancho/bitstampResult in Python 3
python3 example.py{'bids': [['2197.54000000',...