2023-06-14 15:10:18 +00:00
|
|
|
# Copy & Rename this file to config.py and fill in data
|
2023-09-05 15:07:38 +00:00
|
|
|
ntfy_url="" # Obtained from ntfy.sh app (choose a random string of numbers/letters for better security)
|
|
|
|
deepl_api_key="" # Obtained from https://www.deepl.com/en/docs-api
|
2023-09-11 23:39:36 +00:00
|
|
|
google_api_key="" #Obtained from https://cloud.google.com/translate/pricing
|
|
|
|
default_morning_time = "08:00" #8am
|
|
|
|
default_afternoon_time = "13:00" #1pm
|
|
|
|
default_evening_time = "18:00" #6pm
|