You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,8 @@ with BinanceWebSocketApiManager(process_stream_signals=process_stream_signals) a
231
231
232
232
## More?
233
233
234
-
[Discover even more possibilities](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html), [use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_stream_everything.py)
234
+
[Discover even more possibilities](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html),
235
+
[use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_stream_everything.py)
235
236
to stream everything from "binance.com" or try our [examples](#examples)!
236
237
237
238
This should be known by everyone using this lib:
@@ -309,7 +310,8 @@ on all exchanges! (Take a look to the max supported subscriptions per stream in
309
310
310
311
-[UNICORN Binance WebSocket API](https://www.lucit.tech/unicorn-binance-websocket-api.html) respects Binance's API guidelines and protects you from avoidable reconnects and bans.
311
312
312
-
- Support for multiple private `!userData` streams with different `api_key` and `api_secret`. ([example_multiple_userdata_streams.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_multiple_userdata_streams.py))
313
+
- Support for multiple private `!userData` streams with different `api_key` and `api_secret`.
-[Pick up the received data from the `stream_buffer`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=get_stream_info#unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager.BinanceWebSocketApiManager.pop_stream_data_from_stream_buffer) ([FIFO or LIFO](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_buffer%60)) -
315
317
if you can not store your data in cause of a temporary technical issue, you can
@@ -318,9 +320,9 @@ which stores the receives in the RAM till you are able to process the data in th
- Watch the `stream_signals` to receive `CONNECT`, `FIRST_RECEIVED_DATA`, `DISCONNECT`, `STOP` and
326
328
`STREAM_UNREPAIRABLE` signals from your streams! [Learn more!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_signals%60)
@@ -368,8 +370,8 @@ and specific streams with
368
370
- Nice to use with [iPython](https://ipython.org/):
369
371
"IPython (Interactive Python) is a command shell for interactive computing that offers introspection,
370
372
rich media, shell syntax, tab completion, and history."
- Also, nice to use with the [Jupyter Notebook](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/tree/master/ipynb) :)
375
377
@@ -391,7 +393,7 @@ for [ICINGA](https://exchange.icinga.com/LUCIT/check_lucit_collector)/Nagios
391
393
Read the [docs](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager)
392
394
or this [how to](https://medium.com/@oliverzehentleitner/how-to-connect-to-binance-com-websockets-using-python-via-a-socks5-proxy-3c5a3e063f12)
[](https://www.lucit.tech/get-support.html)
23
-
[](https://chat.openai.com/g/g-VjCOjRhCJ-unicorn-binance-suite-assistant)
@@ -37,9 +36,7 @@ in a simple, fast, flexible, robust and fully-featured way.
37
36
38
37
Part of '[UNICORN Binance Suite](https://www.lucit.tech/unicorn-binance-suite.html)'.
39
38
40
-
Get help with the integration of the `UNICORN Binance Suite` modules from the
41
-
[`UNICORN Binance Suite Assistant` GPT](https://chat.openai.com/g/g-VjCOjRhCJ-unicorn-binance-suite-assistant) or
42
-
[a real human LUCIT employee](https://www.lucit.tech/get-support.html).
39
+
[Get help](https://www.lucit.tech/get-support.html) with the integration of the `UNICORN Binance Suite` modules!
43
40
44
41
## Get a UNICORN Binance Suite License
45
42
@@ -234,7 +231,8 @@ with BinanceWebSocketApiManager(process_stream_signals=process_stream_signals) a
234
231
235
232
## More?
236
233
237
-
[Discover even more possibilities](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html), [use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_stream_everything.py)
234
+
[Discover even more possibilities](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html),
235
+
[use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/examples/_archive/example_stream_everything.py)
238
236
to stream everything from "binance.com" or try our [examples](#examples)!
239
237
240
238
This should be known by everyone using this lib:
@@ -312,7 +310,8 @@ on all exchanges! (Take a look to the max supported subscriptions per stream in
312
310
313
311
-[UNICORN Binance WebSocket API](https://www.lucit.tech/unicorn-binance-websocket-api.html) respects Binance's API guidelines and protects you from avoidable reconnects and bans.
314
312
315
-
- Support for multiple private `!userData` streams with different `api_key` and `api_secret`. ([example_multiple_userdata_streams.py](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_multiple_userdata_streams.py))
313
+
- Support for multiple private `!userData` streams with different `api_key` and `api_secret`.
-[Pick up the received data from the `stream_buffer`](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=get_stream_info#unicorn_binance_websocket_api.unicorn_binance_websocket_api_manager.BinanceWebSocketApiManager.pop_stream_data_from_stream_buffer) ([FIFO or LIFO](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_buffer%60)) -
318
317
if you can not store your data in cause of a temporary technical issue, you can
@@ -321,9 +320,9 @@ which stores the receives in the RAM till you are able to process the data in th
- Watch the `stream_signals` to receive `CONNECT`, `FIRST_RECEIVED_DATA`, `DISCONNECT`, `STOP` and
329
328
`STREAM_UNREPAIRABLE` signals from your streams! [Learn more!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/%60stream_signals%60)
@@ -371,8 +370,8 @@ and specific streams with
371
370
- Nice to use with [iPython](https://ipython.org/):
372
371
"IPython (Interactive Python) is a command shell for interactive computing that offers introspection,
373
372
rich media, shell syntax, tab completion, and history."
- Also, nice to use with the [Jupyter Notebook](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/tree/master/ipynb) :)
378
377
@@ -394,7 +393,7 @@ for [ICINGA](https://exchange.icinga.com/LUCIT/check_lucit_collector)/Nagios
394
393
Read the [docs](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager)
395
394
or this [how to](https://medium.com/@oliverzehentleitner/how-to-connect-to-binance-com-websockets-using-python-via-a-socks5-proxy-3c5a3e063f12)
0 commit comments