/gminer-api-monitor

Telegram BOT for gminer monitoring.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

gminer-api-monitor

Create virtual environment and install requirements.
$ sudo apt-get install python3-venv
$ python3 -m venv gminer-api-monitor
$ source gminer-api-monitor/bin/activate
$ touch .env
$ pip3 install -r requirements.txt
$ python3 main.py
In the .env file enter the following settings.
$ nano .env

GMINER_API = [YOUR GMINER API]
TELEGRAM_BOT_API = [YOUR BOT API]
TELEGRAM_CHAT_ID = [YOUR CHAT ID]