Loading...
Loading...
CLI tool to fetch trending news and hot topics from 66 sources across 44 platforms. Returns structured news items with titles, URLs, and metadata. USE FOR: - Fetching trending/hot news from Chinese and international platforms - Monitoring hot topics across social media, tech, finance, and news sites - Getting structured news data as JSON for further processing - Listing available news sources Requires npm install. Some sources need env vars (PRODUCTHUNT_API_TOKEN). Some sources may be blocked by Cloudflare (linuxdo).
npx skill4agent add sorrycc/newsnow newsnownewsnow --help--json| Need | Command | When |
|---|---|---|
| See all sources | | Don't know source names |
| See sources as JSON | | Need source list programmatically |
| Get news | | Know the source, want readable output |
| Get news as JSON | | Need structured data for processing |
newsnow list
newsnow list --jsonnewsnow hackernews
newsnow hackernews --jsonidtitleurlpubDateextra| Platform | Sources |
|---|---|
| 36kr | |
| Baidu | |
| Bilibili | |
| Cankaoxiaoxi | |
| Chongbuluo | |
| CLS | |
| Coolapk | |
| Douban | |
| Douyin | |
| Fastbull | |
| FreeBuf | |
| Gelonghui | |
| Ghxi | |
| GitHub | |
| Hacker News | |
| Hupu | |
| iFeng | |
| iQIYI | |
| ITHome | |
| Jin10 | |
| Juejin | |
| Kaopu | |
| Kuaishou | |
| LinuxDo | |
| MktNews | |
| Nowcoder | |
| PCBeta | |
| Product Hunt | |
| QQ Video | |
| SMZDM | |
| Solidot | |
| Sputnik News CN | |
| SSPai | |
| Steam | |
| Tencent | |
| The Paper | |
| Tieba | |
| Toutiao | |
| V2EX | |
| Wall Street CN | |
| |
| Xueqiu | |
| Zaobao | |
| Zhihu | |
| Category | Recommended Sources |
|---|---|
| Tech | |
| Finance | |
| General News | |
| Social/Trending | |
| Security | |
| Product/Design | |
PRODUCTHUNT_API_TOKENproducthuntlinuxdolinuxdo-latestlinuxdo-hotnewsnow hackernews --json | jq '.[].title'
newsnow hackernews --json | jq '.[:5]'
newsnow weibo --json | jq '.[] | "\(.title) \(.url)"'