Go to file
Jan Koppe 84a9dfe3bb
tralafifi
2021-12-21 22:37:19 +01:00
.gitlab-ci.yml Add GitLab pages 2020-12-22 18:55:56 +01:00
License.md Add license and more documentation 2020-12-23 11:50:30 +01:00
Readme.md Markdown ... 2020-12-23 11:51:34 +01:00
dl_tweets.sh tralafifi 2021-12-21 22:37:19 +01:00
fahrplan.py tralafifi 2021-12-21 22:37:19 +01:00
index.css some visual css updates 2020-12-24 00:47:30 +00:00
index.html remove background loop, as the background will be provided 2020-12-23 11:16:00 +00:00
index.js Update our Channel GUID 2020-12-26 12:49:46 +00:00
requirements.txt use python3.7 builtin function to properly parse iso8601 2020-12-23 11:36:16 +00:00

Readme.md

URL parameters

You can set the room for the section 'Next up here' by specifying either the (frab-XML) room name or room-guid. E.g. https://hacc.4future.dev/html-infobeamer/?room=60dd7f55-9f88-4de6-ad98-b9c4e2810300 or https://hacc.4future.dev/html-infobeamer/?room=hacc%20M%C3%BCnchen%20/%20about:future%20-%20M%C3%BCnchen

API

This repo pulls the external data from api.oct.re (Server hosted by octycs)
You can host everything yourself in case you have a Twitter API key.

api.oct.re/tweets-rc3.json -> dl_tweets.sh
api.oct.re/fahrplan.json -> fahrplan.py

License

All parts of this software except the fahrplan.py downloader are licensed under the Unlicense (see License.md)