File tree 1 file changed +16
-5
lines changed
1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Auto daily reporter for SSPU HSM
4
4
5
+ Support WeChat push, multi-user, scheduled auto report
6
+
5
7
## Quick Start
6
8
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 `
9
15
- Edit ` config.py `
10
- - Edit ` driver_path `
11
- - Edit ` username ` and ` password `
16
+ - Edit ` driver_path ` (optional)
12
17
- 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 `
You can’t perform that action at this time.
0 commit comments