Metadata-Version: 2.4
Name: cwatch
Version: 0.3.0
Summary: Monitors and generates a report for changes in reports from Cyberbro
Project-URL: Homepage, https://github.com/reuteras/cwatch
Project-URL: Issues, https://github.com/reuteras/cwatch/issues
Author-email: Peter Reuterås <peter@reuteras.net>
License: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: jsondiff>=2.2.1
Description-Content-Type: text/markdown

# cwatch

A simple tool to regurarly run queries against [cyberbro](https://github.com/stanfrbd/cyberbro) and generate a report.

## Configuration

Create a directory where you like to store your configuration and database. Create a configuration file named _cwatch.toml_ in that directory, an example is available in the file _example-config.toml _.

Change _domains_ to the domains (or hosts) you like to monitor.

## Install

Run the following in the directory where you have placed _cwatch.toml_.

```
uv venv
uv pip install cwatch
```

## Usage

Run *cwatch*:

```
uv run cwatch
```

Designed to be run from *cron*.
