A Mastodon bot to drip-toot a Piwigo gallery one image at a time.
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
| 123456789101112131415 |
- APP_NAME = "Bloomscroller"
- APP_WEBSITE = "https://nimrodkerrett.opalstacked.com/nimrodkerrett/bloomscroller#repo-readme"
- APP_DESCRIPTION = "Tooting a Piwigo album as a cron job"
- APP_INSTANCE_URL = "https://tooot.im"
-
- ALBUM_API = "https://photos.nandn.org.il/piwigo/ws.php?format=json&method=pwg.categories.getImages&cat_id=21&per_page=529"
-
- # Both templates can use image fields like {name} and {comment} (see example.json)
- # I don't need it in my use case, but go ahead
- TOOT_TEMPLATE = "#Bloomscrolling"
- ALT_TEXT_TEMPLATE = "Flowers from n&n's garden arranged in a vase.\nPhotographed at {date_creation}."
-
- TOOT_LANGUAGE = "en"
- TOOT_VISIBILITY = "public"
- MEDIA_SIZE = "4xlarge"
|