IndicatorAPI.com wrapper
How to install:
- Make sure you have latest version of pip
- Type
pip install pyIndicatorAPI
in the terminal
Usage:
from pyIndicatorAPI.indicators import Client
client = Client(YOUR_API_KEY)
rsi_values = client.rsi('BTC/USDT')