Skip to content

TupiNymQuim/NodesBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodes Bot

Version GitHub Issues Live Demo

A bot to show real-time node status and other utilities for TupiNymQuim

References

API documentation

Return node status by explorer ID

  GET /mixnodes/<nodeid>
Parameter Type Description
nodeid string Required. Node ID

Demo

Demo

Features

  • View Node status
  • View Gateway status

Environment Variables

To run this project, you will need to add the following environment variables to your .env

TELEGRAM_API_TOKEN - A Telegram Token API. (Get it at FatherBot)

DISCORD_API_TOKEN - (Get it at Discord Developer Portal)

DISCORD_ID_CHANNEL

Feedback

If you have any feedback, please let us know via dev@tupinymquim.com

Installation

How to install the discord bot:

Prerequisites

  • Python3.8 or newer

Setup

1) Browse to the discord folder using `cd discord`
2) Install the requirements using `pip install -r requirements.txt`
3) Run the app using `python3 start.py`

How to install the telegram bot:

Prerequisites

  • Python3.8 or newer

Setup

1) Browse to the telegram folder using `cd telegram`
2) Install the requirements using `pip install -r requirements.txt`
3) Run the app using `python3 start.py`

How to use the handler:

Prerequisites

  • Python 3.8 or newer

Setup

1) Browse to the api folder using `cd handler`
1) Install the requirements using `pip install -r requirements.txt`
2) Run the app using `python3 handler.py`

Authors

@vitorsantanna2

Contributions

Contributions and Suggestions are always welcome!

Open a pull request or issue.

License

MIT