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)
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 topublish
method to quote Threads - ✨ Now you can create/remove reposts with
repost
andunrepost
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 topublish
method by @junhoyeo in #159 - [docs] Update README.md by @junhoyeo in #160
Full Changelog: v1.4.1...v1.4.2