Skip to content

leprovokateur/stratum0-calendar

 
 

Repository files navigation

stratum0-calendar

stratum0-calendar generates multiple calendar/events representations for stratum0.org

Installation

  1. $ pip install -r requirements.txt
  2. setup config.py (see config.py.example for an example)
  3. run $ ./bot.py

Supported Date-Formats

  • Event
    • over the whole day DD.MM.YYYY
    • at a given time of a day DD.MM.YYYY hh.mm
    • at a given time of a day with specific end DD.MM.YYYY hh.mm-hh.mm
  • Multiple day event
    • DD.MM.YYYY - DD.MM.YYYY
    • with start and end time DD.MM.YYYY hh.mm - DD.MM.YYYY hh.mm
  • Repeating event
    • every week wd, hh.mm plus DD.MM.YYYY - DD.MM.YYYY
    • every week with end time wd, hh.mm - hh.mm plus DD.MM.YYYY - DD.MM.YYYY
    • instead of wd it is possible to use wd/n to generate an event every n-th week

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • HTML 23.3%
  • JavaScript 2.3%
  • Other 1.1%