Python Binance Websocket Stream Multiple Currencies / Binance Websocket Multiple Streams & SQLiteDB



Python Binance Websocket Stream Multiple Currencies / Binance Websocket Multiple Streams & SQLiteDB

Python Binance Websocket Stream Multiple Currencies / Binance Websocket Multiple Streams & SQLiteDB

In this video I am talking about how to Stream Multiple Currencies / Symbols from Binance using Python Websocket.

To download this example, visit the following Website: “https://github.com/TechDivisions/python-binance-multi-streamer-sqliteDb”

– by Vladimir Heinz

— Hit that subscribe Button! —

Enjoy my videos!

Chapters:
00:00 – Intro
00:07 – Explanation – What I was talking about in the previous video
00:34 – What I am going to talk about now
01:04 – I am visiting my Github account to copy the code
01:19 – Creating a file: binance-streamer.py
01:30 – For Python install websocket-client
01:44 – Streaming data from Binance
02:20 – How to stream more then 1 type of Symbol / Currency
03:08 – Converting to: Class with Python – Command Line Arguments
04:17 – Checking python command line arguments example
04:47 – Python Binance Websocket: streaming multiple streams / currencies
05:58 – Adding Sqlite / Python sqlite tutorial
06:10 – Python initialize sqlite database / Python sqlite create database
06:55 – Python sqlite create table if not exists
07:15 – Python sqlite define table column names
09:06 – Python Method for saving data into sqlite
09:24 – Python how to parse json of Binance python stream
10:04 – Python json – Binance websocket message example
10:30 – Python json – how to get value from Binance python stream message
10:37 – Python uuid
11:09 – Explanation: Python uuid hex
11:20 – Python json – reading out toher values from parsed json
11:45 – Explanation: Python how to convert variable
12:13 – Explanation: Python how to print a value / convert value to string
12:55 – Python sqlite insert values / Python sqlite insert new row
15:26 – Python Binance streamer – how to init the database
15:42 – Python sqlite read data example
17:00 – Summary – What we functionality we implemented so far
17:40 – Binance websocket multiple streams – running the example
20:23 – Binance Python Multi Streamer – where you to download the code
20:35 – Finish

#pythonbinance #binancedatastreaming #pythonmultiplewebsockets

Comments are closed.