RiwEZ / cmu_reg_ics_scraper

Simple create ICS for google calendar from CMU reg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

use the binary file

.\ics_scraper .\input.in

build from source

go build
.\ics_scraper .\input.in

input.in need to be in this format

21/11/2023 // semester start date
16/01/2024 // midterm start date
29/01/2024 // midterm end date
17/03/2024 // semester end date
<div data-v-3b ... // the content of copied html element

Please copy this and paste onto the line 5. image

About

Simple create ICS for google calendar from CMU reg.


Languages

Language:Go 100.0%