Skip to content

v7.1.3

Compare
Choose a tag to compare
@nanos nanos released this 28 Jun 07:55
· 86 commits to main since this release

This release adds the ability to fetch details from lists. If you wish to make use of this feature, please ensure you use an access token with read:lists scope.

This is configured using the following settings:

Option Notes
from-lists Set to 1 to fetch missing replies and/or backfill account from your lists. This is disabled by default. Requires an access token with read:lists scope.
max-list-length Determines how many posts we'll fetch replies for in each list. Default value: 100. This will be ignored, unless you also provide from-lists = 1. Set to 0 if you only want to backfill profiles in lists.
max-list-accounts Determines how many accounts we'll backfill for in each list. Default value: 10. This will be ignored, unless you also provide from-lists = 1. Set to 0 if you only want to fetch replies in lists.

Update instructions

If you are running from Git Hub Actions

  1. Update your fork

If you are running locally

  1. Update your code: git pull

What's Changed

  • [New] Support for fetching lists by @nanos in #133
  • [Fix] 7.1.2 Crashes due to an error in copy-pasted code #132

Full Changelog: v7.1.2...v7.1.3