Moatasem-Elsayed / cpu-Tracker-notify-by-Email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpu-Tracker-notify-by-Email

This program is just a template for sending Email based on Event

so this application is tracking the Battery of pc when it decrease under 50 it just send an Email with json file contains some info :

  • Battery

  • Temperture

  • the most process consume the memory

  • the uptime

image image

the mechanism of sending Email is done through IFTTT


How to use it

Prerequisites

  • The current code was built using gcc version 7.5.0
  • need to make account on IFTTT and if this(webhook) then that(gmail)

accoring to my example this screen shot will help you image

so after that -you will need to open main.cpp and modify these lines with your specs
image

>> mkdir build
>> cd build
>> cmake ../
>> make

About


Languages

Language:C++ 94.1%Language:CMake 4.8%Language:Shell 1.1%