Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

v1.4.4 (✨ User Followers/Followings, πŸ› οΈ Rewrite Post ID resolvers)

Compare
Choose a tag to compare
@junhoyeo junhoyeo released this 15 Jul 07:36
· 166 commits to main since this release

Threads API - Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads.

Summary

  • πŸ’‘ Thanks to @wack-overflow, we can now ✨ query user followers and followings!
  • πŸ› οΈ Post ID resolvers had been rewritten, thanks to @drunkleen's implementation in junhoyeo/threads-py#27.
    • Now we don't send requests to the Threads Web App each time we need to resolve the Post ID β€” which also means the method is now static/synchronous.
  • πŸ› οΈ Fixed small bugs, Bump documentation, .etc.

What's Changed

  • [api] user follow(ing/ers) w pagination + query by @wack-overflow in #158
  • Updated README.md to fix issue with details block by @AayushGithub in #163
  • [api] Statically get Post ID with base64 encoding by @junhoyeo in #166
  • [api] Fix deviceID check in constructor by @junhoyeo in #168

Full Changelog: v1.4.2...v1.4.3