Skip to content

Automatically check the health of avai-light nodes send the health status to the telegram bot

Notifications You must be signed in to change notification settings

Tnodes/Availgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Availgram

image

Automatically check the health of avail-light nodes send the health status to the telegram bot

Install

apt install screen
git clone https://github.com/Tnodes/Availgram.git
pip install python-telegram-bot

Configurations

Edit telegram bot token using Botfather & your chatid at line 7 & 8

Availgram/check.py

Lines 7 to 8 in e75eadf

BOT_TOKEN = 'xxxx:xxxx'
CHAT_ID = 'xxxx'

Usage

Create a screen for the program to run in the background

screen -S avcheck

Then run

python check.py

CRTL + AD : close screen

To access the screen

screen -r avcheck

Contribution

Contributions to the Availgram are welcome. Please ensure that your code adheres to the project's standards and submit a pull request for review.

About

Automatically check the health of avai-light nodes send the health status to the telegram bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages