Skip to content

rayanfer32/nexus-alert-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whale notifier bot for Nexus Blockchain

TODO:

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

python3 main.py

OR if you want to run it as a service:

source venv/bin/activate
pm2 start "python3 main.py" --name whalebot

Windows

venv\Scripts\activate
python main.py

Features

  • Send errors to multiple Maintainer chat ids
  • Report maintainers when base url goes down
  • Configure NXS_BASE_URL from .env

Improvements Todo

Yet to be discovered.

About

Telegram bot to post alerts of the transactions happening on the nexus blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages