Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.54 KB

README.md

File metadata and controls

38 lines (26 loc) · 2.54 KB

Portfolio Tracker

It is a Telegram bot that follows your asset's prices according to your portfolio. Also it supports custom alert conditions for your thresholds. When condition hits, it sends a notification to your telegram acount.

Currently it supports only crypto assets(:crypto: Crypto currency).

To fetch live price of Cryptocurrencies CoinGecko Api is using.

Bot

Screen Shot 2021-04-30 at 22 30 11

Try It

How to use

  1. Firstly, you should create a portfolio.
  2. Then you can add or remove any number of assets to your portfolio.
  3. You can add or remove custom alerts for your assets.
  4. You can learn and watch current value of your assets.

Screen Shot 2021-05-12 at 19 38 35

Bot Commands

Commands Explanation Example
/create It creates a portfolio for you. /create
/get It returns your portfolio. /get
/get_detail It returns your portfolio with detail. /get_detail
/add_asset It adds asset to your portfolio. /add_asset asset_name count price (name must be same with exchange identifier)
/delete_asset It deletes asset from portfolie. /delete_asset name
/set_alert It creates a alert for a asset. When it hits target, it send notification to you. /set_alert type asset_name target_price (type -> upper_limit or lower_limit)
/get_alerts It returns active alerts for your portfolio. /get_alerts
/start Alias for /help /live
/help Help() /help