Capture Binance websocket streams in Docker containers.
Create lightweight, asynchronous Python code to capture one or a combination of Binance web socket streams.
git clone https://github.com/bryand1/binance-websockets
cd binance-websockets
pip install -r requirements.txt
Set environment variables:
vi binance.env
export BINANCE_APIKEY=[YOUR KEY]
export BINANCE_SECRET=[YOUR KEY]
After setting environment variables, determine which database to use. Edit src/config.py, find the variable database.
Run the script:
./docker-run.sh [container-name] [endpoint]