An open API service indexing awesome lists of open source software.

https://github.com/stylepatrick/point-staking-monitor

Point Staking Monitor with Telegram notification accomplished through web crawler. Can be used for e very Cryptocurrency Explorer.
https://github.com/stylepatrick/point-staking-monitor

chromdriver crawler-python cryptocurrency docker point-network python3

Last synced: 3 months ago
JSON representation

Point Staking Monitor with Telegram notification accomplished through web crawler. Can be used for e very Cryptocurrency Explorer.

Awesome Lists containing this project

README

        

# point-staking-monitor
The provided Project is designed to monitor Cosmos Point staking rewards.
It accomplishes this through web scraping of a designated staking node webpage using Selenium and BeautifulSoup libraries.
The script continuously checks for staking rewards information at a specified interval. When new rewards information is detected, it sends a notification message via Telegram to a specified chat.

## Set up environment variables:
- `ENVIRONMENT`: Set to "PROD" for production. Required for Docker as chromdriver is in different directory!
- `STAKING_NODE`: The staking node URL.
- `BOT_TOKEN`: Your Telegram bot token.
- `CHAT_ID`: Your Telegram chat ID.