Skip to content

Commit d7382c8

Browse files
committed
Updated README.md
1 parent 85f9dde commit d7382c8

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
Auto daily reporter for SSPU HSM
44

5+
Support WeChat push, multi-user, scheduled auto report
6+
57
## Quick Start
68

7-
- Install selenium
8-
- Download Chrome WebDriver
9+
- Install `Python 3.*`
10+
- Install `numpy`
11+
- Install `selenium`
12+
- Install `schedule`
13+
- Install `Chrome`
14+
- Download `Chrome WebDriver` and add it to `Path`
915
- Edit `config.py`
10-
- Edit `driver_path`
11-
- Edit `username` and `password`
16+
- Edit `driver_path` (optional)
1217
- Edit `min_temperature` and `min_temperature` (optional)
13-
- Run `daily_reporter.py`
18+
- Edit `timeout` (optional)
19+
- Edit `app_token` (get from [WxPusher](https://wxpusher.zjiecode.com/)) (optional)
20+
- Edit `users`
21+
- Edit `username` and `password`
22+
- Edit `uid` (get from [WxPusher](https://wxpusher.zjiecode.com/)) (optional)
23+
- Change scheduled time in `scheduler.py` (optional)
24+
- Run `daily_reporter.py` or `scheduler.py`

0 commit comments

Comments
 (0)