Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bjarneo/urldiff
- Owner: bjarneo
- License: mit
- Created: 2014-12-05T07:25:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T19:47:01.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T02:09:39.905Z (7 months ago)
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/urldiffurldiff -u "url|||url"
```