Module news_clients

Module news_clients 

Source
Expand description

News & Social Media API client integrations

This module provides async clients for fetching data from news and social media APIs and converting responses into RuVector’s DataRecord format with embeddings.

§Clients

  • HackerNewsClient: Hacker News stories, comments, and user data
  • GuardianClient: The Guardian news articles and sections
  • NewsDataClient: NewsData.io latest and historical news
  • RedditClient: Reddit posts and comments via JSON endpoints

Structs§

GuardianClient
Client for The Guardian API
HackerNewsClient
Client for Hacker News API
NewsDataClient
Client for NewsData.io API
RedditClient
Client for Reddit JSON endpoints