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
- Host: GitHub
- URL: https://github.com/eddienubes/coinseekbot
- Owner: eddienubes
- License: mit
- Created: 2024-05-19T15:52:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:17:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T09:32:55.350Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```