This is an open source and completely free bot for tracking the most popular cryptocurrencies right in your telegram from Coinmarketcap .
Contents
- Overview of most cryptocurrencies.
- Setting currencies for tracking.
- Setting a date for the bot to send you data in messages.
To the use you need to open telegram bot and start it:
https://t.me/cryptotracker_official_bot
Bitcoin Ethereum Tether USDt BNB Solana XRP USDC Cardano Dogecoin Avalanche TRON Chainlink Polkadot Toncoin Polygon Dai Shiba Inu Litecoin Internet Computer Bitcoin Cash
The bot has several basic commands for interacting with your tracking orders.
The very first button that activates the bot. It also outputs a greeting.
Shows confirmation of orders.
Shows current moderators who can help you.
This command clears the current order and back you to welcome message.
Removes all your orders for tracking.
To make your own bot first create .env file and fill data:
#.env KEY="" BOT_KEY="" DB_PORT="" DB_HOST="" DB_USER="" DB_NAME="" DB_PASS=""
The next step is to install dependencies
#terminal poetry shell poetry install
Final step is start your bot following command
#terminal python3 bot/bot.py
- Main author: IvanIsak2000. Also known as Ivan Isakharov.
- Tracking issue: You can see the current issues or create new issue here.