Skip to content

Releases: dipankar/gdelt-cli

GDELT CLI v0.1.0

20 Mar 21:47

Choose a tag to compare

GDELT CLI v0.1.0

Installation

Quick install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/neul-labs/gdelt-cli/main/install.sh | bash

Manual 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.sha256

Features

  • 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 (--enrich flag)
  • Full text fetching (--fetch-text flag)
  • 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.