Skip to content

Latest commit

 

History

History
124 lines (88 loc) · 2.27 KB

File metadata and controls

124 lines (88 loc) · 2.27 KB

CryptoTracker

  1. Overview of most cryptocurrencies.
  2. Setting currencies for tracking.
  3. 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.