diff --git a/config.example.yml b/config.example.yml new file mode 100644 index 0000000..1d4120a --- /dev/null +++ b/config.example.yml @@ -0,0 +1,27 @@ +cammie: + blocked_names: + - "Name 1" + - "Name 2" + blocked_ips: + - "10.0.0.10" + max_message_length: 200 +spotify: + client_id: "abcd" + client_secret: "dcba" +tap: + url: "https://tap.zeus.gent/recent" + beer: + - "Schelfaut" + - "Duvel" + - "Fourchette" + - "Jupiler" + - "Karmeliet" + - "Kriek" + - "Chouffe" + - "Maes" + - "Somersby" + - "Sportzot" + - "Stella" +zess: + url: "https://zess.zeus.gent/recent_scans" + day_amount: 40 diff --git a/config.template.yaml b/config.template.yaml index baf97ac..b6533df 100644 --- a/config.template.yaml +++ b/config.template.yaml @@ -1,7 +1,13 @@ cammie: - blocked_names: [] - blocked_ips: [] - max_message_length: + blocked_names: [] # List of names that don't get shown + blocked_ips: [] # List of IP's that don't get shown + max_message_length: # Max message list spotify: - client_id: - client_secret: + client_id: # Client ID of the Zeus spotify account + client_secret: # Client secret of the Zeus spotify account +tap: + url: # URL of tap + beer: [] # List of beers in tap, can be found in tap +zess: + url: # URL of zess + day_amount: # Amount of days to keep track, should be the same as is displayed which depends on the screen size