Skip to content

arsovskidev/gminer-api-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]