A Mastodon bot to drip-toot a Piwigo gallery one image at a time.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 123456789101112 |
- APP_NAME = "Bloomscroller"
- APP_WEBSITE = "https://nimrodkerrett.opalstacked.com/nimrodkerrett/bloomscroller"
- 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"
-
- 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"
|