README.md aktualisiert

This commit is contained in:
null 2024-02-29 10:59:11 +00:00
parent 8c6eda087e
commit d27545be64
1 changed files with 1 additions and 8 deletions

View File

@ -6,8 +6,7 @@ The FinFree Bybit Ticker is a project designed to dynamically watch for changes
- **Dynamic Subscription**: Automatically subscribes to Bybit ticker updates for symbols specified in the RethinkDB. - **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. - **Real-time Database Watching**: Utilizes RethinkDB's changefeeds feature to watch for any additions, deletions, or modifications in the symbol list.
- **Conditional Logic**: Implements custom logic to perform actions when specific conditions are met, based on the incoming ticker information. - **Conditional Logic**: Updates actions in RethinkDB when conditions are met, based on the incoming ticker information.
- **Efficient Updates**: Only subscribes to and acts upon symbols that meet predefined conditions, ensuring efficient use of resources.
## Requirements ## Requirements
@ -16,10 +15,4 @@ The FinFree Bybit Ticker is a project designed to dynamically watch for changes
- `pybit` WebSocket Client for Bybit - `pybit` WebSocket Client for Bybit
- `rethinkdb` Python Client - `rethinkdb` Python Client
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/finfree-bybit-ticker.git
cd finfree-bybit-ticker