hasanparasteh / DriveSpaceChecker

This program will sends an email when the space run below than 15GB!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Server Drive Space Checker

This program will sends an email when the space run below than 15G! You can set another value for space checker in this program. Also you can use windows scheduler to repeat the cycle of checking every day or hour to send you and alert email.

How to run

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python SpaceMailer.py <example@gmail.com> <password>

ENV

You have to create a .env file on root directory and pass the email list you want to alert email sent to!

EMAILS=['hasanparasteh@gmail.com']

About

This program will sends an email when the space run below than 15GB!


Languages

Language:Python 100.0%