Metadata-Version: 2.1
Name: openxlab
Version: 0.0.1
Summary: openxlab
Home-page: https://github.com/open-mmlab/
Author: vansin
Author-email: vansin@aliyun.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# mmstat

The monitor support stat the data from github lark and webot and save data to mongodb

## installation

```bash
git clone https://github.com/vansin/monitor.git
cd monitor
pip install -v -e .
```

## config

setting your env

```bash
export MONGO_URL=mongodb://localhost:27017
export feishu_webhook_url=https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxx
```


