An auto-course-selection program written in Golang.
git clone https://github.com/Chasing1020/SHU-CourseSelection.git
cd SHU-CourseSelection
go mod tidy
# *** Then modify the configuration file: `config.yaml` ***
go run .
And if you want to use a cronjob, you should use crontab -e
command and add
# take Fri Jan 7 20:30:00 CST 2022 as an example
30 20 7 1 * go run /[PATH_TO_DIR]/main.go 2>&1 >> ~/selection.log
Have found any bugs or suggestions? Please visit the issue tracker.
I'm glad if you have any feedback or give pull requests to this project.
This project is only available for free academic discussions.
Licensed under the Apache License, Version 2.0 (the "License");