diff --git a/.claude/tl.db b/.claude/tl.db new file mode 100644 index 0000000..a67d288 Binary files /dev/null and b/.claude/tl.db differ diff --git a/RERUN.sqbpro b/RERUN.sqbpro index 98e48b7..e6998ce 100644 --- a/RERUN.sqbpro +++ b/RERUN.sqbpro @@ -1,4 +1,4 @@ -
UPDATE Posts +
UPDATE Posts SET HasNotesGathered = 0 WHERE (BlogName, PostID) IN ( SELECT p.BlogName, p.PostID @@ -29,11 +29,12 @@ blogname in 'nudenymph', 'caylachief' -)select RootBlogName, PostID, NoteBlogName || '.tumblr.com' as NoteBlogName, DatetimeCrawled, TimeStamp, type, RootBlogName || '.tumblr.com/post/' || postid, datetime(timestamp, 'unixepoch') -from Notes +)select P.slug, N.replyText, n.RootBlogName, n.PostID, NoteBlogName || '.tumblr.com' as NoteBlogName, DatetimeCrawled, TimeStamp, type, n.RootBlogName || '.tumblr.com/post/' || n.postid, datetime(timestamp, 'unixepoch') +from Notes N inner join Posts P on p.PostID = n.PostID where -DatetimeCrawled > '2026-05-14 02:50:05' --and type like 'r%' -order by DatetimeCrawled descSELECT distinct +DatetimeCrawled > '2026-08-07 11:47:22' and type like 'r%' +and P.IsActive = 1 +order by n.DatetimeCrawledSELECT distinct '''' || blogname || ''',', blogs.* , blogname || '.tumblr.com' @@ -64,4 +65,36 @@ JOIN ReplyCounts c ON n.NoteBlogName = c.NoteBlogName where replyText <> '.' and type <> 'reply' --AND N.NoteBlogName NOT IN ( 'roadblocker21', 'thesaddemon666', 'edwardabbeyhoffman', 'tattedsoldier20', 'zomb-eh', 'animalistic13', 'indken', 'maccloud1592', --'moss-wizard', 'supertrucker12682', 'exploringthrupics', 'padeyepete' ) -order by c.DistinctReplyCount desc, n.NoteBlogName, n.DateModified desc, replyText, RootBlogName, PostID
+order by c.DistinctReplyCount desc, n.NoteBlogName, n.DateModified desc, replyText, RootBlogName, PostID
WITH PostsWithCount AS ( SELECT P.BlogName, P.PostID, 1925013599 AS LatestNoteTimestamp, P.NotesGatheredDateTime, COUNT(P.PostID) OVER(PARTITION BY P.BlogName) AS CNT, P.HasNotesGathered, P.NotFound, P.PostDate FROM Posts P WHERE COALESCE(P.IsActive, 1) = 1 ), Unioned AS ( SELECT BlogName, PostID, LatestNoteTimestamp, NotesGatheredDateTime, CNT, PostDate FROM PostsWithCount WHERE NotFound = 0 AND HasNotesGathered = 0 UNION SELECT BlogName, PostID, LatestNoteTimestamp, NotesGatheredDateTime, CNT, PostDate FROM PostsWithCount WHERE BlogName = 'zomb-eh' AND NotFound = 0 AND NotesGatheredDateTime < unixepoch('now', 'localtime', '-3 days') ) SELECT U.BlogName, U.PostID, U.LatestNoteTimestamp, U.NotesGatheredDateTime, U.CNT FROM Unioned U WHERE (U.NotesGatheredDateTime < 1786134037 OR U.NotesGatheredDateTime IS NULL) ORDER BY U.NotesGatheredDateTime, U.PostDate DESC, U.BlogName, U.PostID;delete from posts where postid in +( +'741662499571728384', +178892849664, +178264721139, +177012868749, +169950081964, +755440787056099328 +)select * +-- delete +from notes +where postid not in (select distinct postid from posts where IsActive = 1)SELECT + * +FROM + POSTS P +WHERE + P.ByLikes = 1 + AND + P.DateCreated > '2026-05-26 17:47:32' +ORDER BY + P.DateCreated descupdate posts set IsActive = 0 where blogname IN ( 'shoebiedoo', 'redheaded-girlygirl', 'xlittle-ghost' )update Posts +set IsActive = 0 +where postid in +( + + +'731937314675310592' + + + +) + +
diff --git a/TL 20251212.7z b/TL 20251212.7z deleted file mode 100644 index 1d704bb..0000000 Binary files a/TL 20251212.7z and /dev/null differ diff --git a/URLNotesGrabberCORE/TL 20260807.7z b/URLNotesGrabberCORE/TL 20260807.7z new file mode 100644 index 0000000..a2bac63 Binary files /dev/null and b/URLNotesGrabberCORE/TL 20260807.7z differ