Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjarneo/urldiff

Python tool using diff and curl to check different content on webpages. Note: This doesn't apply to SPAs.
https://github.com/bjarneo/urldiff

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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:
```bash
chmod +x check.py
./check.py -i "url|||url"
```

or

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

or

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

urldiff -u "url|||url"
```