Build a dashboard that shows what's trending across Bilibili, Weibo, Zhihu, and Douyin in a single view.
Subscribe to trending topics from major Chinese platforms via RSS in your feed reader.
Power a bot or newsletter that automatically posts daily trending content from Chinese social media.
Deploy a private trending-data API on Vercel or Docker to feed a custom frontend or analytics tool.
Requires Node.js or Docker, README is primarily in Chinese, which may require translation for non-Chinese-reading users.
This is an API server that aggregates trending content lists from a large number of Chinese websites and platforms, making that data available in a unified format. Instead of visiting each platform separately to see what is popular, developers can call a single API endpoint and get trending data from dozens of sources all at once. The platforms covered include major Chinese social media and content sites such as Bilibili (video), Weibo (microblogging), Zhihu (Q&A), Baidu (search), Douyin (short video), and many others including news outlets, tech blogs, and community forums. Each source is exposed as its own endpoint named after the platform, and the API supports returning data in either JSON format or RSS format, which is a standard feed format that feed readers can subscribe to. The server is built in TypeScript and can be deployed in several ways: to Vercel (a cloud hosting service), via Docker (a containerized deployment tool), or on your own server. The routing structure is described as simple and designed to make adding new sources straightforward. A companion frontend project exists as a separate repository and provides a visual interface built on top of this API. The README is primarily in Chinese, with the project description and feature list written in Mandarin.
← imsyy on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.