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