Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

threads-api

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

threads-api - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

4

package.json
{
"name": "threads-api",
"version": "1.4.4",
"version": "1.4.5",
"description": "Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).",

@@ -38,3 +38,2 @@ "author": "Junho Yeo <i@junho.io>",

"commander": "^11.0.0",
"dotenv": "^16.3.1",
"jest": "^29.6.1",

@@ -50,2 +49,3 @@ "rimraf": "^5.0.1",

"axios": "^1.4.0",
"dotenv": "^16.3.1",
"mrmime": "^1.0.1",

@@ -52,0 +52,0 @@ "uuid": "^9.0.0"

@@ -13,7 +13,7 @@ # [<img src="https://github.com/junhoyeo/threads-api/raw/main/.github/logo.jpg" width="36" height="36" />](https://github.com/junhoyeo) Threads API

### 🚀 Usage (Read)
<details>
<summary><h3>🚀 Usage (Read)</h3></summary>
<summary><h4>Read: Public</h4></summary>
#### Public
```ts

@@ -62,3 +62,3 @@ import { ThreadsAPI } from 'threads-api';

#### Auth Required
#### Read: Private(Auth Required)

@@ -283,3 +283,3 @@ ##### 💡 Get Timeline

- [x] ✅ With Pagination (If auth provided)
- [x] ✅ Fetch PostID(`3140957200974444958`) via PostID(`CuW6-7KyXme`) or PostURL(`https://www.threads.net/t/CuW6-7KyXme`)
- [x] ✅ Fetch PostID(`3140957200974444958`) via ThreadID(`CuW6-7KyXme`) or PostURL(`https://www.threads.net/t/CuW6-7KyXme`)
- [x] ✅ Read Threads via PostID

@@ -295,2 +295,3 @@ - [x] ✅ Read Likers in Thread via PostID

- [x] ✅ Reply to existing Thread
- [x] ✅ Quote Thread
- [x] ✅ Delete Thread

@@ -302,7 +303,8 @@ - [x] ✅ Friendships

- [x] ✅ Like Thread
- [x] ✅ Unike Thread
- [x] 🏴‍☠️ Restructure project as an monorepo
- [x] ✅ Unlike Thread
- [x] 🏴‍☠️ Restructure the project as a monorepo
- [x] 🏴‍☠ Add Demo App with Next.js
- [x] Use components in 🏴‍☠️ [junhoyeo/react-threads](https://github.com/junhoyeo/react-threads)
- [ ] Make it better
- [ ] Package with [:electron: Electron](https://github.com/electron/electron)
- [x] 🏴‍☠️ Cool CLI App to run Threads in the Terminal

@@ -309,0 +311,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc