-
3.4.0 - per feed settings Stable
released this
2025-11-28 00:05:55 +00:00 | 173 commits to main since this releaseFixed
- Fixed issue #59
Added
-
Added optional
icecream_enablesetting to bot settings. This is a development debug switch. It is optional and if not present
defaults toFalse.
If this is set toTrueFeed2Fedi will print out a lot of debugging information. -
Added optional
schedule_duration_delayto feed settings. This specifies if statuses should be scheduled for future posting.
It needs to be set to an ISO 8601 time duration which is added to the current date and time when submitting the status to your
fediverse server.
If this field is missing (or set to"") the value ofbot_schedule_duration_delaycomes into effect. -
Added optional
post_templateto feed settings. This string defines template for posts. If this field is missing or set to
""the value ofbot_post_templatecomes into effect.
Available variables are:
{title},{content_html},{content_markdown},{content_plaintext},{link},{author},{published},{updated}.
\nalso available for a new line.{content_html}and{content_markdown}can work incorrectly with your instance -
Added optional
max_agefield to feed info. If this is set it will only post feed items that are less than themax_age.
This field needs to be supplied as an ISO 8601 duration; specifically a TimeDelta. -
Added optional
max_postsfield to feed info. If this is set it will stop processing any further feed items oncemax_posts
feed items have been posted as statuses.
Changed
- Updated dependecies versions.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads