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

v1.4.2 (✨ Timeline/Feed, Quote, and Repost)

Compare
Choose a tag to compare
@junhoyeo junhoyeo released this 14 Jul 05:59
· 184 commits to main since this release

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

Now we have...

  • Queries for Timeline(Global)/Feed(User Threads/Replies)
  • Added quotedPostID option to publish method to quote Threads
  • Now you can create/remove reposts with repost and unrepost

What's Changed

  • Add thread-year-prog-bot to projects and format .imgbotconfig by @SethuSenthil in #141
  • User Feed Queries for Logged in Users - Pagination! by @wack-overflow in #150
  • 🔏 Add support for .env config out of the box by @SethuSenthil in #151
  • [api] Implement method to fetch timeline feed by @junhoyeo in #152
  • [api] Add tests, refactor interface, and fix bugs in error handling by @junhoyeo in #153
  • [api] Fix internal naming to match other convention (Id -> ID) by @junhoyeo in #154
  • [api] Implement repost/unrepost by @junhoyeo in #156
  • [api] Add quotedPostID option to publish method by @junhoyeo in #159
  • [docs] Update README.md by @junhoyeo in #160

Full Changelog: v1.4.1...v1.4.2