Browse Source

Link to the bot's Mastodon account

master
The Dod 15 hours ago
parent
commit
7225d4b9a0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

1
 Bloomscroller is a [Mastodon](https://joinmastodon.org) bot that is run as a cron job in order to drip-toot a [Piwigo](https://piwigo.org) gallery one image at a time.
1
 Bloomscroller is a [Mastodon](https://joinmastodon.org) bot that is run as a cron job in order to drip-toot a [Piwigo](https://piwigo.org) gallery one image at a time.
2
 
2
 
3
-Specifically, I wrote it in order to publish photos from a [gallery](https://photos.nandn.org.il/piwigo/index.php?/category/21) of flowers that grow in [our](https://nandn.org.il/) garden (hence the name).
3
+Specifically, it was written for the [@bloomscrolling@tooot.im](https://tooot.im/@bloomscrolling) bot that publishes photos from a [gallery](https://photos.nandn.org.il/piwigo/index.php?/category/21) of flowers that grow in [our](https://nandn.org.il/) garden (hence the name).
4
 
4
 
5
 At [config.py](config.py) there are `TOOT_TEMPLATE` and `ALT_TEXT_TEMPLATE` that can contain fields from an album image's [json info](example.json). In my specific test case I don't use `{title}` and `{comment}`, but they're there if they're useful for you.
5
 At [config.py](config.py) there are `TOOT_TEMPLATE` and `ALT_TEXT_TEMPLATE` that can contain fields from an album image's [json info](example.json). In my specific test case I don't use `{title}` and `{comment}`, but they're there if they're useful for you.
6
 
6
 

Loading…
Cancel
Save