An open API service indexing awesome lists of open source software.

https://github.com/eddienubes/coinseekbot

Telegram Bot for tracking stock and crypto exchanges
https://github.com/eddienubes/coinseekbot

Last synced: about 1 year ago
JSON representation

Telegram Bot for tracking stock and crypto exchanges

Awesome Lists containing this project

README

          

## Coin Seek Bot

> Telegram handle https://t.me/coinseekbot

- Search for crypto using inline mode @coinseekbot
- Add coins to favourites
- Add favourite coins to watchlist and get notified regularly
- TODO: Anomaly detection and alerting
- TODO: Portfolio tracking
- TODO: News alerts?
- TODO: Historical Visualizations?

### Prerequisites

1. Python >= 3.12 required
2. Install poetry

macOS

```bash
python -m venv .venv
source .venv/bin/activate
poetry install
```