README.md aktualisiert
This commit is contained in:
parent
8c6eda087e
commit
d27545be64
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue