/auto-youth-study-gd

Automatically and regularly execute versions of youth study scripts on github actions

Primary LanguagePythonApache License 2.0Apache-2.0

auto-youth-study-gd

Automatically and regularly execute versions of youth study scripts on github actions

usage

git clone https://github.com/JimouChen/auto-youth-study-gd.git
  • thencd auto-youth-study-gd

  • install requirements

pip install -r requirements.txt

or

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
  • run
python auto_youth_study.py your-mid-value

github actions res

  • set schedule time/每天下午13点运行一次
  schedule:
    - cron: '0 5 * * *'
  • run successfully