Releases: dipankar/gdelt-cli
Releases · dipankar/gdelt-cli
GDELT CLI v0.1.0
GDELT CLI v0.1.0
Installation
Quick install (Linux/macOS):
curl -fsSL https://raw.githubusercontent.com/neul-labs/gdelt-cli/main/install.sh | bashManual download:
Download the appropriate archive for your platform below.
Platforms
| Platform | Architecture | Archive |
|---|---|---|
| Linux | x86_64 | gdelt-v0.1.0-linux-x86_64.tar.gz |
Note: Additional platforms (Linux ARM64, macOS, Windows) will be added via GitHub Actions.
Verification
Verify downloads with checksums:
sha256sum -c checksums-v0.1.0.sha256Features
- DOC 2.0 API client for news article search
- GEO 2.0 API client for geographic queries
- TV 2.0 API client for television news
- Article enrichment with GKG metadata (
--enrichflag) - Full text fetching (
--fetch-textflag) - Local DuckDB database for offline analytics
- MCP server for AI assistant integration
- Multiple output formats (JSON, JSONL, CSV, Table, Markdown)
What's New
See CHANGELOG for details.