Get live trades from cryptocurreny marketplaces, and send OSC commands to a server while displaying trade data. Tought to be used with Tidal Cycles.
/ctrl [QTY, 53.67] # number of currency unit traded
/ctrl [PRICE, 0.11254] # unitary price of the base currency in the quote currency
/ctrl [BIGCHANGE, 2] # one thousand times the change ratio since the last trade between the two same currencies
Python 3
pip install -r requirements.txt
python love💲.py`
- https://docs.pro.coinbase.com/#websocket-feed
- https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md
- Add other source ?
- Send other commands ?
Yes.