@tiktool/live 1.6.3 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -144,11 +144,17 @@ live.on('event', (event) => {
144
144
 
145
145
  All API requests require an API key. Get yours at [tik.tools](https://tik.tools).
146
146
 
147
- | Tier | Rate Limit | WS Connections | Endpoints | Price |
148
- |------|-----------|---------------|-----------|-------|
149
- | **Free** | 5/min | 1 | `sign_url`, `check_alive`, `room_id`, `rankings`, `rate_limits` | Free |
150
- | **Pro** | 120/min | 50 | + `fetch`, `room_info`, `room_video`, `bulk_live_check`, WS relay, moderation | From $4.99/wk |
151
- | **Ultra** | 60/min | 500 | All endpoints + priority support | From $9.99/wk |
147
+ | Tier | Rate Limit | WS Connections | Daily Requests | Price |
148
+ |------|-----------|---------------|---------------|-------|
149
+ | **Free** | 5/min | 3 | 2,500/day | Free |
150
+ | **Pro** | 120/min | 50 | 50,000/day | From $10/wk |
151
+ | **Ultra** | 300/min | 500 | 250,000/day | From $50/wk |
152
+
153
+ ### Free Endpoints
154
+ `sign_url` · `check_alive` · `rate_limits` · `rankings` · `room_id` · `room_cover` · `hashtag_list` · `gift_info`
155
+
156
+ ### Pro & Ultra Endpoints
157
+ All free endpoints plus: `fetch` · `room_info` · `room_video` · `bulk_live_check` · `ws_credentials` · `sign_websocket` · `resolve_user_ids` · `jwt` · `chat` · `user_earnings` · `feed` · `live_analytics` · `moderation` · WS relay
152
158
 
153
159
  The SDK calls the sign server **once per connection**, then stays connected via WebSocket. A free key is sufficient for most use cases.
154
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiktool/live",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "TikTok LIVE API Client — Real-time chat, gifts, viewers & events from any TikTok livestream. Direct WebSocket connection.",
5
5
  "author": "tiktool",
6
6
  "license": "MIT",