https://github.com/bafs/telegram-cryptobot
A super simple bot to read prices from cryptowat.ch API
https://github.com/bafs/telegram-cryptobot
cryptocurrency telegram-bot
Last synced: 4 months ago
JSON representation
A super simple bot to read prices from cryptowat.ch API
- Host: GitHub
- URL: https://github.com/bafs/telegram-cryptobot
- Owner: BafS
- Created: 2017-08-22T03:06:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T22:12:46.000Z (over 6 years ago)
- Last Synced: 2025-04-10T22:45:24.928Z (about 1 year ago)
- Topics: cryptocurrency, telegram-bot
- Language: Python
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Telegram Cryptobot
> A really simple telegram bot to read crypto currencies prices from cryptowatch.ch
```
/price () ()
```
### Dev
#### Installation
Run `pip install -r requirements.txt` to install python-telegram-bot and requests
#### Usage
Simply run the module and don't forget to change `Updater("TOKEN")` with your own token from @BotFather.