Skip to content

andyjjrt/NCCUCourse

Repository files navigation

NCCUCourse

A set of NCCU Course tools, base on python3

Environment

  • Python 3.9^

Installation

pip3 install -r requirement.txt

Setup

As 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!!

Execution

python main.py

If 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.py

License

Software License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.

Data License

The data generated by this software is subject to separate terms and conditions. See the DATA_LICENSE file for more details.

Releases

No releases published

Packages

No packages published

Languages