mirror of
https://github.com/jacob-bd/openclaw-newsroom.git
synced 2026-08-14 00:47:57 +00:00
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.
24 lines
297 B
Plaintext
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
|