gdelt 0.1.0

CLI for GDELT Project - optimized for agentic usage with local data caching
1
2
3
4
5
6
7
8
9
10
11
12
13
//! GDELT API client module.
//!
//! This module provides HTTP clients for all GDELT APIs:
//! - DOC 2.0 API (news articles)
//! - GEO 2.0 API (geographic data)
//! - TV 2.0 API (television news)
//! - TV AI API (AI-enhanced TV analysis)

pub mod client;
pub mod doc;
pub mod geo;
pub mod tv;