An open API service indexing awesome lists of open source software.

https://github.com/bryand1/binance-websockets

Binance Python Websockets
https://github.com/bryand1/binance-websockets

binance python3 websockets

Last synced: 6 months ago
JSON representation

Binance Python Websockets

Awesome Lists containing this project

README

          

# Binance Python Web Sockets

Capture Binance websocket streams in Docker containers.

## Objective

Create lightweight, asynchronous Python code to capture one or a combination of Binance web socket streams.

## Getting Started

```bash
git clone https://github.com/bryand1/binance-websockets
cd binance-websockets
pip install -r requirements.txt
```

Set environment variables:

```bash
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:

```bash
./docker-run.sh [container-name] [endpoint]
```