Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Kurstch/site_connectivity_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Site connectivity checker (scc) (windonws only)

A shell aplication that checks or monitors website availability

If a website is unavailable you can tell scc to monitor it
When it becomes available scc will send a notification

Installation

  • navigate to your directory
> cd path\to\your\directory
  • make a python virtual environment
> python -m venv venv
  • activate the virtual environment
> venv\Scripts\activate.bat
  • install app dependencies
(venv) > pip install click click-shell win10toast requests
  • in setup.py you can specify what you want your shell command to be by changing scc=scc:cli to yourCommandName=scc:cli
entry_points='''
        [console_scripts]
        scc=scc:cli
    ''',
  • setup shell command
(venv) > pip install --editable .
  • finally add your directory to windows enviroment variables (PATH)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages