Available Feeds
Bilibili
Dribbble Popular Shots
/api/dribbble/v1/popular/atom
Examples
- Popular
https://feedo.vercel.app/api/dribbble/v1/popular/atom
Wikipedia Daily Featured (中文)
/api/wikipedia/v1/featured/json
Examples
- Daily Featured
https://feedo.vercel.app/api/wikipedia/v1/featured/json
Hacker News Daily
/api/hackernews/v1/daily/json
- Daily
https://feedo.vercel.app/api/hackernews/v1/daily/json
Epic Games
Sites Which Provide Feeds Already
YouTube
https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}
Examples
- Gamker攻壳官方频道
https://www.youtube.com/feeds/videos.xml?channel_id=UCLgGLSFMZQB8c0WGcwE49Gw
GitHub
Recent Commits of a repo https://github.com/{user}/{repo}/commits/{branch}.atom
Examples
- Recent Commits to evanw/esbuild master branch
https://github.com/evanw/esbuild/commits/master.atom
Releases of a repo https://github.com/{user}/{repo}/releases.atom
Examples
- Releases of facebook/react
https://github.com/facebook/react/releases.atom
Posts of a subreddit https://www.reddit.com/r/{subreddit}.rss
Examples
- Posts of r/EarthPorn
https://www.reddit.com/r/EarthPorn.rss
Hot posts of a subreddit https://www.reddit.com/r/{subreddit}/hot.rss?limit={limit}
Examples
- Hot posts of r/EarthPorn
https://www.reddit.com/r/EarthPorn/hot.rss?limit=3