[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:
parent
2d3b153f0c
commit
8d842eb043
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Requires the following python packages:
|
||||||
* requests
|
* requests
|
||||||
|
|
||||||
Parameters:
|
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.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.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).
|
* getcrypto.getltc: 0 for not getting price of LTC, 1 for getting it (default).
|
||||||
|
|
Loading…
Reference in a new issue