Metadata-Version: 2.1
Name: whismur
Version: 0.0.2
Summary: Whismur
Author: datnh21
Author-email: v.datnh21@vinai.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Monitor process and send to telegram

## Installation

### From source

```sh
conda create -p ./env python=3.8 -y
pip install -r requirements.txt
pip install -e .
```

### From pypi

```sh
pip install whismur
```

## Usage

```sh
whismur monitor-pid pids.txt \ 
    --config-path config/tetebot.yaml \ 
    --interval 1 # check every 1 second
```
