/NCCUCourse

A set of NCCU Course scripts

Primary LanguagePythonApache License 2.0Apache-2.0

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.

USERNAME=*********
PASSWORD=*****

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