Skip to content

Releases: paulosabayomi/ThreadsPipe-py

Bug fixes

27 Mar 11:25

Choose a tag to compare

  • Removed redundancies and moved mutable class attributes into the init method

v0.4.4 - Minor bug fix

19 Nov 02:18

Choose a tag to compare

Fix

  • Forgot to add dots to the end of each post split when post length is less than the post limit but it will be more than the limit after the provided tag(s) is/are added to it, this bug was originally fixed in v0.4.1 but forgot to add dots to the splitted post, and this has been fixed.

v0.4.3 - Minor Bug fix

19 Nov 01:56

Choose a tag to compare

  • Forgot to uncomment some lines of code I commented out when testing.

v0.4.2 - Perfected the bug fix in v0.4.1

19 Nov 01:48

Choose a tag to compare

Fix

  • Perfected the bug fix in version 0.4.1 because the update caused rest of the part of the post text to be stripped off and replaced with the tag, now fixed and working properly.

v0.4.1 - Bug fix

19 Nov 01:26

Choose a tag to compare

  • Fixed a bug in the __split_post__ method in which post length that is a bit less than 500 will get returned with the added tag making it go above the post limit.

v0.4.0 - New scope scope and bug fix

12 Nov 15:23

Choose a tag to compare

Added

  • Added the update to the Meta's Threads API released on October 28, 2024, the shares metric indicating the number of shares of a Threads post

Fix

  • Fixed a bug in the get_auth_token method in which the scope property was not handled to handle the case where user provided a single scope.

v0.3.0 - New feature

14 Oct 17:38

Choose a tag to compare

Added

  • Added the update to the Meta's Threads API released on October 9, 2024 for the support for post quoting and reposts to ThreadsPipe.

Fix

  • In the __refresh_token__ function in the cli.py file I changed the return statement in the status code check to pprint.pp.

v0.2.1 - Bug fixes

27 Sep 17:08

Choose a tag to compare

  • Fixed a bug caused by method that checks if a file is base64 or not and causes error if the file is a binary

v0.2.0 - Media file limit increment and bug fixes

20 Sep 22:44

Choose a tag to compare

Fix

  • I added the method that I forgot to add that will delete the temporarily uploaded github files when the post debug check before publishing posts fails.

Added

  • Added the recent update (released on September 19, 2024) to the Meta's Threads API for the increase number of media files that can be in a post and updated the limit in the README.

Bug fix and new parameter v0.1.6

17 Sep 23:49

Choose a tag to compare

Fix

  • Fixed a bug in pipe method in which the tags at the end posts that has newline or space characters are ignored

Added

  • Added link_attachment_url to the list of items to be returned for get_post abd get_posts.
  • Added threads_api_version parameter, for changing/setting the Threads API version number, to the class object parameter and to the update_param method.