Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 663 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 663 Bytes

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]