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.
- Host: GitHub
- URL: https://github.com/stylepatrick/point-staking-monitor
- Owner: stylepatrick
- Created: 2024-03-30T22:46:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-31T06:33:35.000Z (about 1 year ago)
- Last Synced: 2025-01-26T07:41:22.858Z (5 months ago)
- Topics: chromdriver, crawler-python, cryptocurrency, docker, point-network, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.