Files
jacob-bd 4fd25f4afb Initial release: OpenClaw automated news scanning pipeline
11 scripts + editorial profile template for a complete AI-powered
news scanning workflow. 5 data sources (RSS, Reddit, Twitter, GitHub,
Tavily), quality scoring, article enrichment, and Gemini Flash
editorial curation. ~$5/month to run.
2026-03-03 12:37:37 -05:00

24 lines
297 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
# Runtime state (created by the pipeline)
github_trending_state.json
last_scan_candidates.txt
last_scan_github.txt
scanner_presented.md
editorial_decisions.md
news_log.md
# Environment / secrets
.env
*.key
# macOS
.DS_Store
# Temp files
/tmp/
*.log