Go to file
null 2c96653753 add disabled state 2024-03-07 20:07:39 +01:00
messages add disabled state 2024-03-07 20:07:39 +01:00
.gitignore init 2024-02-29 19:25:43 +01:00
Dockerfile init 2024-02-29 19:25:43 +01:00
README.md README.md aktualisiert 2024-02-29 10:59:11 +00:00
app.py add disabled state 2024-03-07 20:07:39 +01:00
requirements.txt init 2024-02-29 19:25:43 +01:00

README.md

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