detoxy
v1.1.12
Published
Detoxy pulls exchange rates and balances from external services, such as Tradeblock and Interactive Brokers.
Downloads
11
Readme
detoxy
Detoxy pulls exchange rates and balances from external services, such as Tradeblock and Interactive Brokers.
Dependencies
Detoxy uses the headless browser phantomjs for scraping.
- OS X:
brew install phantomjs
- Others: See build instructions
Installation
npm install -g detoxy
Usage
Fetch ETH/USD rates:
detoxy ethusd
Fetch XBX/USD rates:
detoxy xbxusd
Fetch balances and positions from Interactive Brokers:
detoxy ib --username <username> --password <password>
Alternatively, credentials can be passed as the environment variables DETOX_IB_USERNAME
and DETOX_IB_PASSWORD
.
Maintainer
Andreas Brekken [email protected]