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
bernd2k 9e86a3cfde adds mastodon requirement and config
initial mastodon commit
2019-12-19 22:59:35 +01:00

19 lines
No EOL
522 B
JSON

{
"name": "Krautspace space status",
"path": "",
"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": {
"caccess_token": "fill in your data!",
"api_base_url": "fill in your data!"
}
}