daily-submit

华南理工大学每日自动报平安,自动健康填报

Stars
5
Committers
2

  1. clone git clone https://github.com/songquanpeng/daily-report,
    Github git clone https://gitee.com/songquanpeng/daily-report
  2. Q&A
    pip install playwright --user
    pip install requests
    python -m playwright install-deps
    python -m playwright install webkit
    
  3. chmod u+x ./main.py
  4. daily-report cd /path/to/daily-report/; ./main.py
    1. ID
    2. URL Q&A
  5. crontab
    1. Python which python``/home/user/anaconda3/bin/python
    2. crontab -e
    3. 0 8 * * * cd /path/to/daily-report && /home/user/anaconda3/bin/python ./main.py
      Python
  6. Okay 8

Q&A

URL

URL GET

  1. message-pusher
    https://YOUR_DOMAIN.COM/PREFIX
  2. Server https://sctapi.ftqq.com/<SENDKEY>.send

daily-report

daily-report

cannot install dependencies for this linux distribution

playwright

Python Python crontab Python

which python Python crontab Python

Related Projects