Skip to content

Instantly share code, notes, and snippets.

@nmatton
Last active October 18, 2022 12:44
Show Gist options
  • Save nmatton/2caa59156a57ce3645b2fa0344e70307 to your computer and use it in GitHub Desktop.
Save nmatton/2caa59156a57ce3645b2fa0344e70307 to your computer and use it in GitHub Desktop.
{
"api": {
"credentials": {
"email": "Email of your TooGoodToGo account."
},
"session": {},
"deviceType": "IOS",
"headers": {
},
"pollingIntervalInMs": 30000,
"authenticationIntervalInMS": 3600000
},
"notifications": {
"console": {
"enabled": false,
"clear": true
},
"desktop": {
"enabled": false
},
"telegram": {
"enabled": true,
"botToken": "ADD BOT TOKEN HERE !!",
"chats": []
},
"ifttt": {
"enabled": false,
"webhookKey": "see README",
"webhookEvents": ["see README"]
},
"gotify": {
"enabled": false,
"url": "http://push.example.com",
"apptoken": "token",
"priority": 5
}
},
"messageFilter": {
"showUnchanged": false,
"showDecrease": false,
"showDecreaseToZero": false,
"showIncrease": false,
"showIncreaseFromZero": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment