π¦ ClawHub
last30days
by @bibaofeng
Research the last 30 days across Reddit, X/Twitter, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and web search. Use when: you need recent so...
β‘ When to Use
βοΈ Configuration
AISA_API_KEY is the main hosted credential.GH_TOKEN or GITHUB_TOKEN is optional for GitHub search only.3.12+ is required.for py in /usr/local/python3.12/bin/python3.12 python3.14 python3.13 python3.12 python3; do
command -v "$py" >/dev/null 2>&1 || continue
"$py" -c 'import sys; raise SystemExit(0 if sys.version_info >= (3, 12) else 1)' || continue
LAST30DAYS_PYTHON="$py"
break
done
TERMINAL
clawhub install last30days-aisa