Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturogonzalezm/bitcoin_trading

This project connects to Binance's WebSocket API to process real-time cryptocurrency data using the observer pattern. It leverages asyncio for asynchronous operations.
https://github.com/arturogonzalezm/bitcoin_trading

async-await asynchronous-programming asyncio codecoverage crypto pytest pytest-cov python3 real-time

Last synced: about 2 months ago
JSON representation

This project connects to Binance's WebSocket API to process real-time cryptocurrency data using the observer pattern. It leverages asyncio for asynchronous operations.

Awesome Lists containing this project

README

        

[![codecov](https://codecov.io/gh/arturogonzalezm/bitcoin_trading/graph/badge.svg?token=7HQYqsX8sl)](https://codecov.io/gh/arturogonzalezm/bitcoin_trading)
[![PyLint](https://github.com/arturogonzalezm/bitcoin_trading/actions/workflows/workflow.yml/badge.svg)](https://github.com/arturogonzalezm/bitcoin_trading/actions/workflows/workflow.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](https://opensource.org/licenses/MIT)

# Bitcoin Trading
This project connects to Binance's WebSocket API to process real-time cryptocurrency data using the observer pattern. It leverages asyncio for asynchronous operations.