This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
v1.3.0 (✨ Interactions)
Threads API - Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads.
✨ Interactions(Like/Unlike & Follow/Unfollow) now shipped!
- 💎 Like/Unlike a post:
threadsAPI.like(postID)
,threadsAPI.unlike(postID)
- 💎 Follow/Unfollow a user:
threadsAPI.follow(userID)
,threadsAPI.unfollow(userID)
- 💡 Fetch User ID of current authenticated user:
getCurrentUserID
What's Changed
Full Changelog: v1.2.0...v1.3.0