Howto: UNICORN Binance REST API

Documentation: https://unicorn-binance-rest-api.docs.lucit.tech/Github: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-apiPyPI: https://pypi.org/project/unicorn-binance-rest-api/ Installation You can install the library with `pip install unicorn-binance-rest-api` from PyPI or you download the latest release or the dev-stage. The easiest way to test the examples is to clone the repository from git with `git clone git@github.com:LUCIT-Systems-and-Development/unicorn-binance-rest-api.git` to your local system. How to use the class? Configure logging, to…

Use python sphinx on github pages and include the README.md of the repository with an individual theme

Prerequisite: In this guide you need a GitHub account and an existing repository! Learn about python docstrings! To update the documentation, just go into your ‘sphinx’ folder in your local repository and do ‘make html’ again. Control the new files, copy them to the ‘docs’ folder and push it to GitHub. If you like to…

Howto: Monitoring UNICORN Binance WebSocket API Manager with ICINGA2

General documentation: https://unicorn-binance-websocket-api.docs.lucit.tech/Module documentation: https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#module-unicorn_binance_websocket_api.unicorn_binance_websocket_api_restserver Wiki: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/UNICORN-Monitoring-API-ServiceGithub: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-apiIcinga Plugin: https://exchange.icinga.com/LUCIT/check_lucit_collectorIcinga: https://icinga.com/download/ You have two possibilities to provide ICINGA2 the needed data, the first is, you connect it with the check_command through `ubwa.start_monitoring_api()`. This creates a restful api on http://127.0.0.1:64201/status/icinga/0.1.0 and with the icinga plugin ‘check_lucit_collector.py‘ you can report the current status to ICINGA2. The second…

Howto: UNICORN Binance WebSocket API

Documentation: https://unicorn-binance-websocket-api.docs.lucit.tech/Github: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-apiPyPI: https://pypi.org/project/unicorn-binance-websocket-api/UnicornFy: https://github.com/LUCIT-Systems-and-Development/unicorn-fyIcinga Plugin: https://github.com/LUCIT-Systems-and-Development/check_lucit_collector.py Installation You can install the library with `pip install unicorn-binance-websocket-api` from PyPI or you download the latest release or the dev-stage. The easiest way to test the examples is to clone the repository from git with `git clone git@github.com:LUCIT-Systems-and-Development/unicorn-binance-websocket-api.git` to your local system. How to use the class?…