threads-api
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68553
12
396
6
+ Addeddotenv@^16.3.1
+ Addeddotenv@16.4.5(transitive)