stratum0-calendar generates multiple calendar/events representations for stratum0.org
- ical(ics)-file
- html-calendar using bootstrap-calendar
- wiki-pages in multiple languages
- Be sure to use Python 3. If in doubt, set up a virtualenv with
$ virtualenv -p python3 venv; . venv/bin/activate
$ pip install -r requirements.txt
- setup
config.py
(seeconfig.py.example
for an example) - run
$ ./bot.py
To run the tests, do a pip install -r requirements-tests.txt
, followed by a python -m nose
.
- 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
- over the whole day
- 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
plusDD.MM.YYYY - DD.MM.YYYY
- every week with end time
wd, hh.mm - hh.mm
plusDD.MM.YYYY - DD.MM.YYYY
- instead of
wd
it is possible to usewd/n
to generate an event every n-th week
- every week