finfree-bybit-ticker/README.md

19 lines
787 B
Markdown

# FinFree Bybit Ticker
The FinFree Bybit Ticker is a project designed to dynamically watch for changes in a RethinkDB database and subscribe to Bybit's tickers for all symbols that meet a specified condition. It also updates actions based on certain conditions being met.
## Features
- **Dynamic Subscription**: Automatically subscribes to Bybit ticker updates for symbols specified in the RethinkDB.
- **Real-time Database Watching**: Utilizes RethinkDB's changefeeds feature to watch for any additions, deletions, or modifications in the symbol list.
- **Conditional Logic**: Updates actions in RethinkDB when conditions are met, based on the incoming ticker information.
## Requirements
- RethinkDB
- Python 3.x
- `pybit` WebSocket Client for Bybit
- `rethinkdb` Python Client