Your Crypto Coin Bot @Yourcryptocoinbotis a Telegram bot to search cryptocurrency market capitalizations according to coinmarketcap.com. This is a project started by @eniolw ([email protected]; Telegram: BotFather; Steemit: @eniolw. You can visit this blog to know more about the development of this project and others.
YourCryptoCoinBot is already running and working on Telegram (@yourcryptocoinbot). However, you can clone or fork this project and deploy it yourself.
- Create a Bot account on Telegram and get a token. Talk to BotFather for this.
- Then, run this:
sudo pip install python-telegram-bot
sudo pip install coinmarketcap
- Clone this repository on Github
- Replace the
YOUR_TOKEN
string in themain
function (file:yourcryptocoinbot.py
) with your own token previously given by Botfather. - Run the
yourcryptocoinbot.py
script like this:python yourcryptocoinbot.py
.
This bot was built with the help of these open source libraries: python-telegram-bot and coinmarketcap. The latter is in turn a wrapper to the Crypto Market Capitalizations API.
Thanks to Riztan Gutiérrez (Telegram: @riztan) por hosting the bot.