/ccxt-websockets

Just the transpiled files from CCXT lfern feature/websockets-multiple branch, to speed up installation

Primary LanguagePythonMIT LicenseMIT

ccxt-websockets

Just the transpiled files from CCXT lfern/websockets-multiple fork, to speed up installation.

For a practical example on how to use this in a python project, check ccxt-websockets-db-updater

Check also the main thread about websockets in the official CCXT project:
Streaming (WS, Websocket support): Orderbooks, Trades, Balances...

Usage

To use this already transpiled lfern websockets powered branch of CCXT in your project, add in your project requirements.txt this line:

git+git://github.com/firepol/ccxt-websockets#egg=ccxt&subdirectory=python

Then run:

pip install -r requirements.txt