У нас вы можете посмотреть бесплатно Python Binance - Stream all currencies at once ! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video I am talking about how you can stream all the currencies from Binance at once using Python. To download this example, visit the following Website: "https://github.com/TechDivisions/pyth..." 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 videos 00:26 - What I am going to talk about now 00:30 - Binance endpoint for downloading all currencies 00:54 - Pasting all currencies / symbols from Binance into the Browser console 01:10 - New project - Creating a cron job for downloading all currencies repetitively 01:22 - Python - create a cron job 01:35 - Python - schedule task 01:48 - Python - schedule task to run forever 01:58 - Python sleep 5 seconds 02:17 - Save data method 02:40 - Python urllib - how to download data from a Url 03:07 - Python load json data from url / python load json decode 03:14 - Python Printing out the iterated symbols and prices 03:15 - Python current datetime - printing out 03:50 - Python count amount of elements in list of currencies from Binance 04:00 - Python convert int to string - to print out Amount of Binance's currencies 04:10 - Python iterate list of currencies of Binance 04:38 - Calling Python cron job 04:48 - pip install schedule 04:53 - pip install urllib 05:02 - Running the cron job - downloading all currencies from Binance every 5s 05:17 - Python how to write Binance currencies to sqlite3 05.22 - Creating Database initialization file db.py 05:34 - Python sqlite create connection 06:00 - Python sqlite create table for Binance ticker prices 07:05 - Python sqlite commit for the created table 07:07 - Python sqlite close connection to the database 07:30 - Where to initialize the database and why 08:18 - Python import sqlite3 / Python sqlite insert data with every iteration 09:43 - Starting the cron job for Streaming all Currencies from Binance 10:00 - Reading all the Data 10:36 - Python sqlite select 11:19 - Calling the Datareader 11:53 - Where I uploaded this Binance Streaming example for you 12:03 - Which Python dependencies you will need to install 12:16 - Where on my Github you can find this project 12:25 - How to find new currencies on Binance 12:53 - Finish #pythonbinance #binancedatastreaming #binancestreamallcurrencies