qabot logo

qabot

Enrichment pending
hardbyte/qabot

CLI based natural language queries on local or remote data

GraphCanon updated today · GitHub synced today

245
Stars
20
Forks
2
Open issues
2
Watchers
1y
Last push
Python Apache-2.0Created Mar 3, 2023

Trust & integrity

Full report
Maintenance
Dormant (492d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

CLI based natural language queries on local or remote data

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Jul 11, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Jul 11, 2026

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Jul 11, 2026

Languages
python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Tags

README

Installation

Install with uv, pipx, pip etc:

uv tool install qabot

Docker Usage

You can run qabot via Docker:

docker run --rm \
  -e OPENAI_API_KEY=<your_openai_api_key> \
  -v ./data:/opt
  ghcr.io/hardbyte/qabot -f /opt/titanic.csv -q "What ratio of passengers were under 30?"

Replace the mount path to your actual data along with replacing your_openai_api_key.