https://github.com/rayanfer32/nexus-alert-bot
Telegram bot to post alerts of the transactions happening on the nexus blockchain.
https://github.com/rayanfer32/nexus-alert-bot
blockchain bot nexus python whale
Last synced: about 1 year ago
JSON representation
Telegram bot to post alerts of the transactions happening on the nexus blockchain.
- Host: GitHub
- URL: https://github.com/rayanfer32/nexus-alert-bot
- Owner: rayanfer32
- Created: 2022-05-25T11:32:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T06:26:17.000Z (about 3 years ago)
- Last Synced: 2025-03-30T09:31:29.689Z (about 1 year ago)
- Topics: blockchain, bot, nexus, python, whale
- Language: Python
- Homepage: https://t.me/nexusalerts
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Whale notifier bot for Nexus Blockchain
### TODO:
### Installation
```sh
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
### Usage
```sh
python3 main.py
```
OR if you want to run it as a service:
```sh
source venv/bin/activate
pm2 start "python3 main.py" --name whalebot
```
### Windows
```cmd
venv\Scripts\activate
python main.py
```
### Features
- [x] Send errors to multiple Maintainer chat ids
- [x] Report maintainers when base url goes down
- [x] Configure NXS_BASE_URL from .env
### Improvements Todo
> Yet to be discovered.