A python3 utility script to check and log coinbase balances. It utilises the coinbase API through coinbase python client module
Check requirements.txt
for required python modules.
Clone the repository using git:
- Over
HTTPS
git clone "https://github.com/toxicmender/coinbase_checker.git"
- Over
SSH
git clone "git@github.com:toxicmender/coinbase_checker.git"
You will need to set up an API key/secret on Coinbase settings->API.
Put these in creds.py
. They just need read-balance privs.
Just execute account_checker.py
. it dumps out date/total-inr to a csv.
example run:
$ python3 account_checker.py
[+] Current Datetime: 2017-09-11 15:19:44.097024
[+] You have [REDACTED] LTC valued [REDACTED] inr at [REDACTED] per LTC
[+] You have [REDACTED] ETH valued [REDACTED] inr at [REDACTED] per ETH
[+] You have [REDACTED] BTH valued [REDACTED] inr at [REDACTED] per BTH
[+] You have [REDACTED] BTC valued [REDACTED] inr at [REDACTED] per BTC
[+] Total inr worth is: [REDACTED]
- Fork the repository on Github.
- Clone your fork on your machine.
- checkout into a new branch.
- work on the repository.
- stage, commit & review the changes made.
- merge the branch to master (with --no-ff flag).
- push changes & create a pull request.
- Then graefully wait for a response & then accomodate them as best as you can.
For API key/secret contact coinbase support/help-desk. For the python program, file an issue on Github. But please search & check if the issue wasn't already reported by someone else.