Borg/pkg/mocks
google-labs-jules[bot] 8ce979bab6 feat: BitcoinTalk forum thread archival
Adds the ability to collect BitcoinTalk.org forum threads, user profiles, and search results.

This change introduces a new `collect bitcointalk` command with three subcommands:
- `thread`: Archives a full multi-page thread to a Markdown file.
- `user`: Saves a user's profile to a JSON file.
- `search`: Saves search results to a JSON file.

Key features:
- Handles multi-page threads.
- Implements rate limiting to avoid being blocked.
- Includes unit and integration tests with a mock HTTP server and embedded test data.

Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
2026-02-02 00:51:50 +00:00
..
http.go feat: BitcoinTalk forum thread archival 2026-02-02 00:51:50 +00:00
mock_vcs.go feat: Improve test coverage and refactor for testability 2025-11-03 16:31:26 +00:00