birdclaw 0.8.3 → 0.8.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.
- package/CHANGELOG.md +24 -0
- package/README.md +10 -8
- package/bin/birdclaw.mjs +4 -66
- package/dist/cli/birdclaw.js +28164 -0
- package/dist/client/assets/AvatarChip-DLoqM5xD.js +1 -0
- package/dist/client/assets/ProfilePreview-DQX6_xc3.js +1 -0
- package/dist/client/assets/SavedTimelineView-BhSiVyR1.js +1 -0
- package/dist/client/assets/SmartTimestamp-BR0-9se2.js +1 -0
- package/dist/client/assets/TimelineRouteFrame-9NDLnXzH.js +1 -0
- package/dist/client/assets/blocks-CFp_njvG.js +1 -0
- package/dist/client/assets/bookmarks-LbYOsoKf.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-sR4xMQxY.js +5 -0
- package/dist/client/assets/createLucideIcon-JV8isFFR.js +1 -0
- package/dist/client/assets/data-sources-euTr6T_L.js +1 -0
- package/dist/client/assets/discuss-BWKu_p7B.js +1 -0
- package/dist/client/assets/dms-SLXMtC4v.js +1 -0
- package/dist/client/assets/inbox-BybSI5Vf.js +1 -0
- package/dist/client/assets/index-DZVisyna.js +31 -0
- package/dist/client/assets/index-bpFrQ5yG.css +1 -0
- package/dist/client/assets/likes-dyh9p8y_.js +1 -0
- package/dist/client/assets/links-CIwqK_dX.js +1 -0
- package/dist/client/assets/mapbox-B4zqX7r0.js +2 -0
- package/dist/client/assets/mapbox-gl-DYNcLcll.js +3215 -0
- package/dist/client/assets/mentions-BoVVAIT7.js +1 -0
- package/dist/client/assets/network-map-zRysIY_b.js +2 -0
- package/dist/client/assets/profile-analyze-C_yDeX6-.js +1 -0
- package/dist/client/assets/profile-hydration-client-YEtJsNTv.js +1 -0
- package/dist/client/assets/profiles._handle-DdIVPqU-.js +1 -0
- package/dist/client/assets/query-client-fYu2rzRC.js +17 -0
- package/dist/client/assets/rate-limits-BWPmPOSh.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-CiLuYpZr.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-BoO64YoY.js +1 -0
- package/dist/client/assets/triangle-alert-CBL7s2pf.js +1 -0
- package/dist/client/assets/useTimelineRouteData-BaO3Rna1.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-L7bs6IHH.js +198 -0
- package/dist/server/assets/ProfilePreview-Cg-AOHBE.js +751 -0
- package/dist/server/assets/SavedTimelineView-BtCq1dHk.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-CjMIh63G.js +85 -0
- package/dist/server/assets/TweetRichText-DDywESRF.js +74 -0
- package/dist/server/assets/_tanstack-start-manifest_v-aLWUdbAc.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-D_YkmCK3.js +14 -0
- package/dist/server/assets/client-stream-contracts-Bq6kMmhh.js +769 -0
- package/dist/server/assets/data-sources-BnA1Q94p.js +180 -0
- package/dist/server/assets/discuss-C1QMBBSk.js +338 -0
- package/dist/server/assets/discuss-DAq6ehL9.js +15 -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-BMm2JWYI.js +14 -0
- package/dist/server/assets/links-Da4tjWtI.js +468 -0
- package/dist/server/assets/links-dqXb35YM.js +240 -0
- package/dist/server/assets/mentions-CEyEcOFw.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-CGCj4VFd.js +90 -0
- package/dist/server/assets/profile-analyze-DH1TSBkT.js +9 -0
- package/dist/server/assets/profile-hydration-client-GJ4kwJS8.js +133 -0
- package/dist/server/assets/profiles._handle-B5V-huoo.js +12 -0
- package/dist/server/assets/profiles._handle-CJ6rgzt8.js +184 -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-C4cz9ypd.js +17026 -0
- package/dist/server/assets/routes-B9aikOdB.js +26 -0
- package/dist/server/assets/start-FaDOTmto.js +4 -0
- package/dist/server/assets/today-B_TA16QG.js +303 -0
- package/dist/server/assets/today-JkxZXdBt.js +17 -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-BLXvMGb2.js +1101 -0
- package/dist/server/server.js +5520 -0
- package/package.json +26 -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/command-context.ts +0 -17
- package/src/cli/register-analysis.ts +0 -500
- package/src/cli/register-compose.ts +0 -40
- package/src/cli/register-graph.ts +0 -132
- package/src/cli/register-inbox.ts +0 -41
- package/src/cli/register-storage.ts +0 -106
- package/src/cli-moderation.ts +0 -210
- package/src/cli.ts +0 -1616
- package/src/components/AccountSwitcher.tsx +0 -178
- package/src/components/AppNav.tsx +0 -118
- package/src/components/AvatarChip.tsx +0 -58
- package/src/components/AvatarPreload.ts +0 -149
- 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/MarkdownCitations.tsx +0 -680
- package/src/components/MarkdownViewer.tsx +0 -111
- package/src/components/ProfileAnalysisClient.ts +0 -191
- package/src/components/ProfileAnalysisStream.tsx +0 -259
- package/src/components/ProfilePreview.tsx +0 -131
- 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/links-controller.ts +0 -162
- package/src/components/links-model.ts +0 -198
- package/src/components/network-map-controller.ts +0 -84
- package/src/components/network-map-model.ts +0 -255
- package/src/components/useTimelineRouteData.ts +0 -193
- package/src/lib/account-sync-job.ts +0 -666
- package/src/lib/actions-transport.ts +0 -300
- package/src/lib/analysis-runtime.ts +0 -238
- package/src/lib/api-client.ts +0 -220
- package/src/lib/api-contracts.ts +0 -328
- package/src/lib/archive-finder.ts +0 -185
- package/src/lib/archive-import-plan.ts +0 -102
- package/src/lib/archive-import.ts +0 -2695
- package/src/lib/authored-live.ts +0 -1027
- package/src/lib/avatar-cache.ts +0 -349
- package/src/lib/backup.ts +0 -2652
- 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 -171
- package/src/lib/blocks.ts +0 -387
- package/src/lib/bookmark-sync-job.ts +0 -536
- 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/database-metrics.ts +0 -88
- package/src/lib/database-migrations.ts +0 -34
- package/src/lib/database-schema.ts +0 -312
- package/src/lib/database-writer.ts +0 -69
- package/src/lib/db.ts +0 -889
- package/src/lib/dm-read-model.ts +0 -533
- package/src/lib/dms-live.ts +0 -870
- package/src/lib/effect-runtime.ts +0 -45
- package/src/lib/follow-graph.ts +0 -1087
- 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/import-repository.ts +0 -138
- package/src/lib/inbox.ts +0 -242
- 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/live-sync-engine.ts +0 -209
- package/src/lib/live-transport-gateway.ts +0 -128
- 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 -830
- package/src/lib/mentions-export.ts +0 -147
- package/src/lib/mentions-live.ts +0 -1114
- package/src/lib/moderation-target.ts +0 -227
- package/src/lib/moderation-write.ts +0 -131
- package/src/lib/mutes-write.ts +0 -171
- 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-response-runtime.ts +0 -251
- package/src/lib/openai.ts +0 -117
- package/src/lib/paginated-sync.ts +0 -93
- package/src/lib/period-digest.ts +0 -1364
- 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 -1198
- 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 -6
- package/src/lib/query-actions.ts +0 -437
- package/src/lib/query-client.tsx +0 -47
- package/src/lib/query-read-model-shared.ts +0 -52
- package/src/lib/query-read-models.ts +0 -5
- package/src/lib/query-resource.ts +0 -41
- package/src/lib/query-status.ts +0 -164
- package/src/lib/research.ts +0 -652
- package/src/lib/runtime-services.ts +0 -20
- package/src/lib/search-discussion.ts +0 -812
- package/src/lib/seed.ts +0 -613
- package/src/lib/server-runtime-services.ts +0 -30
- package/src/lib/sqlite.ts +0 -183
- package/src/lib/streaming-ingestion.ts +0 -240
- package/src/lib/sync-cache.ts +0 -70
- package/src/lib/sync-plan.ts +0 -175
- package/src/lib/theme-transition.ts +0 -113
- package/src/lib/theme.tsx +0 -165
- package/src/lib/timeline-collections-live.ts +0 -407
- package/src/lib/timeline-live.ts +0 -302
- package/src/lib/timeline-read-model.ts +0 -1191
- 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-repository.ts +0 -156
- package/src/lib/tweet-search-live.ts +0 -462
- 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 -533
- package/src/lib/whois.ts +0 -1080
- 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 -82
- 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 -121
- package/src/routes/api/search-discussion.tsx +0 -113
- package/src/routes/api/status.tsx +0 -30
- package/src/routes/api/sync.tsx +0 -108
- package/src/routes/api/xurl-rate-limits.tsx +0 -24
- package/src/routes/blocks.tsx +0 -343
- package/src/routes/bookmarks.tsx +0 -18
- package/src/routes/data-sources.tsx +0 -249
- package/src/routes/discuss.tsx +0 -419
- package/src/routes/dms.tsx +0 -415
- package/src/routes/inbox.tsx +0 -232
- package/src/routes/index.tsx +0 -32
- package/src/routes/likes.tsx +0 -18
- package/src/routes/links.tsx +0 -631
- package/src/routes/mentions.tsx +0 -32
- package/src/routes/network-map.tsx +0 -732
- package/src/routes/profile-analyze.tsx +0 -112
- package/src/routes/profiles.$handle.tsx +0 -228
- package/src/routes/rate-limits.tsx +0 -305
- 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,48 +0,0 @@
|
|
|
1
|
-
import type { Database } from "./sqlite";
|
|
2
|
-
|
|
3
|
-
export type TweetAccountEdgeKind =
|
|
4
|
-
| "home"
|
|
5
|
-
| "mention"
|
|
6
|
-
| "authored"
|
|
7
|
-
| "search"
|
|
8
|
-
| "profile"
|
|
9
|
-
| "thread_context";
|
|
10
|
-
|
|
11
|
-
export function upsertTweetAccountEdge(
|
|
12
|
-
db: Database,
|
|
13
|
-
{
|
|
14
|
-
accountId,
|
|
15
|
-
tweetId,
|
|
16
|
-
kind,
|
|
17
|
-
source,
|
|
18
|
-
seenAt,
|
|
19
|
-
rawJson = "{}",
|
|
20
|
-
}: {
|
|
21
|
-
accountId: string;
|
|
22
|
-
tweetId: string;
|
|
23
|
-
kind: TweetAccountEdgeKind;
|
|
24
|
-
source: string;
|
|
25
|
-
seenAt: string;
|
|
26
|
-
rawJson?: string;
|
|
27
|
-
},
|
|
28
|
-
) {
|
|
29
|
-
db.prepare(`
|
|
30
|
-
insert into tweet_account_edges (
|
|
31
|
-
account_id, tweet_id, kind, first_seen_at, last_seen_at, seen_count,
|
|
32
|
-
source, raw_json, updated_at
|
|
33
|
-
) values (?, ?, ?, ?, ?, 1, ?, ?, ?)
|
|
34
|
-
on conflict(account_id, tweet_id, kind) do update set
|
|
35
|
-
first_seen_at = min(tweet_account_edges.first_seen_at, excluded.first_seen_at),
|
|
36
|
-
last_seen_at = max(tweet_account_edges.last_seen_at, excluded.last_seen_at),
|
|
37
|
-
seen_count = tweet_account_edges.seen_count + 1,
|
|
38
|
-
source = case
|
|
39
|
-
when tweet_account_edges.source = 'archive' then 'archive'
|
|
40
|
-
else coalesce(nullif(excluded.source, ''), tweet_account_edges.source)
|
|
41
|
-
end,
|
|
42
|
-
raw_json = case
|
|
43
|
-
when excluded.raw_json not in ('', '{}', 'null') then excluded.raw_json
|
|
44
|
-
else tweet_account_edges.raw_json
|
|
45
|
-
end,
|
|
46
|
-
updated_at = max(tweet_account_edges.updated_at, excluded.updated_at)
|
|
47
|
-
`).run(accountId, tweetId, kind, seenAt, seenAt, source, rawJson, seenAt);
|
|
48
|
-
}
|
package/src/lib/tweet-lookup.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { Effect } from "effect";
|
|
2
|
-
import { lookupTweetsByIdsViaBirdEffect } from "./bird";
|
|
3
|
-
import { runEffectPromise } from "./effect-runtime";
|
|
4
|
-
import type { XurlTweetsResponse } from "./types";
|
|
5
|
-
import { lookupTweetsByIdsEffect as lookupTweetsByIdsViaXurlEffect } from "./xurl";
|
|
6
|
-
|
|
7
|
-
export type TweetLookupMode = "auto" | "xurl" | "bird";
|
|
8
|
-
|
|
9
|
-
function errorMessage(error: unknown) {
|
|
10
|
-
return error instanceof Error ? error.message : String(error);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export function lookupTweetsByIdsEffect(
|
|
14
|
-
ids: string[],
|
|
15
|
-
mode: TweetLookupMode = "auto",
|
|
16
|
-
): Effect.Effect<XurlTweetsResponse, unknown> {
|
|
17
|
-
if (mode === "bird") {
|
|
18
|
-
return lookupTweetsByIdsViaBirdEffect(ids);
|
|
19
|
-
}
|
|
20
|
-
if (mode === "xurl") {
|
|
21
|
-
return lookupTweetsByIdsViaXurlEffect(ids);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
return lookupTweetsByIdsViaXurlEffect(ids).pipe(
|
|
25
|
-
Effect.catchAll((xurlError) =>
|
|
26
|
-
lookupTweetsByIdsViaBirdEffect(ids).pipe(
|
|
27
|
-
Effect.catchAll((birdError) =>
|
|
28
|
-
Effect.fail(
|
|
29
|
-
new Error(
|
|
30
|
-
`Tweet lookup failed via xurl and bird: xurl: ${errorMessage(
|
|
31
|
-
xurlError,
|
|
32
|
-
)}; bird: ${errorMessage(birdError)}`,
|
|
33
|
-
),
|
|
34
|
-
),
|
|
35
|
-
),
|
|
36
|
-
),
|
|
37
|
-
),
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export function lookupTweetsByIds(
|
|
42
|
-
ids: string[],
|
|
43
|
-
mode: TweetLookupMode = "auto",
|
|
44
|
-
): Promise<XurlTweetsResponse> {
|
|
45
|
-
return runEffectPromise(lookupTweetsByIdsEffect(ids, mode));
|
|
46
|
-
}
|
package/src/lib/tweet-render.ts
DELETED
|
@@ -1,430 +0,0 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
TweetArticle,
|
|
3
|
-
TweetEntities,
|
|
4
|
-
TweetHashtagEntity,
|
|
5
|
-
TweetMentionEntity,
|
|
6
|
-
TweetUrlEntity,
|
|
7
|
-
} from "./types";
|
|
8
|
-
|
|
9
|
-
type TweetSegment =
|
|
10
|
-
| ({ kind: "mention" } & TweetMentionEntity)
|
|
11
|
-
| ({ kind: "url" } & TweetUrlEntity)
|
|
12
|
-
| ({ kind: "hashtag" } & TweetHashtagEntity);
|
|
13
|
-
|
|
14
|
-
type UrlExpansion = Pick<TweetUrlEntity, "expandedUrl" | "displayUrl"> &
|
|
15
|
-
Partial<
|
|
16
|
-
Pick<TweetUrlEntity, "title" | "description" | "imageUrl" | "siteName">
|
|
17
|
-
>;
|
|
18
|
-
|
|
19
|
-
const RAW_URL_PATTERN = /https?:\/\/[^\s<>"'`]+/g;
|
|
20
|
-
const TRAILING_URL_PUNCTUATION = /[),.;:!?]+$/;
|
|
21
|
-
|
|
22
|
-
const MARKDOWN_ESCAPE_CHARACTERS = new Set([
|
|
23
|
-
"\\",
|
|
24
|
-
"`",
|
|
25
|
-
"*",
|
|
26
|
-
"_",
|
|
27
|
-
"{",
|
|
28
|
-
"}",
|
|
29
|
-
"[",
|
|
30
|
-
"]",
|
|
31
|
-
"(",
|
|
32
|
-
")",
|
|
33
|
-
"#",
|
|
34
|
-
"+",
|
|
35
|
-
".",
|
|
36
|
-
"!",
|
|
37
|
-
"|",
|
|
38
|
-
">",
|
|
39
|
-
"-",
|
|
40
|
-
]);
|
|
41
|
-
|
|
42
|
-
function escapeMarkdown(text: string) {
|
|
43
|
-
return [...text]
|
|
44
|
-
.map((character) =>
|
|
45
|
-
MARKDOWN_ESCAPE_CHARACTERS.has(character) ? `\\${character}` : character,
|
|
46
|
-
)
|
|
47
|
-
.join("");
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export function displayUrlForLink(url: string) {
|
|
51
|
-
try {
|
|
52
|
-
const parsed = new URL(url);
|
|
53
|
-
const host = parsed.hostname.replace(/^www\./, "");
|
|
54
|
-
const suffix = `${parsed.pathname}${parsed.search}${parsed.hash}`;
|
|
55
|
-
return suffix === "/" ? host : `${host}${suffix}`;
|
|
56
|
-
} catch {
|
|
57
|
-
return url;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
function comparableUrl(value: string) {
|
|
62
|
-
try {
|
|
63
|
-
const parsed = new URL(value);
|
|
64
|
-
return `${parsed.protocol}//${parsed.hostname.replace(/^www\./, "")}${parsed.pathname}`;
|
|
65
|
-
} catch {
|
|
66
|
-
return value.split("?")[0] ?? value;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export function isTweetArticleUrlEntity(
|
|
71
|
-
entry: TweetUrlEntity,
|
|
72
|
-
article: TweetArticle,
|
|
73
|
-
) {
|
|
74
|
-
if (comparableUrl(entry.expandedUrl) === comparableUrl(article.url)) {
|
|
75
|
-
return true;
|
|
76
|
-
}
|
|
77
|
-
try {
|
|
78
|
-
const parsed = new URL(entry.expandedUrl);
|
|
79
|
-
const host = parsed.hostname.replace(/^www\./, "");
|
|
80
|
-
return (
|
|
81
|
-
(host === "x.com" || host === "twitter.com") &&
|
|
82
|
-
parsed.pathname.startsWith("/i/article/")
|
|
83
|
-
);
|
|
84
|
-
} catch {
|
|
85
|
-
return false;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
function asRecord(value: unknown) {
|
|
90
|
-
return value && typeof value === "object"
|
|
91
|
-
? (value as Record<string, unknown>)
|
|
92
|
-
: {};
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
export function tweetEntitiesFromXurl(raw: unknown): TweetEntities {
|
|
96
|
-
const entities = asRecord(raw);
|
|
97
|
-
const rawMentions = Array.isArray(entities.mentions) ? entities.mentions : [];
|
|
98
|
-
const rawUrls = Array.isArray(entities.urls) ? entities.urls : [];
|
|
99
|
-
const rawHashtags = Array.isArray(entities.hashtags) ? entities.hashtags : [];
|
|
100
|
-
const rawArticle = asRecord(entities.article);
|
|
101
|
-
const articleTitle = String(rawArticle.title ?? "").trim();
|
|
102
|
-
const articleUrl = String(rawArticle.url ?? "").trim();
|
|
103
|
-
|
|
104
|
-
return {
|
|
105
|
-
...(rawMentions.length
|
|
106
|
-
? {
|
|
107
|
-
mentions: rawMentions.map((mention) => {
|
|
108
|
-
const value = asRecord(mention);
|
|
109
|
-
return {
|
|
110
|
-
username: String(value.username ?? ""),
|
|
111
|
-
id: typeof value.id === "string" ? String(value.id) : undefined,
|
|
112
|
-
start: Number(value.start ?? 0),
|
|
113
|
-
end: Number(value.end ?? 0),
|
|
114
|
-
};
|
|
115
|
-
}),
|
|
116
|
-
}
|
|
117
|
-
: {}),
|
|
118
|
-
...(rawUrls.length
|
|
119
|
-
? {
|
|
120
|
-
urls: rawUrls.map((url) => {
|
|
121
|
-
const value = asRecord(url);
|
|
122
|
-
const expandedUrl = String(
|
|
123
|
-
value.expandedUrl ?? value.expanded_url ?? value.url ?? "",
|
|
124
|
-
);
|
|
125
|
-
return {
|
|
126
|
-
url: String(value.url ?? ""),
|
|
127
|
-
expandedUrl,
|
|
128
|
-
displayUrl: String(
|
|
129
|
-
value.displayUrl ??
|
|
130
|
-
value.display_url ??
|
|
131
|
-
expandedUrl ??
|
|
132
|
-
value.url ??
|
|
133
|
-
"",
|
|
134
|
-
),
|
|
135
|
-
start: Number(value.start ?? 0),
|
|
136
|
-
end: Number(value.end ?? 0),
|
|
137
|
-
...(typeof value.title === "string"
|
|
138
|
-
? { title: value.title }
|
|
139
|
-
: {}),
|
|
140
|
-
...(typeof value.description === "string" ||
|
|
141
|
-
value.description === null
|
|
142
|
-
? { description: value.description }
|
|
143
|
-
: {}),
|
|
144
|
-
...(typeof value.imageUrl === "string"
|
|
145
|
-
? { imageUrl: value.imageUrl }
|
|
146
|
-
: typeof value.image_url === "string"
|
|
147
|
-
? { imageUrl: value.image_url }
|
|
148
|
-
: {}),
|
|
149
|
-
...(typeof value.siteName === "string"
|
|
150
|
-
? { siteName: value.siteName }
|
|
151
|
-
: typeof value.site_name === "string"
|
|
152
|
-
? { siteName: value.site_name }
|
|
153
|
-
: {}),
|
|
154
|
-
};
|
|
155
|
-
}),
|
|
156
|
-
}
|
|
157
|
-
: {}),
|
|
158
|
-
...(rawHashtags.length
|
|
159
|
-
? {
|
|
160
|
-
hashtags: rawHashtags.map((hashtag) => {
|
|
161
|
-
const value = asRecord(hashtag);
|
|
162
|
-
return {
|
|
163
|
-
tag: String(value.tag ?? value.text ?? ""),
|
|
164
|
-
start: Number(value.start ?? 0),
|
|
165
|
-
end: Number(value.end ?? 0),
|
|
166
|
-
};
|
|
167
|
-
}),
|
|
168
|
-
}
|
|
169
|
-
: {}),
|
|
170
|
-
...(articleTitle && articleUrl
|
|
171
|
-
? {
|
|
172
|
-
article: {
|
|
173
|
-
title: articleTitle,
|
|
174
|
-
url: articleUrl,
|
|
175
|
-
...(typeof (rawArticle.previewText ?? rawArticle.preview_text) ===
|
|
176
|
-
"string" &&
|
|
177
|
-
String(rawArticle.previewText ?? rawArticle.preview_text).trim()
|
|
178
|
-
? {
|
|
179
|
-
previewText: String(
|
|
180
|
-
rawArticle.previewText ?? rawArticle.preview_text,
|
|
181
|
-
).trim(),
|
|
182
|
-
}
|
|
183
|
-
: {}),
|
|
184
|
-
...(typeof (
|
|
185
|
-
rawArticle.coverImageUrl ?? rawArticle.cover_image_url
|
|
186
|
-
) === "string" &&
|
|
187
|
-
String(
|
|
188
|
-
rawArticle.coverImageUrl ?? rawArticle.cover_image_url,
|
|
189
|
-
).trim()
|
|
190
|
-
? {
|
|
191
|
-
coverImageUrl: String(
|
|
192
|
-
rawArticle.coverImageUrl ?? rawArticle.cover_image_url,
|
|
193
|
-
).trim(),
|
|
194
|
-
}
|
|
195
|
-
: {}),
|
|
196
|
-
},
|
|
197
|
-
}
|
|
198
|
-
: {}),
|
|
199
|
-
};
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
export function profileDescriptionEntitiesFromXurl(
|
|
203
|
-
raw: unknown,
|
|
204
|
-
): TweetEntities {
|
|
205
|
-
const entities = asRecord(raw);
|
|
206
|
-
return tweetEntitiesFromXurl(entities.description);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
function spansOverlap(
|
|
210
|
-
leftStart: number,
|
|
211
|
-
leftEnd: number,
|
|
212
|
-
rightStart: number,
|
|
213
|
-
rightEnd: number,
|
|
214
|
-
) {
|
|
215
|
-
return leftStart < rightEnd && rightStart < leftEnd;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
function stringIndexFromCodePointIndex(text: string, index: number) {
|
|
219
|
-
if (index <= 0) return 0;
|
|
220
|
-
let stringIndex = 0;
|
|
221
|
-
let codePointIndex = 0;
|
|
222
|
-
for (const character of text) {
|
|
223
|
-
if (codePointIndex >= index) break;
|
|
224
|
-
stringIndex += character.length;
|
|
225
|
-
codePointIndex += 1;
|
|
226
|
-
}
|
|
227
|
-
return stringIndex;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
function segmentTextMatches(
|
|
231
|
-
text: string,
|
|
232
|
-
segment: TweetSegment,
|
|
233
|
-
start: number,
|
|
234
|
-
end: number,
|
|
235
|
-
) {
|
|
236
|
-
const slice = text.slice(start, end);
|
|
237
|
-
if (segment.kind === "mention") {
|
|
238
|
-
return slice.toLowerCase() === `@${segment.username}`.toLowerCase();
|
|
239
|
-
}
|
|
240
|
-
if (segment.kind === "hashtag") {
|
|
241
|
-
return slice.toLowerCase() === `#${segment.tag}`.toLowerCase();
|
|
242
|
-
}
|
|
243
|
-
return slice === segment.url;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
function normalizeSegmentTextRange(text: string, segment: TweetSegment) {
|
|
247
|
-
if (
|
|
248
|
-
segment.start >= 0 &&
|
|
249
|
-
segment.end > segment.start &&
|
|
250
|
-
segment.end <= text.length &&
|
|
251
|
-
segmentTextMatches(text, segment, segment.start, segment.end)
|
|
252
|
-
) {
|
|
253
|
-
return segment;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
const start = stringIndexFromCodePointIndex(text, segment.start);
|
|
257
|
-
const end = stringIndexFromCodePointIndex(text, segment.end);
|
|
258
|
-
if (
|
|
259
|
-
start >= 0 &&
|
|
260
|
-
end > start &&
|
|
261
|
-
end <= text.length &&
|
|
262
|
-
segmentTextMatches(text, segment, start, end)
|
|
263
|
-
) {
|
|
264
|
-
return { ...segment, start, end };
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
return segment;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
export function normalizeTweetUrlEntityRangeForText(
|
|
271
|
-
text: string,
|
|
272
|
-
entry: TweetUrlEntity,
|
|
273
|
-
) {
|
|
274
|
-
const normalized = normalizeSegmentTextRange(text, { ...entry, kind: "url" });
|
|
275
|
-
return { start: normalized.start, end: normalized.end };
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
export function enrichFallbackUrlEntities(
|
|
279
|
-
text: string,
|
|
280
|
-
entities: TweetEntities,
|
|
281
|
-
resolveExpansion?: (rawUrl: string) => UrlExpansion | null | undefined,
|
|
282
|
-
): TweetEntities {
|
|
283
|
-
const existingUrls = entities.urls ?? [];
|
|
284
|
-
const enrichedExistingUrls = existingUrls.map((entry) => {
|
|
285
|
-
const expansion = resolveExpansion?.(entry.url);
|
|
286
|
-
if (!expansion) return entry;
|
|
287
|
-
const expandedUrl = expansion.expandedUrl || entry.expandedUrl;
|
|
288
|
-
return {
|
|
289
|
-
...entry,
|
|
290
|
-
expandedUrl,
|
|
291
|
-
displayUrl: expansion.displayUrl || displayUrlForLink(expandedUrl),
|
|
292
|
-
...(expansion.title ? { title: expansion.title } : {}),
|
|
293
|
-
...(expansion && "description" in expansion
|
|
294
|
-
? { description: expansion.description ?? null }
|
|
295
|
-
: {}),
|
|
296
|
-
...(expansion.imageUrl ? { imageUrl: expansion.imageUrl } : {}),
|
|
297
|
-
...(expansion.siteName ? { siteName: expansion.siteName } : {}),
|
|
298
|
-
};
|
|
299
|
-
});
|
|
300
|
-
const fallbackUrls: TweetUrlEntity[] = [];
|
|
301
|
-
|
|
302
|
-
for (const match of text.matchAll(RAW_URL_PATTERN)) {
|
|
303
|
-
const rawMatch = match[0];
|
|
304
|
-
const url = rawMatch.replace(TRAILING_URL_PUNCTUATION, "");
|
|
305
|
-
const start = match.index ?? 0;
|
|
306
|
-
const end = start + url.length;
|
|
307
|
-
if (!url) {
|
|
308
|
-
continue;
|
|
309
|
-
}
|
|
310
|
-
if (
|
|
311
|
-
enrichedExistingUrls.some((entry) =>
|
|
312
|
-
spansOverlap(start, end, entry.start, entry.end),
|
|
313
|
-
)
|
|
314
|
-
) {
|
|
315
|
-
continue;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
const expansion = resolveExpansion?.(url);
|
|
319
|
-
const expandedUrl = expansion?.expandedUrl || url;
|
|
320
|
-
fallbackUrls.push({
|
|
321
|
-
url,
|
|
322
|
-
expandedUrl,
|
|
323
|
-
displayUrl: expansion?.displayUrl || displayUrlForLink(expandedUrl),
|
|
324
|
-
start,
|
|
325
|
-
end,
|
|
326
|
-
...(expansion?.title ? { title: expansion.title } : {}),
|
|
327
|
-
...(expansion && "description" in expansion
|
|
328
|
-
? { description: expansion.description ?? null }
|
|
329
|
-
: {}),
|
|
330
|
-
...(expansion?.imageUrl ? { imageUrl: expansion.imageUrl } : {}),
|
|
331
|
-
...(expansion?.siteName ? { siteName: expansion.siteName } : {}),
|
|
332
|
-
});
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
if (fallbackUrls.length === 0) {
|
|
336
|
-
return { ...entities, urls: enrichedExistingUrls };
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
return {
|
|
340
|
-
...entities,
|
|
341
|
-
urls: [...enrichedExistingUrls, ...fallbackUrls].sort(
|
|
342
|
-
(left, right) => left.start - right.start,
|
|
343
|
-
),
|
|
344
|
-
};
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
export function collectTweetSegments(entities: TweetEntities): TweetSegment[] {
|
|
348
|
-
return [
|
|
349
|
-
...(entities.mentions?.map((entry) => ({
|
|
350
|
-
...entry,
|
|
351
|
-
kind: "mention" as const,
|
|
352
|
-
})) ?? []),
|
|
353
|
-
...(entities.urls?.map((entry) => ({ ...entry, kind: "url" as const })) ??
|
|
354
|
-
[]),
|
|
355
|
-
...(entities.hashtags?.map((entry) => ({
|
|
356
|
-
...entry,
|
|
357
|
-
kind: "hashtag" as const,
|
|
358
|
-
})) ?? []),
|
|
359
|
-
].sort((left, right) => left.start - right.start);
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export function collectTweetSegmentsForText(
|
|
363
|
-
text: string,
|
|
364
|
-
entities: TweetEntities,
|
|
365
|
-
) {
|
|
366
|
-
return collectTweetSegments(entities)
|
|
367
|
-
.map((segment) => normalizeSegmentTextRange(text, segment))
|
|
368
|
-
.sort((left, right) => left.start - right.start);
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
function renderTweetText(
|
|
372
|
-
text: string,
|
|
373
|
-
entities: TweetEntities,
|
|
374
|
-
renderSegment: (segment: TweetSegment, fallback: string) => string,
|
|
375
|
-
) {
|
|
376
|
-
const segments = collectTweetSegmentsForText(text, entities);
|
|
377
|
-
let cursor = 0;
|
|
378
|
-
let output = "";
|
|
379
|
-
|
|
380
|
-
for (const segment of segments) {
|
|
381
|
-
if (
|
|
382
|
-
segment.start < cursor ||
|
|
383
|
-
segment.end <= segment.start ||
|
|
384
|
-
segment.end > text.length
|
|
385
|
-
) {
|
|
386
|
-
continue;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
output += text.slice(cursor, segment.start);
|
|
390
|
-
const fallback = text.slice(segment.start, segment.end);
|
|
391
|
-
output += renderSegment(segment, fallback);
|
|
392
|
-
cursor = segment.end;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
output += text.slice(cursor);
|
|
396
|
-
return output;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
export function renderTweetPlainText(text: string, entities: TweetEntities) {
|
|
400
|
-
return renderTweetText(text, entities, (segment, fallback) => {
|
|
401
|
-
if (segment.kind === "url") {
|
|
402
|
-
return segment.expandedUrl;
|
|
403
|
-
}
|
|
404
|
-
if (segment.kind === "mention") {
|
|
405
|
-
return `@${segment.username}`;
|
|
406
|
-
}
|
|
407
|
-
if (segment.kind === "hashtag") {
|
|
408
|
-
return `#${segment.tag}`;
|
|
409
|
-
}
|
|
410
|
-
return fallback;
|
|
411
|
-
});
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
export function renderTweetMarkdown(text: string, entities: TweetEntities) {
|
|
415
|
-
return renderTweetText(text, entities, (segment, fallback) => {
|
|
416
|
-
if (segment.kind === "url") {
|
|
417
|
-
return `[${escapeMarkdown(segment.displayUrl)}](${segment.expandedUrl})`;
|
|
418
|
-
}
|
|
419
|
-
if (segment.kind === "mention") {
|
|
420
|
-
const label = `@${segment.username}`;
|
|
421
|
-
return segment.profile
|
|
422
|
-
? `[${escapeMarkdown(label)}](https://x.com/${segment.username})`
|
|
423
|
-
: escapeMarkdown(label);
|
|
424
|
-
}
|
|
425
|
-
if (segment.kind === "hashtag") {
|
|
426
|
-
return escapeMarkdown(`#${segment.tag}`);
|
|
427
|
-
}
|
|
428
|
-
return escapeMarkdown(fallback);
|
|
429
|
-
});
|
|
430
|
-
}
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import type { Database } from "./sqlite";
|
|
2
|
-
import { buildMediaJsonFromIncludes, countTweetMedia } from "./media-includes";
|
|
3
|
-
import { tweetEntitiesFromXurl } from "./tweet-render";
|
|
4
|
-
import type { XurlMentionData, XurlMentionsResponse } from "./types";
|
|
5
|
-
import {
|
|
6
|
-
type TweetAccountEdgeKind,
|
|
7
|
-
upsertTweetAccountEdge,
|
|
8
|
-
} from "./tweet-account-edges";
|
|
9
|
-
import { ensureStubProfileForXUser, upsertProfileFromXUser } from "./x-profile";
|
|
10
|
-
|
|
11
|
-
export type CanonicalTweetKind =
|
|
12
|
-
| "authored"
|
|
13
|
-
| "bookmark"
|
|
14
|
-
| "home"
|
|
15
|
-
| "like"
|
|
16
|
-
| "mention"
|
|
17
|
-
| "search"
|
|
18
|
-
| "thread"
|
|
19
|
-
| "thread_context";
|
|
20
|
-
|
|
21
|
-
export interface IngestTweetPayloadOptions {
|
|
22
|
-
accountId: string;
|
|
23
|
-
payload: XurlMentionsResponse;
|
|
24
|
-
kind: CanonicalTweetKind;
|
|
25
|
-
source: string;
|
|
26
|
-
edgeKind?: TweetAccountEdgeKind;
|
|
27
|
-
collectionKind?: "likes" | "bookmarks";
|
|
28
|
-
markRepliesAsReplied?: boolean;
|
|
29
|
-
replaceSecondaryKind?: boolean;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
function getReferencedTweetId(tweet: XurlMentionData, type: string) {
|
|
33
|
-
return (
|
|
34
|
-
tweet.referenced_tweets?.find((item) => item.type === type)?.id ?? null
|
|
35
|
-
);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function replaceTweetFts(db: Database, tweetId: string, text: string) {
|
|
39
|
-
db.prepare("delete from tweets_fts where tweet_id = ?").run(tweetId);
|
|
40
|
-
db.prepare("insert into tweets_fts (tweet_id, text) values (?, ?)").run(
|
|
41
|
-
tweetId,
|
|
42
|
-
text,
|
|
43
|
-
);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export function ingestTweetPayload(
|
|
47
|
-
db: Database,
|
|
48
|
-
{
|
|
49
|
-
accountId,
|
|
50
|
-
payload,
|
|
51
|
-
kind,
|
|
52
|
-
source,
|
|
53
|
-
edgeKind,
|
|
54
|
-
collectionKind,
|
|
55
|
-
markRepliesAsReplied = false,
|
|
56
|
-
replaceSecondaryKind = false,
|
|
57
|
-
}: IngestTweetPayloadOptions,
|
|
58
|
-
) {
|
|
59
|
-
const usersById = new Map(
|
|
60
|
-
(payload.includes?.users ?? []).map((user) => [user.id, user]),
|
|
61
|
-
);
|
|
62
|
-
const upsertTweet = db.prepare(`
|
|
63
|
-
insert into tweets (
|
|
64
|
-
id, account_id, author_profile_id, kind, text, created_at,
|
|
65
|
-
is_replied, reply_to_id, like_count, media_count, bookmarked, liked,
|
|
66
|
-
entities_json, media_json, quoted_tweet_id
|
|
67
|
-
) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
68
|
-
on conflict(id) do update set
|
|
69
|
-
account_id = tweets.account_id,
|
|
70
|
-
author_profile_id = excluded.author_profile_id,
|
|
71
|
-
kind = case
|
|
72
|
-
when ? = 1
|
|
73
|
-
and tweets.kind not in ('authored', 'home', 'mention')
|
|
74
|
-
then excluded.kind
|
|
75
|
-
else tweets.kind
|
|
76
|
-
end,
|
|
77
|
-
text = excluded.text,
|
|
78
|
-
created_at = excluded.created_at,
|
|
79
|
-
is_replied = max(tweets.is_replied, excluded.is_replied),
|
|
80
|
-
reply_to_id = coalesce(tweets.reply_to_id, excluded.reply_to_id),
|
|
81
|
-
like_count = excluded.like_count,
|
|
82
|
-
media_count = max(tweets.media_count, excluded.media_count),
|
|
83
|
-
entities_json = excluded.entities_json,
|
|
84
|
-
media_json = case
|
|
85
|
-
when excluded.media_json not in ('', '[]', 'null') then excluded.media_json
|
|
86
|
-
else tweets.media_json
|
|
87
|
-
end,
|
|
88
|
-
bookmarked = tweets.bookmarked,
|
|
89
|
-
liked = tweets.liked,
|
|
90
|
-
quoted_tweet_id = coalesce(tweets.quoted_tweet_id, excluded.quoted_tweet_id)
|
|
91
|
-
`);
|
|
92
|
-
const upsertCollection = collectionKind
|
|
93
|
-
? db.prepare(`
|
|
94
|
-
insert into tweet_collections (
|
|
95
|
-
account_id, tweet_id, kind, collected_at, source, raw_json, updated_at
|
|
96
|
-
) values (?, ?, ?, null, ?, ?, ?)
|
|
97
|
-
on conflict(account_id, tweet_id, kind) do update set
|
|
98
|
-
source = excluded.source,
|
|
99
|
-
raw_json = excluded.raw_json,
|
|
100
|
-
updated_at = excluded.updated_at
|
|
101
|
-
`)
|
|
102
|
-
: undefined;
|
|
103
|
-
const tweetIds: string[] = [];
|
|
104
|
-
|
|
105
|
-
db.transaction(() => {
|
|
106
|
-
const observedAt = new Date().toISOString();
|
|
107
|
-
for (const tweet of payload.data) {
|
|
108
|
-
const author = usersById.get(tweet.author_id);
|
|
109
|
-
const profile = author
|
|
110
|
-
? upsertProfileFromXUser(db, author)
|
|
111
|
-
: ensureStubProfileForXUser(db, tweet.author_id);
|
|
112
|
-
const replyToId = getReferencedTweetId(tweet, "replied_to");
|
|
113
|
-
const quotedTweetId = getReferencedTweetId(tweet, "quoted");
|
|
114
|
-
upsertTweet.run(
|
|
115
|
-
tweet.id,
|
|
116
|
-
accountId,
|
|
117
|
-
profile.profile.id,
|
|
118
|
-
kind,
|
|
119
|
-
tweet.text,
|
|
120
|
-
tweet.created_at,
|
|
121
|
-
markRepliesAsReplied && replyToId ? 1 : 0,
|
|
122
|
-
replyToId,
|
|
123
|
-
Number(tweet.public_metrics?.like_count ?? 0),
|
|
124
|
-
countTweetMedia(tweet),
|
|
125
|
-
collectionKind === "bookmarks" ? 1 : 0,
|
|
126
|
-
collectionKind === "likes" ? 1 : 0,
|
|
127
|
-
JSON.stringify(tweetEntitiesFromXurl(tweet.entities)),
|
|
128
|
-
buildMediaJsonFromIncludes(tweet, payload.includes?.media),
|
|
129
|
-
quotedTweetId,
|
|
130
|
-
replaceSecondaryKind ? 1 : 0,
|
|
131
|
-
);
|
|
132
|
-
if (edgeKind) {
|
|
133
|
-
upsertTweetAccountEdge(db, {
|
|
134
|
-
accountId,
|
|
135
|
-
tweetId: tweet.id,
|
|
136
|
-
kind: edgeKind,
|
|
137
|
-
source,
|
|
138
|
-
seenAt: observedAt,
|
|
139
|
-
rawJson: JSON.stringify(tweet),
|
|
140
|
-
});
|
|
141
|
-
}
|
|
142
|
-
upsertCollection?.run(
|
|
143
|
-
accountId,
|
|
144
|
-
tweet.id,
|
|
145
|
-
collectionKind,
|
|
146
|
-
source,
|
|
147
|
-
JSON.stringify(tweet),
|
|
148
|
-
observedAt,
|
|
149
|
-
);
|
|
150
|
-
replaceTweetFts(db, tweet.id, tweet.text);
|
|
151
|
-
tweetIds.push(tweet.id);
|
|
152
|
-
}
|
|
153
|
-
})();
|
|
154
|
-
|
|
155
|
-
return tweetIds;
|
|
156
|
-
}
|