Skip to content

v4.2.1

Compare
Choose a tag to compare
@nanos nanos released this 28 Apr 19:53
· 202 commits to main since this release
5f6ef26

Change log

  • FediFetcher can now fetch context (replies) to favourites (#42)

New configuration options

The following new configuration option is available with this release:

Environment Variable Name Command line flag Notes
MAX_FAVOURITES --max-favourites Provide to fetch remote replies to any posts you have favourited. Determines how many of your favourites you want to get replies to. Recommended value: 40. Requires an access token with read:favourites scope.

Update instructions

If you are running from Git Hub Actions

  • Update your fork, and provide MAX_FAVOURITES if desired.

If you are running locally

  • Get the latest copy of find_posts.py, and supply --max-favourites, if desired.