Skip to content

Version 4.5.3

Latest
Compare
Choose a tag to compare
@strohne strohne released this 17 Aug 08:54
· 31 commits to master since this release

Please be aware of changing access restrictions implemented by the platforms. If something does not work as expected, first read the reference of the specific API. You will find links to the references in the presets.

The latest Mac build is not yet ready, you'll find the previous version below.

Latest changes:

  • Application rate limit handling in the Facebook module. The speed is throttled to one request per minute as soon as 95% of the rate limit is reached and unthrottled to full speed when the requests calmed down.
  • Signed installer for Mac. This simplifies the installation, though it is not yet perfect (notarization is still an issue).
  • Add first, last, min, and max modifiers to pull out IDs from the fetched data. Usage for example in the pagination setup for Mastodon: *.id|last.
  • Bug fix in the transfer nodes function. The function can be used in crawling scenarios to create new seed nodes from already fetched nested data.
  • Bug fix in the re modifier. The re modifier can be used to extract data with regular expressions. For example, in the column setup you can use snippet.description|re:#[^\W]+ to extract hashtags from the snippet.decription field.

Sorry, the binaries are huge due to lots of functionality from PySide behind the scenes. Feel free to contact me if you have ideas for improving the packages.