Skip to content

Python tool using diff and curl to check different content on webpages. Note: This doesn't apply to SPAs.

License

Notifications You must be signed in to change notification settings

bjarneo/urldiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

urldiff

Python tool using diff and curl to check different content on webpages. Note: This doesn't apply SPAs.
I do recommend installing colordiff (apt-get install colordiff).
This tool is only tested in mint and ubuntu.

Usage:

chmod +x check.py
./check.py -i "url|||url"

or

python check.py -u "http://www.web.com/|||http://www.web.com/?param=true"

or

ln -s /your/folder/urldiff/check.py /usr/local/bin/urldiff

urldiff -u "url|||url"

About

Python tool using diff and curl to check different content on webpages. Note: This doesn't apply to SPAs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages