6mile0 / CCNotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCNotify

This API retrieves the latest information from the university's website calendar and returns it in JSON format.

Usage

1. Clone this repository

$ git clone git@github.com:6mile0/CCNotify.git

2. Install Docker

If you are using a new host, you can install Docker using docker-installer.

3. Add .env file

Please enter your system ID email address and password respectively.

$ cd CCNotify
$ cp .env.example .env
$ vi .env

Sapmle:

$ cat .env
EMAIL="xxxxxxx@edu.teu.ac.jp"
PASS="xxxxxxxx"
DATADIR="/data"

You can select a location to store the acquired data in DATA_DIR. (Optional)

4. Run Docker

$ cd CCNotify
$ docker-compose up -d

About


Languages

Language:Python 96.4%Language:Dockerfile 3.6%