Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 934 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 934 Bytes

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