[modules/getcrypto] Get crypto prices module

Extremely niche module that will probably never be used for getting the price of BTC, ETH and/or LTC from Kraken.
This commit is contained in:
Ryunaq 2017-06-14 11:30:48 -05:00 committed by GitHub
parent 2d3b153f0c
commit 8d842eb043

View file

@ -6,7 +6,7 @@ Requires the following python packages:
* requests
Parameters:
* getcrypto.interval: Interval in seconds for updating the price, default is 60, less than that will get your IP banned.
* getcrypto.interval: Interval in seconds for updating the price, default is 120, less than that will probably get your IP banned.
* getcrypto.getbtc: 0 for not getting price of BTC, 1 for getting it (default).
* getcrypto.geteth: 0 for not getting price of ETH, 1 for getting it (default).
* getcrypto.getltc: 0 for not getting price of LTC, 1 for getting it (default).