• Joined on 2024-10-24
jim pushed to master at jim/URLNotesGrabberCore 2026-05-16 14:03:40 -05:00
5781e121d2 Merge branch 'claude/gifted-dhawan-7e5fc7'
e27190e4f9 add incremental refresh + cooldown to -likes mode
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-05-15 11:54:01 -05:00
7c667bd579 Merge branch 'claude/eager-hugle-2f3520'
2634ff8967 speed up no-args directory import with shared connection + lazy blog cache
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-05-15 11:50:25 -05:00
69ce36a1f5 sleep call on finding note
52293f2021 Merge branch 'claude/goofy-antonelli-73ea26'
2b86ce9119 collapse GetPosts SQL log to a single line
a5c118ce3b Merge branch 'claude/goofy-antonelli-73ea26'
47497d02bf tweak GetPosts beforeDate filter and broaden GetBlogsForLikes
Compare 26 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-05-06 16:52:07 -05:00
b70f356d24 SQLite DB Project File
jim pushed to master at jim/URLNotesGrabberCore 2026-05-06 15:40:20 -05:00
539994b742 fix: emit per-key colored output in -replies mode on successful API calls
jim pushed to master at jim/URLNotesGrabberCore 2026-05-06 15:36:57 -05:00
a7d175a5a8 feat: enhance replies command progress output
0adaef62b1 fix: update GetRepliesWithFilledText to join Posts table and filter NotFound
1507086269 fix: Correct CollectMissingReplyText to use API key rate limiting
9c77ecce4b fix: color no-replies messages yellow for visual distinction
Compare 8 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-05-05 00:05:05 -05:00
354bb9cc8e Additional fixes
jim pushed to master at jim/URLNotesGrabberCore 2026-05-04 10:34:07 -05:00
5e62b58261 feat: add API key color assignment, auto-persist, AGENTS.md
jim pushed to master at jim/URLNotesGrabberCore 2026-05-03 14:00:02 -05:00
34e5745e99 Fixed bugs on API key pool
jim pushed to master at jim/URLNotesGrabberCore 2026-05-03 13:32:00 -05:00
6cec7afb53 Changes Summary
jim pushed to master at jim/URLNotesGrabberCore 2026-05-03 08:42:25 -05:00
de96c7c1c5 Updated db location logic
jim pushed to master at jim/URLNotesGrabberCore 2026-04-15 15:16:27 -05:00
059c9cd527 Improve import speed, add URL dump, and CLI options
jim pushed to master at jim/URLNotesGrabberCore 2026-04-03 13:37:36 -05:00
390e1284cb Add support for selecting Tumblr API credentials via CLI
jim pushed to master at jim/URLNotesGrabberCore 2026-04-02 11:06:44 -05:00
eb86bc8f66 Add byLikes tracking to blogs and posts in DataAccess
15b484bdf8 Update SQL logic, add project file, remove TLDB.7z
Compare 3 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-02-12 23:15:20 -06:00
bc9985a6f0 Add support for fetching and storing reply text
0e5fb124a0 Enhance filtering, SQL, and error handling logic
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2025-11-25 10:59:18 -06:00
e55d2b0e29 DataAccess: use INSERT OR IGNORE for Notes to handle duplicate entries; improve rate limit handling in API responses
jim pushed to master at jim/URLNotesGrabberCore 2025-11-24 13:18:38 -06:00
30f127cca4 Remove debug output for blog name in DataAccess to clean up console logs
3d8c5a2823 DataAccess: use INSERT OR IGNORE for AddBlog to prevent UNIQUE constraint on duplicate blog names
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2025-11-24 12:16:10 -06:00
fdfe85d118 MarkNotFound
de51068d0a DataAccess: use INSERT OR IGNORE for DailyAPICount to prevent UNIQUE constraint
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2025-11-21 16:27:52 -06:00
2640854f79 feat: Refactor database access to use parameterized queries and improve error handling; update launch settings and add VSCode configuration files
jim pushed to master at jim/URLNotesGrabberCore 2025-11-19 16:26:48 -06:00
81e345b36f feat: Introduce initial implementation of URL notes grabber console application with database and API integration.