v1.4.4
版本发布时间: 2023-07-15 15:36:56
junhoyeo/threads-api最新发布版本:the-end(2023-09-08 19:02:01)
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 https://github.com/junhoyeo/threads-py/pull/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 https://github.com/junhoyeo/threads-api/pull/158
- Updated README.md to fix issue with details block by @AayushGithub in https://github.com/junhoyeo/threads-api/pull/163
- [api] Statically get Post ID with base64 encoding by @junhoyeo in https://github.com/junhoyeo/threads-api/pull/166
- [api] Fix
deviceID
check in constructor by @junhoyeo in https://github.com/junhoyeo/threads-api/pull/168
Full Changelog: https://github.com/junhoyeo/threads-api/compare/v1.4.2...v1.4.3