Automatically and regularly execute versions of youth study scripts on github actions
git clone https://github.com/JimouChen/auto-youth-study-gd.git
-
then
cd 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
- set schedule time/每天下午13点运行一次
schedule:
- cron: '0 5 * * *'