|
|
@@ -5,8 +5,11 @@ APP_INSTANCE_URL = "https://tooot.im"
|
|
5
|
5
|
|
|
6
|
6
|
ALBUM_API = "https://photos.nandn.org.il/piwigo/ws.php?format=json&method=pwg.categories.getImages&cat_id=21&per_page=529"
|
|
7
|
7
|
|
|
|
8
|
+# Both templates can use image fields like {name} and {comment} (see example.json)
|
|
|
9
|
+# I don't need it in my use case, but go ahead
|
|
8
|
10
|
TOOT_TEMPLATE = "#Bloomscrolling"
|
|
9
|
11
|
ALT_TEXT_TEMPLATE = "Flowers from n&n's garden arranged in a vase.\nPhotographed at {date_creation}."
|
|
|
12
|
+
|
|
10
|
13
|
TOOT_LANGUAGE = "en"
|
|
11
|
14
|
TOOT_VISIBILITY = "public"
|
|
12
|
15
|
MEDIA_SIZE = "4xlarge"
|