A set of NCCU Course tools, base on python3
- Python 3.9^
pip3 install -r requirement.txtAs a NCCU student, you have your iNCCU account. Please create a .env file and give following informations.
STUDENTID=*********
STUDENTPWD=*****
YEAR=111
SEM=2
GOOGLE_APPLICATION_CREDENTIALS=.google.auth
OPENSSL_CONF=openssl.conf
If your google credential is store else where, please modify .env file.
Be aware of your credential when using git!!
python main.pyIf you encounter in ssl error, please use openssl.conf as your connection configuration file.
Yout entry point will be
OPENSSL_CONF=openssl.conf python main.pyThis project is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
The data generated by this software is subject to separate terms and conditions. See the DATA_LICENSE file for more details.