Skip to content

Cmd tool to check cryptocurrency balances across different exchanges

Notifications You must be signed in to change notification settings

ijesh/cryptobalance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**************** Readme **************************

Cryptobalance

Watch your balances across different cryptocurrency exchanges. Supported exchanges are: Bittrex, Binance and GDAX.

Requirements

Pipenv must be installed to activate virtual env. Run pipenv shell before running the usage command.

Usage: python balance.py --config config.yaml

Config.yaml file format:
binance:
  APIKey: [apikey-here]
  Secret: [secretkey-here]
bittrex:
  APIKey: [apikey-here]
  Secret: [secretkey-here]

About

Cmd tool to check cryptocurrency balances across different exchanges

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages