Skip to content

reekystive/daily-reporter

Repository files navigation

daily-reporter

Auto daily reporter for SSPU HSM

Support WeChat push, multi-user, scheduled auto report

Support Google Chrome, Firefox, Microsoft Edge

English | 中文

Click Chinese above for more detailed instructions

Quick Start

This is the ready-to-use version for Windows: reporter-win32.7z

Guide

  • Install Python 3.*
    • Install selenium
    • Install schedule
    • Install requests
  • Install Chrome
    • Download Chrome WebDriver and add it to Path
  • Edit config.py
    • Edit driver_path (optional)
    • Edit min_temperature and max_temperature (optional)
    • Edit timeout (optional)
    • Edit app_token (get from WxPusher) (optional)
    • Edit users
      • Edit username and password
      • Edit uid (get from WxPusher) (optional)
  • Change scheduled time in scheduler.py (optional)
  • Run daily_reporter.py or scheduler.py