You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
TooGoodToGoNotifier is a .NET 6 console application that send email notifications when any of your favourite baskets are available in the TooGoodToGo mobile app. The idea was to overcome the lack of notification functionality when a basket is available. This application is designed to be used on a device that is constantly running in order to avoid the tedious authentication procedure that requires human interaction.
4
4
5
+
## Prerequisites
6
+
7
+
- a TooGoodToGo account
8
+
- an email account that will be used to send notifications
9
+
- .NET 6 runtime unless a self-contained release is used
10
+
5
11
## Configuration
6
12
7
13
Open the [appsettings.json](src/appsettings.json) configuration file:
0 commit comments