Coder Social home page Coder Social logo

kimerikal-games / kaist-ics Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14 KB

Download the academic calendar of KAIST and convert it to iCalendar format. The iCalendar file can be imported to Google Calendar, Outlook, etc. Mirror of https://codeberg.org/kimerikal/KAIST-ics.git

License: The Unlicense

Python 100.00%
icalendar kaist

kaist-ics's Introduction

KAIST Academic iCalendar

The purpose of this repository is two-fold:

  1. To provide an iCalendar file for KAIST academic calendar.
  2. To demonstrate how to use Python to scrape a website and convert the data to iCalendar format.

Add calendar to your application

The iCalendar files, suitable for import into most calendar applications, are available in the generated directory of this repository.

Most calendar applications support loading .ics files via URL.

  1. Enter generated directory.
  2. Choose the year you want to import.
  3. Right-click the "Raw" button and select "Copy link".
  4. Paste the copied link into your calendar application.

Alternatively, you can download the .ics file. After choosing the .ics file,

  • Click on the "Download" button. Or,
  • Right-click the "Raw" button and select "Save link as".

Generate the iCalendar file

The script included in this repository is designed to download the academic calendar from official KAIST website and convert it into the iCalendar format.

  1. Install the required python packages.
    $ pip install -r requirements.txt
    
  2. Run the script. The .ics file will be generated in the current directory.
    $ python script.py -y 2023
    

License

The Unlicense. See LICENSE.txt for full text.

References

kaist-ics's People

Contributors

kimerikal-games avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.