Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arturogonzalezm/bitcoin_trading
- Owner: arturogonzalezm
- License: mit
- Created: 2024-07-26T07:08:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T08:43:40.000Z (5 months ago)
- Last Synced: 2024-07-26T09:39:09.581Z (5 months ago)
- Topics: async-await, asynchronous-programming, asyncio, codecoverage, crypto, pytest, pytest-cov, python3, real-time
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.