is there any way to track tinyman prices?

This page summarizes the projects mentioned and recommended in the original post on /r/Tinyman

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tinyman-py-sdk

    Tinyman Python SDK

  • Of course! Use their python SDK! It is as simple as that: from tinyman.v1.client import TinymanMainnetClient client = TinymanMainnetClient() USDT = client.fetch_asset(312769) YLDY = client.fetch_asset(226701642) pool = client.fetch_pool(USDT, YLDY) while True: pool.refresh() if pool.asset1_price > ALERT_PRICE: send_message_to_telegram_bot() # or any other alert method time.sleep(REFRESH_INTERVAL)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Lessons learned reinventing the Python notebook

    2 projects | news.ycombinator.com | 11 May 2024
  • AI Strategy Guide: How to Scale AI Across Your Business

    4 projects | dev.to | 11 May 2024
  • Json Web Tokens

    1 project | dev.to | 11 May 2024
  • Basilisp: A Clojure-ish Lisp dialect targeting Python 3.8

    1 project | news.ycombinator.com | 11 May 2024
  • Show HN: A phone number to text with questions about current events

    2 projects | news.ycombinator.com | 10 May 2024