A bot to show real-time node status and other utilities for TupiNymQuim
GET /mixnodes/<nodeid>
Parameter | Type | Description |
---|---|---|
nodeid |
string |
Required. Node ID |
- View Node status
- View Gateway status
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
If you have any feedback, please let us know via dev@tupinymquim.com
- Python3.8 or newer
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`
- Python3.8 or newer
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`
- Python 3.8 or newer
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`
Contributions and Suggestions are always welcome!
Open a pull request or issue.