Metadata-Version: 2.1
Name: changedetection.io
Version: 0.40.3
Summary: Website change detection and monitoring service
Home-page: https://changedetection.io
Author: dgtlmoon
License: Apache License 2.0
Keywords: website change monitor for changes notification change detection alerts tracking website tracker change alert website and monitoring
Platform: UNKNOWN
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Religion
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Topic :: Education
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Utilities
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Requires-Dist: apprise (~=1.3.0)
Requires-Dist: beautifulsoup4
Requires-Dist: brotli (~=1.0)
Requires-Dist: chardet (>2.3.0)
Requires-Dist: cryptography (~=3.4)
Requires-Dist: dnspython (<2.3.0)
Requires-Dist: eventlet (>=0.31.0)
Requires-Dist: feedgen (~=0.9)
Requires-Dist: flask-compress
Requires-Dist: flask-login (~=0.5)
Requires-Dist: flask-expects-json (~=1.7)
Requires-Dist: flask-restful
Requires-Dist: flask-wtf
Requires-Dist: flask (~=2.0)
Requires-Dist: inscriptis (~=2.2)
Requires-Dist: jinja2-time
Requires-Dist: jinja2 (~=3.1)
Requires-Dist: jsonpath-ng (~=1.5.3)
Requires-Dist: lxml
Requires-Dist: paho-mqtt
Requires-Dist: pillow
Requires-Dist: pytest-flask (~=1.2)
Requires-Dist: pytest (~=6.2)
Requires-Dist: pytz
Requires-Dist: requests[socks] (~=2.28)
Requires-Dist: selenium (~=4.1.0)
Requires-Dist: timeago (~=1.0)
Requires-Dist: urllib3 (>1.26)
Requires-Dist: validators
Requires-Dist: werkzeug (~=2.0.0)
Requires-Dist: wtforms (~=3.0)
Requires-Dist: jq (~=1.3) ; python_version >= "3.8" and sys_platform == "linux"

## Web Site Change Detection, Monitoring and Notification.

Live your data-life pro-actively, track website content changes and receive notifications via Discord, Email, Slack, Telegram and 70+ more

[<img src="https://raw.githubusercontent.com/dgtlmoon/changedetection.io/master/docs/screenshot.png" style="max-width:100%;" alt="Self-hosted web page change monitoring"  title="Self-hosted web page change monitoring"  />](https://lemonade.changedetection.io/start?src=pip)


[**Don't have time? Let us host it for you! try our extremely affordable subscription use our proxies and support!**](https://lemonade.changedetection.io/start) 


#### Example use cases

- Products and services have a change in pricing
- _Out of stock notification_ and _Back In stock notification_
- Governmental department updates (changes are often only on their websites)
- New software releases, security advisories when you're not on their mailing list.
- Festivals with changes
- Realestate listing changes
- Know when your favourite whiskey is on sale, or other special deals are announced before anyone else
- COVID related news from government websites
- University/organisation news from their website
- Detect and monitor changes in JSON API responses 
- JSON API monitoring and alerting
- Changes in legal and other documents
- Trigger API calls via notifications when text appears on a website
- Glue together APIs using the JSON filter and JSON notifications
- Create RSS feeds based on changes in web content
- Monitor HTML source code for unexpected changes, strengthen your PCI compliance
- You have a very sensitive list of URLs to watch and you do _not_ want to use the paid alternatives. (Remember, _you_ are the product)

_Need an actual Chrome runner with Javascript support? We support fetching via WebDriver and Playwright!</a>_

#### Key Features

- Lots of trigger filters, such as "Trigger on text", "Remove text by selector", "Ignore text", "Extract text", also using regular-expressions!
- Target elements with xPath and CSS Selectors, Easily monitor complex JSON with JSONPath or jq
- Switch between fast non-JS and Chrome JS based "fetchers"
- Easily specify how often a site should be checked
- Execute JS before extracting text (Good for logging in, see examples in the UI!)
- Override Request Headers, Specify `POST` or `GET` and other methods
- Use the "Visual Selector" to help target specific elements


```bash
$ pip3 install changedetection.io
```

Specify a target for the *datastore path* with `-d` (required) and a *listening port* with `-p` (defaults to `5000`)

```bash
$ changedetection.io -d /path/to/empty/data/dir -p 5000
```


Then visit http://127.0.0.1:5000 , You should now be able to access the UI.

See https://github.com/dgtlmoon/changedetection.io for more information.



