Merged
Conversation
New social/ package that follows accounts on X (via Nitter RSS) and
Truth Social. Fetches posts every 15 minutes, indexes for search,
and provides a dashboard card and full page view.
Two-part design:
1. Active feed — follows configured accounts in accounts.json,
grouped by category (Politics, Tech, Crypto)
2. News enrichment — callback wired in main.go detects social URLs
in news articles and renders the referenced posts inline
Also adds:
- /social route with JSON API and HTML views
- social_feed and social_search MCP tools
- OpSocialSearch wallet operation (1 credit)
- Dashboard card between Blog and News
- Sidebar nav link and landing page grid entry
- social.svg icon
Data model includes Source field ("feed", "fetch", "self") to support
user-posted content in future.
https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
Previously only Politics, Tech, and Crypto had accounts. Added Dev, Finance, Islam, UK, and World topics. https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
Metadata is already map[string]interface{}, not an interface,
so a type assertion is invalid. Access the map directly instead.
https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
The function returns early since the loop is disabled. Removed the dead code after the return to fix the unreachable code error. https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.