Add support for fetching and storing reply text

- Add database migration and update logic for replyText column in Notes
- Implement batch collection of missing reply text via Tumblr API
- Add new API integration to fetch reply text for replies
- Enhance DataAccess with methods to query/update replyText
- Update CLI: -replies now collects and stores reply text
- Improve logging (archive logs/), error handling, and output
- Remove TL.db from source control
This commit is contained in:
jim
2026-02-12 23:12:54 -06:00
parent 0e5fb124a0
commit bc9985a6f0
5 changed files with 635 additions and 208 deletions
@@ -2,7 +2,7 @@
"profiles": {
"URLNotesGrabberCORE": {
"commandName": "Project",
"commandLineArgs": "-test zomb-eh 802499389473079296"
"commandLineArgs": "-collect 1"
}
}
}