A Telegram bot for tracking crypto currency prices
- Install Python 3 (minimum Python 3.8) and Pip.
- Install dependencies:
pip install -r requirements.txt- Get telegram bot token
- Create a file called .env in the root of the project and add the following line:
TELEGRAM_BOT_API=REPLACE_THIS_WITH_KEY
- Run CryptoTelegramBot.py
- Help:
!h
- Get graphs for a given currency or all currencies:
!p <currency>
!p all
- Add alerts for a given currency:
!a min <currency> <amount>
!a max <currency> <amount>
- List all alerts:
!a list
- Add a favourite:
!f [short_name] [full_name]
- Remove a favourite:
!f remove [short_name]
- List favourites:
!f
- Toggle error notifications:
!e