Stats of popular coins + BTC & ETH Dominance
    
    Explore the docs »
    
    
    View Demo
    ·
    Report Bug
    ·
    Request Feature
  
An efficient Telegram-bot for getting the statistics of famous Crypto Currency markets' coins and tokens in Telegram which can be installed easily
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- Python 3.6v
 - Telegram-Bot Api
 - Telethon Framework
 - datetime module
 - asyncio module
 - requests module
 - Redis Database
 - Coinstats app Api
 - CoinMarketCap Api
 
This is a help for installation.
- Ubuntu 16.04+ (I prefer 16.04)
 - You have to installed Python3.6 because Telethon need Python3.6. so follow helps on google for "install Python3.6 on ubuntu"
 - Get an API Key at coinmarketcap.com
 - Get API_HASH & API_ID at my.telegram.org
 - Get Bot_Token from Botfather
 - Get Chat ID from Telegram with forwarding a message to userinfobot from which chat you want to receive the Stats
 - Clone the repo
git clone https://github.com/ferisystem/CoinsStats.git
 - Enter your Bot_Token in 
config.pyBOT_TOKEN = 'ENTER BOT_TOKEN'
 - Enter your api_hash & api_id in 
config.pyAPI_HASH = 'ENTER API_HASH' API_ID = 'ENTER API_ID'
 - Enter your Coinmarketcap API in 
config.pyCMP_API_KEY = 'ENTER CoinMarketCap API'
 - Enter your Channel/SuperGroup/Group/Private Telegram ID in 
config.pyCHAT_ID = 'ENTER DESTINATION_ID'
 - Enter your Private Telegram ID in 
config.pyfor receive Exceptions & ErrosSUDO_ID = 'ENTER SUDO_ID'
 - Enter Coins & Tokens symbol that you want in 
config.py>coins_listvaluecoins_list = ('coin1', 'coin2' 'token1', 'token2', etc...)
 - Now you have to add this command in 
crontab -eon ubuntu terminal* * * * * python3.6 ./CoinsStats/bot.py
 
See the open issues for a list of proposed features (and known issues).
Dear programmer, you can help me in this project. how? read this text. Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
 - Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
 
Distributed under the MIT License. See LICENSE for more information.
Alireza Fereidouni (Feri) - @ferisystem - alirezafereidouni@proton.me
Project Link: github.com/ferisystem/CoinsStats
Example Bot: @CoinsStats
  