18 lines
522 B
Markdown
18 lines
522 B
Markdown
|
# check_numberdealers
|
||
|
|
||
|
Verify that no errors have been made in the counting in ~numberdealers and ~numberdealers-ng
|
||
|
|
||
|
When errors are detected, a nice Markdown list detailing them is produced.
|
||
|
|
||
|
## Dependencies
|
||
|
- Python
|
||
|
- [mmcli](https://git.zeus.gent/midgard/mmcli)
|
||
|
|
||
|
## Usage
|
||
|
```
|
||
|
$ mmcli cat zeus/numberdealers | ./check_numberdealers.py # Fetching this whole channel is gonna take half a minute
|
||
|
$ mmcli cat zeus/numberdealers-ng | ./check_numberdealers.py
|
||
|
```
|
||
|
|
||
|
See mmcli documentation for how to provide your credentials.
|