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

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

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.