GithubHelp home page GithubHelp logo

arcade2ics's Introduction

ARCADE2ics converts ARCADE emails into iCalendar files that can be imported into Google calendar, your phone, or almost any other piece of calendar software.

By default, ARCADE2ics puts your timetable on-line, and updates automatically, allowing you to 'subscribe' to the timetable, meaning that you will always have the latest version available.

Installation

Either:

  • Local installation:

    • Check out the latest version from git:

      $ git clone git://github.com/tomjnixon/ARCADE2ics.git
      
    • Run setup on the computer which you wish to run this on (this will install it into your crontab).

      • For example, to run this on soba.cs.man.ac.uk:

        $ ssh [email protected] "~/ARCADE2ics/setup"
        
  • Use my installation - I keep the latest version publicly accessible in my home directory. This ensures that you are always using the latest stable version.

    • Run ~nixont9/ARCADE2ics/setup on the computer which you wish to run this on
      • For example, to run this on soba.cs.man.ac.uk:

        $ ssh [email protected] "~nixont9/ARCADE2ics/setup"
        

Usage

  • The default iCalendar location is ~/public_html/timetable.ics
  • This can be accessed at http://www2.cs.man.ac.uk/~user_name/timetable.ics
  • If using Google calendar, this address will not work (due to robots.txt). You may use http://tnutils.appspot.com/timetable-user_name.ics instead.
  • By default, this is updated every day at 3:30am.
  • To manually re-generate the timetable, run run.py.
  • To change the names of modules in the calendar, edit ~/.unit_titles. This is in the form of a python dictionary, and should be fairly self-explanatory.

Licence

All ARCADE2ics code is published under the MIT Licence (see MIT-LICENCE.txt), and is copyright (c) 2010 Thomas Nixon.

The iCalendar module is published under the LGPL (see lib/icalendar/LICENCE.txt), from http://codespeak.net/icalendar/, some modifications.

The BeautifulSoup module is published under the BSD licence (see lib/BeautifulSoup.py), from http://www.crummy.com/software/BeautifulSoup/.

arcade2ics's People

Contributors

mossblaser avatar tomjnixon avatar

Watchers

 avatar  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.