birdclaw 0.8.2 → 0.8.4
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.
- package/CHANGELOG.md +33 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28165 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-BejAuYsJ.js +1 -0
- package/dist/client/assets/SavedTimelineView-BIS7HKpp.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-CyGPj0eM.js +1 -0
- package/dist/client/assets/blocks-7UDKQp8H.js +1 -0
- package/dist/client/assets/bookmarks-CbBkMvXk.js +1 -0
- package/dist/client/assets/chunk-C0phanGV.js +1 -0
- package/dist/client/assets/circle-check-C_Vq3ElD.js +1 -0
- package/dist/client/assets/client-stream-contracts-ys3XhWG4.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-Cm2bpNvg.js +1 -0
- package/dist/client/assets/discuss-DTjaOugw.js +1 -0
- package/dist/client/assets/dms-CGd6Eogq.js +1 -0
- package/dist/client/assets/inbox-BHlGuOy2.js +1 -0
- package/dist/client/assets/index-CEIG7S6s.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-cLrcAQem.js +1 -0
- package/dist/client/assets/links-CM9QO1LC.js +1 -0
- package/dist/client/assets/mapbox-BxTlqXt9.js +2 -0
- package/dist/client/assets/mapbox-gl-dgf_hX3a.js +3215 -0
- package/dist/client/assets/mentions-CxKCgzIf.js +1 -0
- package/dist/client/assets/network-map-B5a3whqj.js +2 -0
- package/dist/client/assets/profile-analyze-CRtNEwlb.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-C82_HoKX.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-ScaEwdVK.js +1 -0
- package/dist/client/assets/react-dom-DHl6Ug7F.js +1 -0
- package/dist/client/assets/react-nBylq1U5.js +1 -0
- package/dist/client/assets/repeat-2-xCwHM9hD.js +1 -0
- package/dist/client/assets/routes-q7ZaW4En.js +1 -0
- package/dist/client/assets/schemas-I9r6F6ya.js +64 -0
- package/dist/client/assets/search-Dq5kYsxA.js +1 -0
- package/dist/client/assets/sparkles-CQVlvHsZ.js +1 -0
- package/dist/client/assets/styles-B8s3tt3r.css +2 -0
- package/dist/client/assets/today-CeG1O7Py.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-1HsqgvUi.js +1 -0
- package/dist/client/assets/users-CHbKlqUr.js +1 -0
- package/dist/server/assets/AvatarChip-zUDAEmjL.js +105 -0
- package/dist/server/assets/FeedState-ntW0Q2GB.js +214 -0
- package/dist/server/assets/ProfileAnalysisStream-BFvhVdhn.js +198 -0
- package/dist/server/assets/ProfilePreview-C6gAor_j.js +752 -0
- package/dist/server/assets/SavedTimelineView-BG1jnBp1.js +64 -0
- package/dist/server/assets/SmartTimestamp-DfwE1NGf.js +45 -0
- package/dist/server/assets/SyncNowButton-BOn_IBXS.js +76 -0
- package/dist/server/assets/TimelineRouteFrame-CU7ilM7U.js +85 -0
- package/dist/server/assets/TweetRichText-DhCVv1-6.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-C-ZRnG_n.js +148 -0
- package/dist/server/assets/account-selection-CTdFGWRk.js +44 -0
- package/dist/server/assets/blocks-C1mgGTB3.js +299 -0
- package/dist/server/assets/blocks-DSgQghqP.js +17 -0
- package/dist/server/assets/bookmarks-BJN8tykY.js +14 -0
- package/dist/server/assets/client-stream-contracts-C2xbWVjm.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-CJ1dau1j.js +15 -0
- package/dist/server/assets/discuss-QTo08NCN.js +338 -0
- package/dist/server/assets/dms-BuLj4bp8.js +368 -0
- package/dist/server/assets/dms-DAyQrVM2.js +240 -0
- package/dist/server/assets/empty-plugin-adapters-DzrEkdBF.js +5 -0
- package/dist/server/assets/inbox-CkGOaW1q.js +214 -0
- package/dist/server/assets/inbox-DpWd1EzC.js +146 -0
- package/dist/server/assets/likes-DBOAtsJU.js +14 -0
- package/dist/server/assets/links-DAhSjynu.js +240 -0
- package/dist/server/assets/links-DmH5lxHO.js +468 -0
- package/dist/server/assets/mentions-BH2MzKtB.js +26 -0
- package/dist/server/assets/network-map-D3CzRcC4.js +224 -0
- package/dist/server/assets/network-map-D5DoLOwR.js +582 -0
- package/dist/server/assets/profile-analyze-BP65PED0.js +90 -0
- package/dist/server/assets/profile-analyze-C1NoM0tV.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-DjwlN_ac.js +184 -0
- package/dist/server/assets/profiles._handle-DsLNj2Ca.js +12 -0
- package/dist/server/assets/query-client-BdauHBgd.js +923 -0
- package/dist/server/assets/rate-limits-VAr2qzYD.js +262 -0
- package/dist/server/assets/route-search-BUlQ5lGM.js +117 -0
- package/dist/server/assets/router-DqkwSPiM.js +17026 -0
- package/dist/server/assets/routes-A9c9ZhwN.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B5hVM57Z.js +17 -0
- package/dist/server/assets/today-fvGiZ7ud.js +303 -0
- package/dist/server/assets/ui-qbmcMSSX.js +137 -0
- package/{src/components/useDebouncedValue.ts → dist/server/assets/useDebouncedValue-DOnA6Xcy.js} +4 -4
- package/dist/server/assets/useTimelineRouteData-27cxynxa.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +27 -34
- package/playwright.config.ts +0 -35
- package/scripts/browser-perf.mjs +0 -427
- package/scripts/build-docs-site.mjs +0 -967
- package/scripts/docs-site-assets.mjs +0 -311
- package/scripts/run-vitest.mjs +0 -21
- package/scripts/sanitize-node-options.mjs +0 -23
- package/scripts/start-test-server.mjs +0 -42
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -2336
- package/src/components/AccountSwitcher.tsx +0 -186
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/BrandMark.tsx +0 -67
- package/src/components/ConversationThread.tsx +0 -131
- package/src/components/DmWorkspace.tsx +0 -286
- package/src/components/EmbeddedTweetCard.tsx +0 -55
- package/src/components/FeedState.tsx +0 -147
- package/src/components/FloatingPreview.tsx +0 -382
- package/src/components/InboxCard.tsx +0 -152
- package/src/components/LinkPreviewCard.tsx +0 -292
- package/src/components/MarkdownViewer.tsx +0 -777
- package/src/components/ProfileAnalysisStream.tsx +0 -428
- package/src/components/ProfilePreview.tsx +0 -129
- package/src/components/SavedTimelineView.tsx +0 -155
- package/src/components/SmartTimestamp.tsx +0 -72
- package/src/components/SyncNowButton.tsx +0 -140
- package/src/components/ThemeSlider.tsx +0 -80
- package/src/components/TimelineCard.tsx +0 -533
- package/src/components/TimelineRouteFrame.tsx +0 -186
- package/src/components/TweetArticleCard.tsx +0 -66
- package/src/components/TweetMediaGrid.tsx +0 -185
- package/src/components/TweetRichText.tsx +0 -159
- package/src/components/account-selection.ts +0 -64
- package/src/components/useTimelineRouteData.ts +0 -323
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/api-client.ts +0 -419
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import.ts +0 -2764
- package/src/lib/authored-live.ts +0 -1072
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2741
- package/src/lib/bird-actions.ts +0 -294
- package/src/lib/bird-command.ts +0 -130
- package/src/lib/bird.ts +0 -1140
- package/src/lib/blocklist.ts +0 -136
- package/src/lib/blocks-write.ts +0 -167
- package/src/lib/blocks.ts +0 -389
- package/src/lib/bookmark-sync-job.ts +0 -536
- package/src/lib/client-cache.ts +0 -109
- package/src/lib/config.ts +0 -224
- package/src/lib/conversation-surface.ts +0 -205
- package/src/lib/data-sources.ts +0 -219
- package/src/lib/db.ts +0 -1135
- package/src/lib/dms-live.ts +0 -933
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1097
- package/src/lib/geocoding.ts +0 -296
- package/src/lib/http-effect.ts +0 -222
- package/src/lib/identity-search-index.ts +0 -369
- package/src/lib/inbox.ts +0 -241
- package/src/lib/link-index.ts +0 -641
- package/src/lib/link-insights.ts +0 -860
- package/src/lib/link-preview-metadata.ts +0 -754
- package/src/lib/location.ts +0 -137
- package/src/lib/media-fetch.ts +0 -860
- package/src/lib/media-includes.ts +0 -165
- package/src/lib/mention-threads-live.ts +0 -917
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1238
- package/src/lib/moderation-target.ts +0 -216
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -167
- package/src/lib/mutes.ts +0 -84
- package/src/lib/ndjson-stream.ts +0 -106
- package/src/lib/network-map.ts +0 -382
- package/src/lib/openai.ts +0 -117
- package/src/lib/period-digest.ts +0 -1552
- package/src/lib/present.ts +0 -118
- package/src/lib/profile-affiliation-hydration.ts +0 -228
- package/src/lib/profile-affiliations.ts +0 -262
- package/src/lib/profile-analysis.ts +0 -1272
- package/src/lib/profile-bio-entities.ts +0 -318
- package/src/lib/profile-history.ts +0 -164
- package/src/lib/profile-hydration.ts +0 -180
- package/src/lib/profile-replies.ts +0 -77
- package/src/lib/profile-resolver.ts +0 -650
- package/src/lib/queries.ts +0 -2381
- package/src/lib/research.ts +0 -652
- package/src/lib/search-discussion.ts +0 -1016
- package/src/lib/seed.ts +0 -613
- package/src/lib/sqlite.ts +0 -147
- package/src/lib/sync-cache.ts +0 -65
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -581
- package/src/lib/timeline-live.ts +0 -452
- package/src/lib/tweet-account-edges.ts +0 -48
- package/src/lib/tweet-lookup.ts +0 -46
- package/src/lib/tweet-render.ts +0 -430
- package/src/lib/tweet-search-live.ts +0 -566
- package/src/lib/types.ts +0 -723
- package/src/lib/ui.ts +0 -529
- package/src/lib/url-expansion-store.ts +0 -110
- package/src/lib/url-expansion.ts +0 -343
- package/src/lib/url-safety.ts +0 -220
- package/src/lib/web-sync.ts +0 -516
- package/src/lib/whois.ts +0 -1079
- package/src/lib/x-profile.ts +0 -365
- package/src/lib/x-web.ts +0 -199
- package/src/lib/xurl-rate-limits.ts +0 -267
- package/src/lib/xurl.ts +0 -1677
- package/src/routeTree.gen.ts +0 -723
- package/src/router.tsx +0 -20
- package/src/routes/__root.tsx +0 -79
- package/src/routes/api/action.tsx +0 -147
- package/src/routes/api/avatar.tsx +0 -50
- package/src/routes/api/blocks.tsx +0 -35
- package/src/routes/api/conversation.tsx +0 -45
- package/src/routes/api/data-sources.tsx +0 -24
- package/src/routes/api/inbox.tsx +0 -43
- package/src/routes/api/link-insights.tsx +0 -85
- package/src/routes/api/link-preview.tsx +0 -47
- package/src/routes/api/network-map.tsx +0 -55
- package/src/routes/api/period-digest.tsx +0 -101
- package/src/routes/api/profile-analysis.tsx +0 -97
- package/src/routes/api/profile-hydrate.tsx +0 -54
- package/src/routes/api/query.tsx +0 -115
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -28
- package/src/routes/api/sync.tsx +0 -105
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -377
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -257
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -432
- package/src/routes/inbox.tsx +0 -226
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -994
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -1035
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -309
- package/src/routes/today.tsx +0 -511
- package/src/styles.css +0 -257
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -29
- /package/{public → dist/client}/birdclaw-mark.png +0 -0
- /package/{public → dist/client}/favicon.ico +0 -0
- /package/{public → dist/client}/logo192.png +0 -0
- /package/{public → dist/client}/logo512.png +0 -0
- /package/{public → dist/client}/manifest.json +0 -0
- /package/{public → dist/client}/robots.txt +0 -0
|
@@ -1,581 +0,0 @@
|
|
|
1
|
-
import type { Database } from "./sqlite";
|
|
2
|
-
import { Effect } from "effect";
|
|
3
|
-
import {
|
|
4
|
-
listBookmarkedTweetsViaBirdEffect,
|
|
5
|
-
listLikedTweetsViaBirdEffect,
|
|
6
|
-
} from "./bird";
|
|
7
|
-
import { getNativeDb } from "./db";
|
|
8
|
-
import { runEffectPromise, tryPromise } from "./effect-runtime";
|
|
9
|
-
import { buildMediaJsonFromIncludes, countTweetMedia } from "./media-includes";
|
|
10
|
-
import { readSyncCache, writeSyncCache } from "./sync-cache";
|
|
11
|
-
import { tweetEntitiesFromXurl } from "./tweet-render";
|
|
12
|
-
import type {
|
|
13
|
-
XurlMentionData,
|
|
14
|
-
XurlMentionsResponse,
|
|
15
|
-
XurlMediaItem,
|
|
16
|
-
XurlMentionUser,
|
|
17
|
-
} from "./types";
|
|
18
|
-
import { ensureStubProfileForXUser, upsertProfileFromXUser } from "./x-profile";
|
|
19
|
-
import {
|
|
20
|
-
listBookmarkedTweetsViaXurl,
|
|
21
|
-
listLikedTweetsViaXurl,
|
|
22
|
-
lookupUsersByHandles,
|
|
23
|
-
} from "./xurl";
|
|
24
|
-
|
|
25
|
-
export type TimelineCollectionKind = "likes" | "bookmarks";
|
|
26
|
-
export type TimelineCollectionMode = "auto" | "xurl" | "bird";
|
|
27
|
-
export interface SyncTimelineCollectionOptions {
|
|
28
|
-
kind: TimelineCollectionKind;
|
|
29
|
-
account?: string;
|
|
30
|
-
mode?: TimelineCollectionMode;
|
|
31
|
-
limit?: number;
|
|
32
|
-
all?: boolean;
|
|
33
|
-
maxPages?: number;
|
|
34
|
-
refresh?: boolean;
|
|
35
|
-
cacheTtlMs?: number;
|
|
36
|
-
earlyStop?: boolean;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
const DEFAULT_COLLECTION_CACHE_TTL_MS = 2 * 60_000;
|
|
40
|
-
const DEFAULT_EARLY_STOP_MAX_PAGES = 10;
|
|
41
|
-
const MIN_XURL_LIMIT = 5;
|
|
42
|
-
const MAX_XURL_LIMIT = 100;
|
|
43
|
-
|
|
44
|
-
function toError(error: unknown) {
|
|
45
|
-
return error instanceof Error ? error : new Error(String(error));
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
function trySync<T>(try_: () => T) {
|
|
49
|
-
return Effect.try({
|
|
50
|
-
try: try_,
|
|
51
|
-
catch: toError,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function parseCacheTtlMs(value?: number) {
|
|
56
|
-
if (typeof value !== "number" || !Number.isFinite(value) || value < 0) {
|
|
57
|
-
return DEFAULT_COLLECTION_CACHE_TTL_MS;
|
|
58
|
-
}
|
|
59
|
-
return Math.floor(value);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
function parseMaxPages(value?: number) {
|
|
63
|
-
if (value === undefined) {
|
|
64
|
-
return null;
|
|
65
|
-
}
|
|
66
|
-
if (!Number.isFinite(value) || value < 1) {
|
|
67
|
-
throw new Error("--max-pages must be at least 1");
|
|
68
|
-
}
|
|
69
|
-
return Math.floor(value);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
function assertLimit(limit: number) {
|
|
73
|
-
if (!Number.isFinite(limit) || limit < 1) {
|
|
74
|
-
throw new Error("--limit must be at least 1");
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function assertXurlLimit(limit: number) {
|
|
79
|
-
if (limit < MIN_XURL_LIMIT || limit > MAX_XURL_LIMIT) {
|
|
80
|
-
throw new Error("xurl mode requires --limit between 5 and 100");
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
function resolveAccount(db: Database, accountId?: string) {
|
|
85
|
-
const row = accountId
|
|
86
|
-
? (db
|
|
87
|
-
.prepare(
|
|
88
|
-
"select id, handle, external_user_id from accounts where id = ?",
|
|
89
|
-
)
|
|
90
|
-
.get(accountId) as
|
|
91
|
-
| { id: string; handle: string; external_user_id: string | null }
|
|
92
|
-
| undefined)
|
|
93
|
-
: (db
|
|
94
|
-
.prepare(
|
|
95
|
-
`
|
|
96
|
-
select id, handle, external_user_id
|
|
97
|
-
from accounts
|
|
98
|
-
order by is_default desc, created_at asc
|
|
99
|
-
limit 1
|
|
100
|
-
`,
|
|
101
|
-
)
|
|
102
|
-
.get() as
|
|
103
|
-
| { id: string; handle: string; external_user_id: string | null }
|
|
104
|
-
| undefined);
|
|
105
|
-
|
|
106
|
-
if (!row) {
|
|
107
|
-
throw new Error(`Unknown account: ${accountId ?? "default"}`);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
return {
|
|
111
|
-
accountId: row.id,
|
|
112
|
-
username: row.handle.replace(/^@/, ""),
|
|
113
|
-
externalUserId:
|
|
114
|
-
typeof row.external_user_id === "string" &&
|
|
115
|
-
row.external_user_id.length > 0
|
|
116
|
-
? row.external_user_id
|
|
117
|
-
: undefined,
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
function replaceTweetFts(db: Database, tweetId: string, text: string) {
|
|
122
|
-
db.prepare("delete from tweets_fts where tweet_id = ?").run(tweetId);
|
|
123
|
-
db.prepare("insert into tweets_fts (tweet_id, text) values (?, ?)").run(
|
|
124
|
-
tweetId,
|
|
125
|
-
text,
|
|
126
|
-
);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
function getReferencedTweetId(tweet: XurlMentionData, type: string) {
|
|
130
|
-
return (
|
|
131
|
-
tweet.referenced_tweets?.find((item) => item.type === type)?.id ?? null
|
|
132
|
-
);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
function mergePayloads(pages: XurlMentionsResponse[]): XurlMentionsResponse {
|
|
136
|
-
const tweets: XurlMentionData[] = [];
|
|
137
|
-
const seenTweetIds = new Set<string>();
|
|
138
|
-
const users: XurlMentionUser[] = [];
|
|
139
|
-
const seenUserIds = new Set<string>();
|
|
140
|
-
const media: XurlMediaItem[] = [];
|
|
141
|
-
const seenMediaKeys = new Set<string>();
|
|
142
|
-
|
|
143
|
-
for (const page of pages) {
|
|
144
|
-
for (const tweet of page.data) {
|
|
145
|
-
if (seenTweetIds.has(tweet.id)) {
|
|
146
|
-
continue;
|
|
147
|
-
}
|
|
148
|
-
seenTweetIds.add(tweet.id);
|
|
149
|
-
tweets.push(tweet);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
for (const user of page.includes?.users ?? []) {
|
|
153
|
-
if (seenUserIds.has(user.id)) {
|
|
154
|
-
continue;
|
|
155
|
-
}
|
|
156
|
-
seenUserIds.add(user.id);
|
|
157
|
-
users.push(user);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
for (const item of page.includes?.media ?? []) {
|
|
161
|
-
if (seenMediaKeys.has(item.media_key)) {
|
|
162
|
-
continue;
|
|
163
|
-
}
|
|
164
|
-
seenMediaKeys.add(item.media_key);
|
|
165
|
-
media.push(item);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
const lastPage = pages.at(-1);
|
|
170
|
-
const includes = {
|
|
171
|
-
...(users.length > 0 ? { users } : {}),
|
|
172
|
-
...(media.length > 0 ? { media } : {}),
|
|
173
|
-
};
|
|
174
|
-
return {
|
|
175
|
-
data: tweets,
|
|
176
|
-
includes: users.length > 0 || media.length > 0 ? includes : undefined,
|
|
177
|
-
meta: {
|
|
178
|
-
result_count: tweets.length,
|
|
179
|
-
page_count: pages.length,
|
|
180
|
-
next_token: lastPage?.meta?.next_token ?? null,
|
|
181
|
-
...(tweets[0] ? { newest_id: tweets[0].id } : {}),
|
|
182
|
-
...(tweets.at(-1) ? { oldest_id: tweets.at(-1)?.id } : {}),
|
|
183
|
-
},
|
|
184
|
-
};
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
function getCollectionPageDedupe(
|
|
188
|
-
db: Database,
|
|
189
|
-
accountId: string,
|
|
190
|
-
kind: TimelineCollectionKind,
|
|
191
|
-
tweetIds: string[],
|
|
192
|
-
) {
|
|
193
|
-
const uniqueTweetIds = [...new Set(tweetIds)];
|
|
194
|
-
if (uniqueTweetIds.length === 0) {
|
|
195
|
-
return { existingTweetIds: new Set<string>(), uniqueTweetCount: 0 };
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
const rows = db
|
|
199
|
-
.prepare(
|
|
200
|
-
`
|
|
201
|
-
select tweet_id
|
|
202
|
-
from tweet_collections
|
|
203
|
-
where account_id = ?
|
|
204
|
-
and kind = ?
|
|
205
|
-
and tweet_id in (${uniqueTweetIds.map(() => "?").join(", ")})
|
|
206
|
-
`,
|
|
207
|
-
)
|
|
208
|
-
.all(accountId, kind, ...uniqueTweetIds) as { tweet_id: string }[];
|
|
209
|
-
return {
|
|
210
|
-
existingTweetIds: new Set(rows.map((row) => row.tweet_id)),
|
|
211
|
-
uniqueTweetCount: uniqueTweetIds.length,
|
|
212
|
-
};
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
function filterExistingCollectionTweets(
|
|
216
|
-
payload: XurlMentionsResponse,
|
|
217
|
-
existingTweetIds: Set<string>,
|
|
218
|
-
) {
|
|
219
|
-
if (existingTweetIds.size === 0) {
|
|
220
|
-
return payload;
|
|
221
|
-
}
|
|
222
|
-
return {
|
|
223
|
-
...payload,
|
|
224
|
-
data: payload.data.filter((tweet) => !existingTweetIds.has(tweet.id)),
|
|
225
|
-
};
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
function readSaturatedAtPage(payload: XurlMentionsResponse) {
|
|
229
|
-
const value = payload.meta?.saturated_at_page;
|
|
230
|
-
return typeof value === "number" ? value : undefined;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
function mergeTimelineCollectionIntoLocalStore(
|
|
234
|
-
db: Database,
|
|
235
|
-
accountId: string,
|
|
236
|
-
kind: TimelineCollectionKind,
|
|
237
|
-
payload: XurlMentionsResponse,
|
|
238
|
-
source: "xurl" | "bird",
|
|
239
|
-
) {
|
|
240
|
-
const usersById = new Map(
|
|
241
|
-
(payload.includes?.users ?? []).map((user) => [user.id, user]),
|
|
242
|
-
);
|
|
243
|
-
const tweetKind = kind === "likes" ? "like" : "bookmark";
|
|
244
|
-
const liked = kind === "likes" ? 1 : 0;
|
|
245
|
-
const bookmarked = kind === "bookmarks" ? 1 : 0;
|
|
246
|
-
const upsertTweet = db.prepare(
|
|
247
|
-
`
|
|
248
|
-
insert into tweets (
|
|
249
|
-
id, account_id, author_profile_id, kind, text, created_at,
|
|
250
|
-
is_replied, reply_to_id, like_count, media_count, bookmarked, liked,
|
|
251
|
-
entities_json, media_json, quoted_tweet_id
|
|
252
|
-
) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
253
|
-
on conflict(id) do update set
|
|
254
|
-
account_id = tweets.account_id,
|
|
255
|
-
author_profile_id = excluded.author_profile_id,
|
|
256
|
-
kind = case
|
|
257
|
-
when tweets.kind in ('authored', 'home', 'mention') then tweets.kind
|
|
258
|
-
else excluded.kind
|
|
259
|
-
end,
|
|
260
|
-
text = excluded.text,
|
|
261
|
-
created_at = excluded.created_at,
|
|
262
|
-
like_count = excluded.like_count,
|
|
263
|
-
media_count = max(tweets.media_count, excluded.media_count),
|
|
264
|
-
entities_json = excluded.entities_json,
|
|
265
|
-
media_json = case
|
|
266
|
-
when excluded.media_json not in ('', '[]', 'null') then excluded.media_json
|
|
267
|
-
else tweets.media_json
|
|
268
|
-
end,
|
|
269
|
-
is_replied = max(tweets.is_replied, excluded.is_replied),
|
|
270
|
-
reply_to_id = coalesce(excluded.reply_to_id, tweets.reply_to_id),
|
|
271
|
-
quoted_tweet_id = coalesce(excluded.quoted_tweet_id, tweets.quoted_tweet_id),
|
|
272
|
-
bookmarked = tweets.bookmarked,
|
|
273
|
-
liked = tweets.liked
|
|
274
|
-
`,
|
|
275
|
-
);
|
|
276
|
-
const upsertCollection = db.prepare(`
|
|
277
|
-
insert into tweet_collections (
|
|
278
|
-
account_id, tweet_id, kind, collected_at, source, raw_json, updated_at
|
|
279
|
-
) values (?, ?, ?, null, ?, ?, ?)
|
|
280
|
-
on conflict(account_id, tweet_id, kind) do update set
|
|
281
|
-
source = excluded.source,
|
|
282
|
-
raw_json = excluded.raw_json,
|
|
283
|
-
updated_at = excluded.updated_at
|
|
284
|
-
`);
|
|
285
|
-
|
|
286
|
-
db.transaction(() => {
|
|
287
|
-
const updatedAt = new Date().toISOString();
|
|
288
|
-
for (const tweet of payload.data) {
|
|
289
|
-
const author =
|
|
290
|
-
usersById.get(tweet.author_id) ??
|
|
291
|
-
({
|
|
292
|
-
id: tweet.author_id,
|
|
293
|
-
username: `user_${tweet.author_id}`,
|
|
294
|
-
name: `user_${tweet.author_id}`,
|
|
295
|
-
} as const);
|
|
296
|
-
const profile = usersById.has(tweet.author_id)
|
|
297
|
-
? upsertProfileFromXUser(db, author)
|
|
298
|
-
: ensureStubProfileForXUser(db, tweet.author_id);
|
|
299
|
-
const replyToId = getReferencedTweetId(tweet, "replied_to");
|
|
300
|
-
const quotedTweetId = getReferencedTweetId(tweet, "quoted");
|
|
301
|
-
upsertTweet.run(
|
|
302
|
-
tweet.id,
|
|
303
|
-
accountId,
|
|
304
|
-
profile.profile.id,
|
|
305
|
-
tweetKind,
|
|
306
|
-
tweet.text,
|
|
307
|
-
tweet.created_at,
|
|
308
|
-
replyToId ? 1 : 0,
|
|
309
|
-
replyToId,
|
|
310
|
-
Number(tweet.public_metrics?.like_count ?? 0),
|
|
311
|
-
countTweetMedia(tweet),
|
|
312
|
-
bookmarked,
|
|
313
|
-
liked,
|
|
314
|
-
JSON.stringify(tweetEntitiesFromXurl(tweet.entities)),
|
|
315
|
-
buildMediaJsonFromIncludes(tweet, payload.includes?.media),
|
|
316
|
-
quotedTweetId,
|
|
317
|
-
);
|
|
318
|
-
upsertCollection.run(
|
|
319
|
-
accountId,
|
|
320
|
-
tweet.id,
|
|
321
|
-
kind,
|
|
322
|
-
source,
|
|
323
|
-
JSON.stringify(tweet),
|
|
324
|
-
updatedAt,
|
|
325
|
-
);
|
|
326
|
-
replaceTweetFts(db, tweet.id, tweet.text);
|
|
327
|
-
}
|
|
328
|
-
})();
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
function fetchXurlCollectionEffect({
|
|
332
|
-
db,
|
|
333
|
-
kind,
|
|
334
|
-
accountId,
|
|
335
|
-
username,
|
|
336
|
-
userId,
|
|
337
|
-
limit,
|
|
338
|
-
all,
|
|
339
|
-
maxPages,
|
|
340
|
-
earlyStop,
|
|
341
|
-
}: {
|
|
342
|
-
db: Database;
|
|
343
|
-
kind: TimelineCollectionKind;
|
|
344
|
-
accountId: string;
|
|
345
|
-
username: string;
|
|
346
|
-
userId?: string;
|
|
347
|
-
limit: number;
|
|
348
|
-
all: boolean;
|
|
349
|
-
maxPages: number | null;
|
|
350
|
-
earlyStop: boolean;
|
|
351
|
-
}) {
|
|
352
|
-
return Effect.gen(function* () {
|
|
353
|
-
let resolvedUserId = userId;
|
|
354
|
-
if (!resolvedUserId) {
|
|
355
|
-
const [accountUser] = yield* tryPromise(() =>
|
|
356
|
-
lookupUsersByHandles([username]),
|
|
357
|
-
);
|
|
358
|
-
if (!accountUser?.id) {
|
|
359
|
-
return yield* Effect.fail(
|
|
360
|
-
new Error(`Could not resolve Twitter user id for @${username}`),
|
|
361
|
-
);
|
|
362
|
-
}
|
|
363
|
-
resolvedUserId = String(accountUser.id);
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
const pages: XurlMentionsResponse[] = [];
|
|
367
|
-
let nextToken: string | undefined;
|
|
368
|
-
let pageCount = 0;
|
|
369
|
-
let saturatedAtPage: number | undefined;
|
|
370
|
-
do {
|
|
371
|
-
const payload = yield* tryPromise(() =>
|
|
372
|
-
kind === "likes"
|
|
373
|
-
? listLikedTweetsViaXurl({
|
|
374
|
-
maxResults: limit,
|
|
375
|
-
username,
|
|
376
|
-
userId: resolvedUserId,
|
|
377
|
-
paginationToken: nextToken,
|
|
378
|
-
})
|
|
379
|
-
: listBookmarkedTweetsViaXurl({
|
|
380
|
-
maxResults: limit,
|
|
381
|
-
username,
|
|
382
|
-
userId: resolvedUserId,
|
|
383
|
-
isPaginatedWalk: all,
|
|
384
|
-
paginationToken: nextToken,
|
|
385
|
-
}),
|
|
386
|
-
);
|
|
387
|
-
pageCount += 1;
|
|
388
|
-
if (earlyStop) {
|
|
389
|
-
const tweetIds = payload.data.map((tweet) => tweet.id);
|
|
390
|
-
const { existingTweetIds, uniqueTweetCount } = yield* trySync(() =>
|
|
391
|
-
getCollectionPageDedupe(db, accountId, kind, tweetIds),
|
|
392
|
-
);
|
|
393
|
-
if (tweetIds.length > 0 && existingTweetIds.size === uniqueTweetCount) {
|
|
394
|
-
saturatedAtPage = pageCount;
|
|
395
|
-
console.error(
|
|
396
|
-
`${kind} saturated at page ${pageCount} (100% existing rows)`,
|
|
397
|
-
);
|
|
398
|
-
break;
|
|
399
|
-
}
|
|
400
|
-
pages.push(filterExistingCollectionTweets(payload, existingTweetIds));
|
|
401
|
-
} else {
|
|
402
|
-
pages.push(payload);
|
|
403
|
-
}
|
|
404
|
-
nextToken =
|
|
405
|
-
typeof payload.meta?.next_token === "string"
|
|
406
|
-
? payload.meta.next_token
|
|
407
|
-
: undefined;
|
|
408
|
-
} while (
|
|
409
|
-
(all || earlyStop) &&
|
|
410
|
-
nextToken &&
|
|
411
|
-
(maxPages === null || pageCount < maxPages)
|
|
412
|
-
);
|
|
413
|
-
|
|
414
|
-
const merged = mergePayloads(pages);
|
|
415
|
-
// A saturated page may expose another token, but our walk is complete.
|
|
416
|
-
const saturationMeta =
|
|
417
|
-
saturatedAtPage === undefined
|
|
418
|
-
? {}
|
|
419
|
-
: { saturated_at_page: saturatedAtPage, next_token: null };
|
|
420
|
-
merged.meta = {
|
|
421
|
-
...merged.meta,
|
|
422
|
-
page_count: pageCount,
|
|
423
|
-
...saturationMeta,
|
|
424
|
-
};
|
|
425
|
-
return merged;
|
|
426
|
-
});
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
function fetchBirdCollectionEffect({
|
|
430
|
-
kind,
|
|
431
|
-
limit,
|
|
432
|
-
all,
|
|
433
|
-
maxPages,
|
|
434
|
-
}: {
|
|
435
|
-
kind: TimelineCollectionKind;
|
|
436
|
-
limit: number;
|
|
437
|
-
all: boolean;
|
|
438
|
-
maxPages: number | null;
|
|
439
|
-
}) {
|
|
440
|
-
return kind === "likes"
|
|
441
|
-
? listLikedTweetsViaBirdEffect({
|
|
442
|
-
maxResults: limit,
|
|
443
|
-
all,
|
|
444
|
-
maxPages: maxPages ?? undefined,
|
|
445
|
-
})
|
|
446
|
-
: listBookmarkedTweetsViaBirdEffect({
|
|
447
|
-
maxResults: limit,
|
|
448
|
-
all,
|
|
449
|
-
maxPages: maxPages ?? undefined,
|
|
450
|
-
});
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
export function syncTimelineCollectionEffect({
|
|
454
|
-
kind,
|
|
455
|
-
account,
|
|
456
|
-
mode = "auto",
|
|
457
|
-
limit = 20,
|
|
458
|
-
all = false,
|
|
459
|
-
maxPages,
|
|
460
|
-
refresh = false,
|
|
461
|
-
cacheTtlMs,
|
|
462
|
-
earlyStop = false,
|
|
463
|
-
}: SyncTimelineCollectionOptions) {
|
|
464
|
-
return Effect.gen(function* () {
|
|
465
|
-
yield* trySync(() => assertLimit(limit));
|
|
466
|
-
const parsedMaxPages = yield* trySync(() => parseMaxPages(maxPages));
|
|
467
|
-
const shouldApplyEarlyStopCap =
|
|
468
|
-
earlyStop && !all && parsedMaxPages === null && mode !== "bird";
|
|
469
|
-
const xurlMaxPages = shouldApplyEarlyStopCap
|
|
470
|
-
? DEFAULT_EARLY_STOP_MAX_PAGES
|
|
471
|
-
: parsedMaxPages;
|
|
472
|
-
if (mode === "xurl" || mode === "auto") {
|
|
473
|
-
yield* trySync(() => assertXurlLimit(limit));
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
const db = yield* trySync(() => getNativeDb());
|
|
477
|
-
const resolvedAccount = yield* trySync(() => resolveAccount(db, account));
|
|
478
|
-
const cacheMaxPages = mode === "bird" ? parsedMaxPages : xurlMaxPages;
|
|
479
|
-
const cacheKey = `${kind}:${mode}:${resolvedAccount.accountId}:${String(limit)}:${all ? "all" : "single"}:${cacheMaxPages === null ? "all-pages" : String(cacheMaxPages)}${earlyStop ? ":early-stop" : ""}`;
|
|
480
|
-
const ttlMs = parseCacheTtlMs(cacheTtlMs);
|
|
481
|
-
const cached = yield* trySync(() =>
|
|
482
|
-
readSyncCache<XurlMentionsResponse>(cacheKey, db),
|
|
483
|
-
);
|
|
484
|
-
const cacheAgeMs = cached
|
|
485
|
-
? Date.now() - new Date(cached.updatedAt).getTime()
|
|
486
|
-
: Number.POSITIVE_INFINITY;
|
|
487
|
-
|
|
488
|
-
if (!refresh && cached && cacheAgeMs <= ttlMs) {
|
|
489
|
-
const saturatedAtPage = readSaturatedAtPage(cached.value);
|
|
490
|
-
return {
|
|
491
|
-
ok: true,
|
|
492
|
-
source: "cache",
|
|
493
|
-
kind,
|
|
494
|
-
accountId: resolvedAccount.accountId,
|
|
495
|
-
count: cached.value.data.length,
|
|
496
|
-
payload: cached.value,
|
|
497
|
-
...(saturatedAtPage === undefined
|
|
498
|
-
? {}
|
|
499
|
-
: { saturated_at_page: saturatedAtPage }),
|
|
500
|
-
};
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
if (shouldApplyEarlyStopCap) {
|
|
504
|
-
console.error(
|
|
505
|
-
`${kind} early-stop capped at ${DEFAULT_EARLY_STOP_MAX_PAGES} pages by default; pass --max-pages or --all to override`,
|
|
506
|
-
);
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
let source: "xurl" | "bird";
|
|
510
|
-
let payload: XurlMentionsResponse;
|
|
511
|
-
if (mode === "bird") {
|
|
512
|
-
payload = yield* fetchBirdCollectionEffect({
|
|
513
|
-
kind,
|
|
514
|
-
limit,
|
|
515
|
-
all,
|
|
516
|
-
maxPages: parsedMaxPages,
|
|
517
|
-
});
|
|
518
|
-
source = "bird";
|
|
519
|
-
} else {
|
|
520
|
-
const xurlPayload = yield* fetchXurlCollectionEffect({
|
|
521
|
-
db,
|
|
522
|
-
kind,
|
|
523
|
-
accountId: resolvedAccount.accountId,
|
|
524
|
-
username: resolvedAccount.username,
|
|
525
|
-
userId: resolvedAccount.externalUserId,
|
|
526
|
-
limit,
|
|
527
|
-
all,
|
|
528
|
-
maxPages: xurlMaxPages,
|
|
529
|
-
earlyStop,
|
|
530
|
-
}).pipe(
|
|
531
|
-
Effect.map((value) => ({ ok: true as const, value })),
|
|
532
|
-
Effect.catchAll((error) => {
|
|
533
|
-
if (mode === "xurl") {
|
|
534
|
-
return Effect.fail(error);
|
|
535
|
-
}
|
|
536
|
-
return Effect.succeed({ ok: false as const });
|
|
537
|
-
}),
|
|
538
|
-
);
|
|
539
|
-
if (xurlPayload.ok) {
|
|
540
|
-
payload = xurlPayload.value;
|
|
541
|
-
source = "xurl";
|
|
542
|
-
} else {
|
|
543
|
-
payload = yield* fetchBirdCollectionEffect({
|
|
544
|
-
kind,
|
|
545
|
-
limit,
|
|
546
|
-
all,
|
|
547
|
-
maxPages: parsedMaxPages,
|
|
548
|
-
});
|
|
549
|
-
source = "bird";
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
yield* trySync(() =>
|
|
554
|
-
mergeTimelineCollectionIntoLocalStore(
|
|
555
|
-
db,
|
|
556
|
-
resolvedAccount.accountId,
|
|
557
|
-
kind,
|
|
558
|
-
payload,
|
|
559
|
-
source,
|
|
560
|
-
),
|
|
561
|
-
);
|
|
562
|
-
yield* trySync(() => writeSyncCache(cacheKey, payload, db));
|
|
563
|
-
const saturatedAtPage = readSaturatedAtPage(payload);
|
|
564
|
-
|
|
565
|
-
return {
|
|
566
|
-
ok: true,
|
|
567
|
-
source,
|
|
568
|
-
kind,
|
|
569
|
-
accountId: resolvedAccount.accountId,
|
|
570
|
-
count: payload.data.length,
|
|
571
|
-
payload,
|
|
572
|
-
...(saturatedAtPage === undefined
|
|
573
|
-
? {}
|
|
574
|
-
: { saturated_at_page: saturatedAtPage }),
|
|
575
|
-
};
|
|
576
|
-
});
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
export function syncTimelineCollection(options: SyncTimelineCollectionOptions) {
|
|
580
|
-
return runEffectPromise(syncTimelineCollectionEffect(options));
|
|
581
|
-
}
|