Skip to content

Latest commit

 

History

History
executable file
·
10 lines (4 loc) · 337 Bytes

README.md

File metadata and controls

executable file
·
10 lines (4 loc) · 337 Bytes

WebSocket client - Python

A sample project demonstrating how to use Python to interact with BTC Markets' WebSocket feed.

Before running make sure to install the websocket dependency by running pip install websocket-client

Note: this repository does not intend to demonstrate best practices for python programming language.