Flickr display images only by user ID

Now you can upload your own bird images to your Flickr account and see them in BirdNET-Pi!
This commit is contained in:
ehpersonal38
2022-06-08 08:44:55 -04:00
parent 28571c09da
commit 1480321dbd
6 changed files with 49 additions and 4 deletions
+4
View File
@@ -77,8 +77,12 @@ APPRISE_NOTIFY_EACH_DETECTION=0
APPRISE_NOTIFY_NEW_SPECIES=0
#---------------------- Flickr Images API Configuration -----------------------#
## If FLICKR_API_KEY is set, the web interface will try and display bird images
## for each detection. If FLICKR_FILTER_EMAIL is set, the images will only be
## displayed from a particular Flickr user (e.g. yourself).
FLICKR_API_KEY=
FLICKR_FILTER_EMAIL=
################################################################################
#-------------------------------- Defaults ----------------------------------#