websy icon indicating copy to clipboard operation
websy copied to clipboard

Keep track of changes in website with WEBSY

Keep an eye on your targets with Websy to get quickly notified for any change they push on their Web Server

Installation

> git clone https://github.com/cYph3r1337/websy  
> cd websy  
> pip3 install -r requirements.txt  
> python3 main.py --help

Features

  • Fast and simple to use
  • Outputs html file with Search and Sort ability for easy analysis
  • Lightweight on resources

Usage

python3 main.py --help

Run Websy on a set of urls regularly through cronjobs and it 
will automatically generate "output.html" with every run

https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800