Simple crypto price alert bot for Matrix in Python
Bot checks 24h percentage change on coinmarketcap.com and sends alert to your Matrix
- Using pip install
requestspython librarypip install requests
- Configure bot
Configuration is stored in config.py file
- Set
WURLto your public coinmarketcap watchlist - Set
MROOMto your Matrix room ID (replace!with%21) - Set
MTOKENto your Matrix access token - Add favorite coins that will be highlighted to
IMPORTANT_COINSlist (coinmarketcap coin name from URL)
- Run
main.pypython3 main.py
-v,--verbose- verbose mode-fh- uses top 500 coins on coinmarketcap insted of your public coinmarketcap watchlist (WURL)