Skip to content

Commit bb57833

Browse files
docs
1 parent 034e2b5 commit bb57833

15 files changed

+1525
-1515
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
[Discussions about unicorn-binance-websocket-api releases!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/categories/releases)
99

10-
## 1.42.0.dev (development stage/unreleased/unstable)
10+
## 1.43.0.dev (development stage/unreleased/unstable)
11+
12+
## 1.43.0
1113
### Added
1214
- Official support for Python 3.11
1315
- Socks5 proxy support for [websocket](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager) only: `socks5_proxy_server` and `socks5_proxy_ssl_verification` and exception

docs/CHANGELOG.html

Lines changed: 1174 additions & 1169 deletions
Large diffs are not rendered by default.

docs/README.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>UNICORN Binance WebSocket API &#8212; unicorn-binance-websocket-api 1.42.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<title>UNICORN Binance WebSocket API &#8212; unicorn-binance-websocket-api 1.43.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
@@ -491,9 +491,8 @@ <h3>What are the benefits of the UNICORN Binance WebSocket API?<a class="headerl
491491
</section>
492492
<section id="live-demo">
493493
<h2>Live Demo<a class="headerlink" href="#live-demo" title="Permalink to this heading"></a></h2>
494-
<p>This live demo script is streaming from <a class="reference external" href="https://www.binance.com">binance.com</a> and is running on a <em>cx31</em> virtual
495-
machine of <a class="reference external" href="https://hetzner.cloud/?ref=rKgYRMq0l8fd">HETZNER CLOUD</a>!
496-
<a class="reference external" href="https://hetzner.cloud/?ref=rKgYRMq0l8fd">Get 20 EUR starting credit for HETZNER CLOUD</a></p>
494+
<p>This live demo script is streaming from <a class="reference external" href="https://www.binance.com">binance.com</a> and runs on a <em>cx31</em> virtual
495+
machine of <a class="reference external" href="https://www.hetzner.com">HETZNER CLOUD</a> - <a class="reference external" href="https://hetzner.cloud/?ref=rKgYRMq0l8fd">get 20 EUR starting credit!</a></p>
497496
<p><a class="reference external" href="https://www.lucit.tech/unicorn-binance-websocket-api-live-demo.html">Open live monitor!</a></p>
498497
<p><a class="reference external" href="https://www.lucit.tech/unicorn-binance-websocket-api-live-demo.html"><img alt="live-demo" src="https://ubwa-demo.lucit.tech/ps.png" /></a></p>
499498
<p>(Refresh update once a minute!)</p>
@@ -601,6 +600,7 @@ <h2>Howto<a class="headerlink" href="#howto" title="Permalink to this heading">
601600
<ul class="simple">
602601
<li><p><a class="reference external" href="https://medium.com/&#64;oliverzehentleitner/how-to-download-data-from-binance-using-python-8f1b6e8f19f3">How to download Klines from Binance using Python?</a></p></li>
603602
<li><p><a class="reference external" href="https://www.technopathy.club/2019/11/02/howto-unicorn-binance-websocket-api/">Howto: UNICORN Binance WebSocket API</a></p></li>
603+
<li><p><a class="reference external" href="https://medium.com/&#64;oliverzehentleitner/how-to-connect-to-binance-com-websockets-using-python-via-a-socks5-proxy-3c5a3e063f12">How to Connect to binance.com Websockets using Python via a Socks5 Proxy</a></p></li>
604604
<li><p><a class="reference external" href="https://www.technopathy.club/2019/11/02/howto-monitoring-unicorn-binance-websocket-api-manager-with-icinga2/">Howto: Monitoring UNICORN Binance WebSocket API Manager with ICINGA2</a></p></li>
605605
</ul>
606606
</section>
@@ -852,7 +852,7 @@ <h3>Navigation</h3>
852852
<div class="footer">
853853
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
854854
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
855-
Last updated on Mar 27 2023 at 14:08 (CET).
855+
Last updated on Mar 27 2023 at 17:11 (CET).
856856
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api">Found a bug</a>?
857857
<br />
858858
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/_sources/CHANGELOG.md.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
[Discussions about unicorn-binance-websocket-api releases!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/categories/releases)
99

10-
## 1.42.0.dev (development stage/unreleased/unstable)
10+
## 1.43.0.dev (development stage/unreleased/unstable)
11+
12+
## 1.43.0
1113
### Added
1214
- Official support for Python 3.11
1315
- Socks5 proxy support for [websocket](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager) only: `socks5_proxy_server` and `socks5_proxy_ssl_verification` and exception

docs/_sources/README.md.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,8 @@ If you like the project, please [![star](https://raw.githubusercontent.com/lucit
244244
[GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api)!
245245

246246
## Live Demo
247-
This live demo script is streaming from [binance.com](https://www.binance.com) and is running on a *cx31* virtual
248-
machine of [HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd)!
249-
[Get 20 EUR starting credit for HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd)
247+
This live demo script is streaming from [binance.com](https://www.binance.com) and runs on a *cx31* virtual
248+
machine of [HETZNER CLOUD](https://www.hetzner.com) - [get 20 EUR starting credit!](https://hetzner.cloud/?ref=rKgYRMq0l8fd)
250249

251250
[Open live monitor!](https://www.lucit.tech/unicorn-binance-websocket-api-live-demo.html)
252251

@@ -343,6 +342,7 @@ or the [current master branch](https://github.com/LUCIT-Systems-and-Development/
343342
## Howto
344343
- [How to download Klines from Binance using Python?](https://medium.com/@oliverzehentleitner/how-to-download-data-from-binance-using-python-8f1b6e8f19f3)
345344
- [Howto: UNICORN Binance WebSocket API](https://www.technopathy.club/2019/11/02/howto-unicorn-binance-websocket-api/)
345+
- [How to Connect to binance.com Websockets using Python via a Socks5 Proxy](https://medium.com/@oliverzehentleitner/how-to-connect-to-binance-com-websockets-using-python-via-a-socks5-proxy-3c5a3e063f12)
346346
- [Howto: Monitoring UNICORN Binance WebSocket API Manager with ICINGA2](https://www.technopathy.club/2019/11/02/howto-monitoring-unicorn-binance-websocket-api-manager-with-icinga2/)
347347

348348
## Project Homepage

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.42.0',
3+
VERSION: '1.43.0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/copyright.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>MIT License &#8212; unicorn-binance-websocket-api 1.42.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<title>MIT License &#8212; unicorn-binance-websocket-api 1.43.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

1111
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1212
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
@@ -280,7 +280,7 @@ <h3>Navigation</h3>
280280
<div class="footer">
281281
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
282282
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
283-
Last updated on Mar 27 2023 at 10:40 (CET).
283+
Last updated on Mar 27 2023 at 17:11 (CET).
284284
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api">Found a bug</a>?
285285
<br />
286286
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; unicorn-binance-websocket-api 1.42.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>Index &#8212; unicorn-binance-websocket-api 1.43.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
99

1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
@@ -688,7 +688,7 @@ <h3>Navigation</h3>
688688
<div class="footer">
689689
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
690690
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
691-
Last updated on Mar 27 2023 at 14:08 (CET).
691+
Last updated on Mar 27 2023 at 17:11 (CET).
692692
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api">Found a bug</a>?
693693
<br />
694694
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

0 commit comments

Comments
 (0)