LearnPrompt/ai-news-radar: README-based editorial guide
A guide grounded in the README, repository metadata, and license for installing and checking LearnPrompt/ai-news-radar.
Project scope
LearnPrompt/ai-news-radar describes itself in the README as "24h AI/tech news radar with GitHub Actions, live web UI, and Scout Skill for AI sources.". This article keeps to facts that can be checked in the repository. Stars, forks, and promotional badges are signals of attention, not proof of quality. Under "24小时AI更新雷达|三口味锐评", the README says: 更新说明:v0.9 把界面收敛成单层信息架构(栏目 tab × 精选/全量 × 时间轴),旧的三视图截图存档于 /legacy/,保留至 2026 年 8 月中旬。. That establishes the project's stated boundary, not a production test.
Suitable use cases
The README's "v0.9:单层信息架构 + 标题增强" section gives a useful starting point for deciding whether the project fits: 精选/全量全局开关:精选读故事合并后的AI强相关高价值池,全量读广义AI相关的原始池(latest-24h-all.json,score >= 0.3),两种模式共用同一套时间轴+日期分组模板. If that problem is not yours, popularity is a poor reason to adopt it. Project names, commands, and component names are kept as written so a reader can return to the primary source without guessing at terminology. Another checkable README item is: 双视图:这套单层架构现在有两套 UI 皮肤,,根目录 index.html 默认手机版,右上角「视角」开关可切到 /classic/ 经典桌面版,也支持 ?view=mobile / ?view=classic / ?view=auto 参数直接指定;两套皮肤读同一份 data/,选择记在浏览器本地. It can shape a first test, but it does not replace testing in the intended environment.
How it works
The operating model is spread across sections such as "30秒选边上车". The source evidence includes: ② 直接看网页 → 打开 news.learnprompt.pro。默认是手机版视图,右上角「视角」开关能切到经典版(旧版桌面界面,路径 /classic/),也可以直接用 ?view=mobile / ?view=classic / ?view=auto 指定,两个视图读同一份 data/ 目录数据。v0.9 起是单层信息架构:顶部「全部/模型/产品/开发者/行业/论文/社区/自媒体」栏目 tab +. This article does not turn missing architecture, performance, or security details into claims. A real deployment still needs a look at the repository layout, configuration files, and release history.
Installation and first run
Start installation from the README's documented entry point. A command that can be checked in the source is: git clone https://github.com/LearnPrompt/ai-news-radar.git cd ai-news-radar python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt python scripts/update_news.py --output-dir data --window-hours 24 python -m http.server 8080 When the README contains no runnable command, this article does not invent one. Open its "24小时AI更新雷达|三口味锐评" section and confirm system dependencies, default ports, and first-run initialization before using a public server.