This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
space_status/raspberry_pi/config.json

23 lines
716 B
JSON
Raw Normal View History

{
"name": "Krautspace space status",
2018-02-13 21:19:34 +01:00
"path": "",
2020-01-08 22:45:43 +01:00
"status": {
"url": "https://raw.githubusercontent.com/HackspaceJena/space_status/master/raspberry_pi/status.json",
"checking_period": 86400.0,
"last_time_checked": 0.0
},"status_api": {
"url": "https://status.kraut.space/api",
"standard": "space.api",
"checking_period": 300
},
"twitter_api": {
"consumer_key": "fill in your data!",
"consumer_secret": "fill in your data!",
"token": "fill in your data!",
"token_secret": "fill in your data!"
},
"mastodon_api": {
2019-12-20 00:44:07 +01:00
"access_token": "fill in your data!",
"api_base_url": "fill in your data!"
}
}