From ebea8ab357d5ddbc21e8e5145a971a72cb1164bc Mon Sep 17 00:00:00 2001 From: Lytves Date: Wed, 21 Mar 2018 01:15:43 +0100 Subject: [PATCH] CryptoCoinsInfoBot added --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index bcf28d3..2ffacee 100644 --- a/Examples.md +++ b/Examples.md @@ -5,6 +5,7 @@ Bots built using the `telegram.ext.Updater` class. * [AlarmBot](https://github.com/guysoft/AlarmBot) This bot uses [crontab](https://en.wikipedia.org/wiki/Cron) to schedule audio alarms. The alarm command can be edited to schedule any kind of cron job for an IOT device. * [BlackJackBot](https://github.com/d-Rickyy-b/Python-BlackJackBot) for a nice round of BlackJack - alone or in a group. +* [CryptoCoinsInfoBot](https://github.com/lytves/crypto-coins-info-bot-v2) This bot sends you actual prices of cryptocoins using info from CoinMarketCap and CryptoCompare APIs. * [CryptoKitty](https://github.com/xlanor/CryptoKitties) Source code for a broadcast bot that scans [CryptoKitties](https://www.cryptokitties.co/) API and returns cats that matches the input parameters. * [Cryptora](https://github.com/izanmubarak/Cryptora) gets all kinds of cryptocurrency-related data, including up-to-the-minute information from CoinMarketCap for thousands of cryptocurrencies and the latest headlines from CoinDesk. * [EFB Telegram Master Channel](https://github.com/blueset/efb-telegram-master/) A master channel for EH Forwarder Bot: an extensible chat tunneling framework that gather your IMs at one place.