programming
A List Apart
Topics
💡 Example: https://rsshub.app/alistapart/application-development
🛎️ Route: /alistapart/:topic
🔗 Parameters:
topic
, required - Any Topic or from the table below. Defaults to All Articles
🐙 Source Code: /alistapart/topic.ts
You have the option to utilize the main heading or use individual categories as topics for the path.
Code | code |
---|---|
Application Development | application-development |
Browsers | browsers |
CSS | css |
HTML | html |
JavaScript | javascript |
The Server Side | the-server-side |
Content | content |
---|---|
Community | community |
Content Strategy | content-strategy |
Writing | writing |
Design | design |
---|---|
Brand Identity | brand-identity |
Graphic Design | graphic-design |
Layout & Grids | layout-grids |
Mobile/Multidevice | mobile-multidevice |
Responsive Design | responsive-design |
Typography & Web Fonts | typography-web-fonts |
Industry & Business | industry-business |
---|---|
Business | business |
Career | career |
Industry | industry |
State of the Web | state-of-the-web |
Process | process |
---|---|
Creativity | creativity |
Project Management | project-management |
Web Strategy | web-strategy |
Workflow & Tools | workflow-tools |
User Experience | user-experience |
---|---|
Accessibility | accessibility |
Information Architecture | information-architecture |
Interaction Design | interaction-design |
Usability | usability |
User Research | user-research |
AlternativeTo
Platform Software
🚨 Strict anti-crawling🎭 Rely on Puppeteer🔍 Support Radar
💡 Example: https://rsshub.app/alternativeto/platform/firefox
🛎️ Route: /alternativeto/platform/:name/:routeParams?
🔗 Parameters:
name
, required - Platform namerouteParams
, optional - Filters of software type
🐙 Source Code: /alternativeto/platform.ts
routeParms can be copied from original site URL, example:
/alternativeto/platform/firefox/license=free
Software Alternatives
🚨 Strict anti-crawling🎭 Rely on Puppeteer🔍 Support Radar
💡 Example: https://rsshub.app/alternativeto/software/cpp
🛎️ Route: /alternativeto/software/:name/:routeParams?
🔗 Parameters:
name
, required - Software namerouteParams
, optional - Filters of software type
🐙 Source Code: /alternativeto/software.ts
routeParms can be copied from original site URL, example:
/alternativeto/software/cpp/license=opensource&platform=windows
AtCoder
Contests Archive
💡 Example: https://rsshub.app/atcoder/contest
🛎️ Route: /atcoder/contest/:language?/:rated?/:category?/:keyword?
🔗 Parameters:
language
, optional - Language,jp
as Japanese oren
as English, English by defaultrated
, optional - Rated Range, see below, all by defaultcategory
, optional - Category, see below, all by defaultkeyword
, optional - Keyword
🐙 Source Code: /atcoder/contest.ts
Rated Range
ABC Class (Rated for ~1999) | ARC Class (Rated for ~2799) | AGC Class (Rated for ~9999) |
---|---|---|
1 | 2 | 3 |
Category
All | AtCoder Typical Contest | PAST Archive | Unofficial(unrated) |
---|---|---|---|
0 | 6 | 50 | 101 |
JOI Archive | Sponsored Tournament | Sponsored Parallel(rated) |
---|---|---|
200 | 1000 | 1001 |
Sponsored Parallel(unrated) | Optimization Contest |
---|---|
1002 | 1200 |
Posts
💡 Example: https://rsshub.app/atcoder/post
🛎️ Route: /atcoder/post/:language?/:keyword?
🔗 Parameters:
language
, optional - Language,jp
as Japanese oren
as English, English by defaultkeyword
, optional - Keyword
🐙 Source Code: /atcoder/post.ts
BBC News Labs
News
💡 Example: https://rsshub.app/bbcnewslabs/news
🛎️ Route: /bbcnewslabs/news
🐙 Source Code: /bbcnewslabs/news.ts
Bitbucket
Commits
💡 Example: https://rsshub.app/bitbucket/commits/blaze-lib/blaze
🛎️ Route: /bitbucket/commits/:workspace/:repo_slug
🔗 Parameters:
workspace
, required - Workspacerepo_slug
, required - Repository
🐙 Source Code: /bitbucket/commits.ts
Tags
💡 Example: https://rsshub.app/bitbucket/tags/blaze-lib/blaze
🛎️ Route: /bitbucket/tags/:workspace/:repo_slug
🔗 Parameters:
workspace
, required - Workspacerepo_slug
, required - Repository
🐙 Source Code: /bitbucket/tags.ts
Bitmovin
Blog
CNCF
Category
💡 Example: https://rsshub.app/cncf
🛎️ Route: /cncf/:cate?
🔗 Parameters:
cate
, optional - blog by default
🐙 Source Code: /cncf/index.ts
Blog | News | Announcements | Reports |
---|---|---|---|
blog | news | announcements | reports |
Codeforces
Latest contests
💡 Example: https://rsshub.app/codeforces/contests
🛎️ Route: /codeforces/contests
🐙 Source Code: /codeforces/contests.ts
Recent actions
💡 Example: https://rsshub.app/codeforces/recent-actions
🛎️ Route: /codeforces/recent-actions/:minrating?
🔗 Parameters:
minrating
, optional - The minimum blog/comment rating required. Default: 1
🐙 Source Code: /codeforces/recent-actions.ts
deeplearning.ai
TheBatch 周报
💡 Example: https://rsshub.app/deeplearning/thebatch
🛎️ Route: /deeplearning/thebatch
🐙 Source Code: /deeplearning/thebatch.ts
gihyo.jp
Series
💡 Example: https://rsshub.app/gihyo/list/group/Ubuntu-Weekly-Recipe
🛎️ Route: /gihyo/list/group/:id
🔗 Parameters:
id
, required - Series
🐙 Source Code: /gihyo/group.ts
Gitee
仓库提交
💡 Example: https://rsshub.app/gitee/commits/y_project/RuoYi
🛎️ Route: /gitee/commits/:owner/:repo
🔗 Parameters:
owner
, required - 用户名repo
, required - 仓库名
🐙 Source Code: /gitee/repos/commits.ts
仓库动态
💡 Example: https://rsshub.app/gitee/events/y_project/RuoYi
🛎️ Route: /gitee/events/:owner/:repo
🔗 Parameters:
owner
, required - 用户名repo
, required - 仓库名
🐙 Source Code: /gitee/repos/events.ts
仓库 Releases
💡 Example: https://rsshub.app/gitee/releases/y_project/RuoYi
🛎️ Route: /gitee/releases/:owner/:repo
🔗 Parameters:
owner
, required - 用户名repo
, required - 仓库名
🐙 Source Code: /gitee/repos/releases.ts
用户公开动态
💡 Example: https://rsshub.app/gitee/events/y_project
🛎️ Route: /gitee/events/:username
🔗 Parameters:
username
, required - 用户名
🐙 Source Code: /gitee/users/events.ts
GitHub
GitHub provides some official RSS feeds:
- Repo releases:
https://github.com/:owner/:repo/releases.atom
- Repo commits:
https://github.com/:owner/:repo/commits.atom
- User activities:
https://github.com/:user.atom
- Private feed:
https://github.com/:user.private.atom?token=:secret
(You can find Subscribe to your news feed in dashboard page after login) - Wiki history:
https://github.com/:owner/:repo/wiki.atom
Gist Commits
💡 Example: https://rsshub.app/github/gist/d2c152bb7179d07015f336b1a0582679
🛎️ Route: /github/gist/:gistId
🔗 Parameters:
gistId
, required - Gist ID
🐙 Source Code: /github/gist.ts
Issue / Pull Request comments
💡 Example: https://rsshub.app/github/comments/DIYgod/RSSHub/8116
🛎️ Route: /github/comments/:user/:repo/:number?
🔗 Parameters:
user
, required - User / Org namerepo
, required - Repo namenumber
, optional - Issue or pull number (if omitted: all)
🐙 Source Code: /github/comments.ts
Notifications
⚙️ Config required🔍 Support Radar
💡 Example: https://rsshub.app/github/notifications
🛎️ Route: /github/notifications
⚙️ Deployment Configs:
GITHUB_ACCESS_TOKEN
, required -
🐙 Source Code: /github/notifications.ts
Repo Branches
💡 Example: https://rsshub.app/github/branches/DIYgod/RSSHub
🛎️ Route: /github/branches/:user/:repo
🔗 Parameters:
user
, required - User namerepo
, required - Repo name
🐙 Source Code: /github/branches.ts
Repo Contributors
💡 Example: https://rsshub.app/github/contributors/DIYgod/RSSHub
🛎️ Route: /github/contributors/:user/:repo/:order?/:anon?
🔗 Parameters:
user
, required - User namerepo
, required - Repo nameorder
, optional - Sort order by commit numbers, desc and asc (descending by default)anon
, optional - Show anonymous users. Defaults to no, use any values for yes.
🐙 Source Code: /github/contributors.ts
Repo Issues
💡 Example: https://rsshub.app/github/issue/vuejs/core/all/wontfix
🛎️ Route: /github/issue/:user/:repo/:state?/:labels?
🔗 Parameters:
user
, required - GitHub usernamerepo
, required - GitHub repo namestate
, optional - the state of the issues. Can be eitheropen
,closed
, orall
. Default:open
.labels
, optional - a list of comma separated label names
🐙 Source Code: /github/issue.ts
Repo Pull Requests
💡 Example: https://rsshub.app/github/pull/DIYgod/RSSHub
🛎️ Route: /github/pull/:user/:repo/:state?/:labels?
🔗 Parameters:
user
, required - User namerepo
, required - Repo namestate
, optional - the state of pull requests. Can be eitheropen
,closed
, orall
. Default:open
.labels
, optional - a list of comma separated label names
🐙 Source Code: /github/pulls.ts
Repo Pulse
💡 Example: https://rsshub.app/github/pulse/DIYgod/RSSHub
🛎️ Route: /github/pulse/:user/:repo/:period?
🔗 Parameters:
user
, required - User namerepo
, required - Repo nameperiod
, optional - Time frame, selected from a repository's Pulse/Insights page. Possible values are:daily
,halfweekly
,weekly
, ormonthly
. Default:weekly
. If your RSS client supports it, consider aligning the polling frequency of the feed to the period.
🐙 Source Code: /github/pulse.ts
Repo Stars
💡 Example: https://rsshub.app/github/stars/DIYGod/RSSHub
🛎️ Route: /github/stars/:user/:repo
🔗 Parameters:
user
, required - GitHub usernamerepo
, required - GitHub repo name
🐙 Source Code: /github/star.ts
Search Result
💡 Example: https://rsshub.app/github/search/RSSHub/bestmatch/desc
🛎️ Route: /github/search/:query/:sort?/:order?
🔗 Parameters:
query
, required - search keywordsort
, optional - Sort options (default to bestmatch)order
, optional - Sort order, desc and asc (desc descending by default)
🐙 Source Code: /github/search.ts
Sort options | sort |
---|---|
Best match | bestmatch |
Most stars | stars |
Most forks | forks |
Recently updated | updated |
Topics
💡 Example: https://rsshub.app/github/topics/framework
🛎️ Route: /github/topics/:name/:qs?
🔗 Parameters:
name
, required - Topic name, which can be found in the URL of the corresponding Topics Pageqs
, optional - Query string, likel=php&o=desc&s=stars
. Details listed as follows:
🐙 Source Code: /github/topic.ts
Parameter | Description | Values |
---|---|---|
l | Language | For instance php , which can be found in the URL of the corresponding Topics page |
o | Sorting Order | asc , desc |
s | Sorting Criteria | stars , forks , updated |
For instance, the /github/topics/framework/l=php&o=desc&s=stars
route will generate the RSS feed corresponding to this page.
Trending
⚙️ Config required🔍 Support Radar
💡 Example: https://rsshub.app/github/trending/daily/javascript/en
🛎️ Route: /github/trending/:since/:language/:spoken_language?
🔗 Parameters:
since
, required - time frame, available in Trending page 's URL, possible values are:daily
,weekly
ormonthly
language
, required - the feed language, available in Trending page 's URL, don't filter option isany
spoken_language
, optional - natural language, available in Trending page 's URL
⚙️ Deployment Configs:
GITHUB_ACCESS_TOKEN
, required -
🐙 Source Code: /github/trending.ts
User Followers
💡 Example: https://rsshub.app/github/user/followers/HenryQW
🛎️ Route: /github/user/followers/:user
🔗 Parameters:
user
, required - GitHub username
🐙 Source Code: /github/follower.ts
User Repo
💡 Example: https://rsshub.app/github/repos/DIYgod
🛎️ Route: /github/repos/:user
🔗 Parameters:
user
, required - GitHub username
🐙 Source Code: /github/repos.ts
User Starred Repositories
💡 Example: https://rsshub.app/github/starred_repos/DIYgod
🛎 ️ Route: /github/starred_repos/:user
🔗 Parameters:
user
, required - User name
🐙 Source Code: /github/starred-repos.ts
Wiki History
💡 Example: https://rsshub.app/github/wiki/flutter/flutter/Roadmap
🛎️ Route: /github/wiki/:user/:repo/:page?
🔗 Parameters:
user
, required - User / Org namerepo
, required - Repo namepage
, optional - Page slug, can be found in URL, empty means Home
🐙 Source Code: /github/wiki.ts
Gitpod
Blog
Changelog
💡 Example: https://rsshub.app/gitpod/changelog
🛎️ Route: /gitpod/changelog
🐙 Source Code: /gitpod/changelog.ts
GoCN
每日新闻
招聘
Go 语言中文网
板块
💡 Example: https://rsshub.app/studygolang/go/daily
🛎️ Route: /studygolang/go/:id?
🔗 Parameters:
id
, optional - 板块 id,默认为周刊
🐙 Source Code: /studygolang/go.ts
招聘
💡 Example: https://rsshub.app/studygolang/jobs
🛎️ Route: /studygolang/jobs
🐙 Source Code: /studygolang/jobs.ts
周刊
💡 Example: https://rsshub.app/studygolang/weekly
🛎️ Route: /studygolang/weekly
🐙 Source Code: /studygolang/weekly.ts
Hacker News
用户
💡 Example: https://rsshub.app/hackernews/threads/comments_list/dang
🛎️ Route: /hackernews/:section?/:type?/:user?
🔗 Parameters:
section
, optional - 内容分区,见上表,默认为index
type
, optional - 链接类型,见上表,默认为sources
user
, optional - 设定用户,只在threads
和submitted
分区有效
🐙 Source Code: /hackernews/index.ts
订阅特定用户的内容
Hacking8
搜索
🚨 Strict anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/hacking8/search/rsshub
🛎️ Route: /hacking8/search/:keyword?
🔗 Parameters:
keyword
, optional - 关键字,默认为空
🐙 Source Code: /hacking8/search.ts
信息流
💡 Example: https://rsshub.app/hacking8
🛎️ Route: /hacking8/:category?
🔗 Parameters:
category
, optional - 分类,见下表,默认为最近更新
🐙 Source Code: /hacking8/index.ts
推荐 | 最近更新 | 漏洞 / PoC 监控 | |
---|---|---|---|
likes | index | vul-poc |
HackMD
Profile
💡 Example: https://rsshub.app/hackmd/profile/hackmd
🛎️ Route: /hackmd/profile/:path
🔗 Parameters:
path
, required - userpath or teampath
🐙 Source Code: /hackmd/profile.ts
HelloGitHub
文章
💡 Example: https://rsshub.app/hellogithub/article
🛎️ Route: /hellogithub/article/:sort?/:id?,/:sort?/:id?
🐙 Source Code: /hellogithub/index.ts
热门 | 最近 |
---|---|
hot | last |
文章
💡 Example: https://rsshub.app/hellogithub/article
🛎️ Route: /hellogithub/article/:sort?/:id?,/:sort?/:id?
🐙 Source Code: /hellogithub/index.ts
热门 | 最近 |
---|---|
hot | last |
Hex-Rays
Hex-Rays News
💡 Example: https://rsshub.app/hex-rays/news
🛎️ Route: /hex-rays/news
🐙 Source Code: /hex-rays/index.ts
Huggingface
Daily Papers
💡 Example: https://rsshub.app/huggingface/daily-papers
🛎️ Route: /huggingface/daily-papers
🐙 Source Code: /huggingface/daily-papers.ts
中文博客
💡 Example: https://rsshub.app/huggingface/blog-zh
🛎️ Route: /huggingface/blog-zh
🐙 Source Code: /huggingface/blog-zh.ts
Issue Hunt
Project Funded
💡 Example: https://rsshub.app/issuehunt/funded/DIYgod/RSSHub
🛎️ Route: /issuehunt/funded/:username/:repo
🔗 Parameters:
username
, required - Github user/orgrepo
, required - Repository name
🐙 Source Code: /issuehunt/funded.ts
Kong API 网关平台
Kong 是一家开源的 API 网关服务商,此处收集其官网的最新博客文章。
博客最新文章
💡 Example: https://rsshub.app/konghq/blog-posts
🛎️ Route: /konghq/blog-posts
🐙 Source Code: /konghq/blog-posts.ts
LeetCode
Articles
💡 Example: https://rsshub.app/leetcode/articles
🛎️ Route: /leetcode/articles
🐙 Source Code: /leetcode/articles.ts
ModelScope 魔搭社区
DevPress 官方社区
💡 Example: https://rsshub.app/modelscope/community
🛎️ Route: /modelscope/community
🐙 Source Code: /modelscope/community.ts
创空间
💡 Example: https://rsshub.app/modelscope/studios
🛎️ Route: /modelscope/studios
🐙 Source Code: /modelscope/studios.ts
模型库
💡 Example: https://rsshub.app/modelscope/models
🛎️ Route: /modelscope/models
🐙 Source Code: /modelscope/models.ts
数据集
💡 Example: https://rsshub.app/modelscope/datasets
🛎️ Route: /modelscope/datasets
🐙 Source Code: /modelscope/datasets.ts
MySQL
Release Notes
💡 Example: https://rsshub.app/mysql/release/8.0
🛎️ Route: /mysql/release/:version?
🔗 Parameters:
version
, optional - Version, see below, 8.0 by default
🐙 Source Code: /mysql/release.ts
8.0 | 5.7 | 5.6 |
---|
Node.js
News
💡 Example: https://rsshub.app/nodejs/blog
🛎️ Route: /nodejs/blog/:language?
🔗 Parameters:
language
, optional - Language, see below, en by default
🐙 Source Code: /nodejs/blog.ts
العربية | Catalan | Deutsch | Español | زبان فارسی |
---|---|---|---|---|
ar | ca | de | es | fa |
Français | Galego | Italiano | 日本語 | 한국어 |
---|---|---|---|---|
fr | gl | it | ja | ko |
Português do Brasil | limba română | Русский | Türkçe | Українська |
---|---|---|---|---|
pt-br | ro | ru | tr | uk |
简体中文 | 繁體中文 |
---|---|
zh-cn | zh-tw |
NOSEC 安全讯息平台
Posts
💡 Example: https://rsshub.app/nosec/hole
🛎️ Route: /nosec/:keykind?
🔗 Parameters:
keykind
, optional - 对应文章分类
🐙 Source Code: /nosec/index.ts
分类 | 标识 |
---|---|
威胁情报 | threaten |
安全动态 | security |
漏洞预警 | hole |
数据泄露 | leakage |
专题报告 | speech |
技术分析 | skill |
安全工具 | tool |
Quicker
动作分享
动作库最新更新 | 动作库最多赞 | 动作库新动作 | 动作库最近赞 |
---|---|---|---|
Recent | Recommended | NewActions | RecentLiked |
子程序 | 扩展热键 | 文本指令 |
---|---|---|
SubPrograms | PowerKeys | TextCommands |
讨论区
💡 Example: https://rsshub.app/quicker/qa
🛎️ Route: /quicker/qa/:category?/:state?
🔗 Parameters:
category
, optional - 分类,见下表,默认为全部state
, optional - 状态,见下表,默认为全部
🐙 Source Code: /quicker/qa.ts
分类
使用问题 | 动作开发 | BUG 反馈 | 功能建议 |
---|---|---|---|
1 | 9 | 3 | 4 |
动作需求 | 经验创意 | 动作推荐 | 信息发布 |
---|---|---|---|
6 | 2 | 7 | 5 |
随便聊聊 | 异常报告 | 全部 |
---|---|---|
8 | 10 | all |
状态
全部 | 精华 | 已归档 |
---|---|---|
digest | achived |
用户更新
💡 Example: https://rsshub.app/quicker/user/Actions/3-CL
🛎️ Route: /quicker/user/:category/:id
🔗 Parameters:
category
, required - 分类,见下表id
, required - 用户 id,可在对应用户页 URL 中找到
🐙 Source Code: /quicker/user.ts
动作 | 子程序 | 动作单 |
---|---|---|
Actions | SubPrograms | ActionLists |
Reactiflux
Transcripts
💡 Example: https://rsshub.app/reactiflux/transcripts
🛎️ Route: /reactiflux/transcripts
🐙 Source Code: /reactiflux/transcripts.ts
Rust 语言中文社区
新闻/聚合
招聘
SecWiki - 安全维基
最新周刊
💡 Example: https://rsshub.app/sec-wiki/weekly
🛎️ Route: /sec-wiki/weekly
🐙 Source Code: /sec-wiki/weekly.ts
SegmentFault
博客
🚨 Strict anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/segmentfault/blogs/go
🛎️ Route: /segmentfault/blogs/:tag
🔗 Parameters:
tag
, required - 标签名称,在 标签 中可以找到
🐙 Source Code: /segmentfault/blogs.ts
频道
💡 Example: https://rsshub.app/segmentfault/channel/frontend
🛎️ Route: /segmentfault/channel/:name
🔗 Parameters:
name
, required - 频道名称,在频道 URL 可以找到
🐙 Source Code: /segmentfault/channel.ts
用户
🚨 Strict anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/segmentfault/user/minnanitkong
🛎️ Route: /segmentfault/user/:name
🔗 Parameters:
name
, required - 用户 Id,用户详情页 URL 可以找到
🐙 Source Code: /segmentfault/user.ts
Smashing Magazine
Category
💡 Example: https://rsshub.app/smashingmagazine/react
🛎️ Route: /smashingmagazine/:category?
🔗 Parameters:
category
, optional - Find in URL or Table below
🐙 Source Code: /smashingmagazine/category.ts
Category | |
---|---|
Accessibility | accessibility |
Best practices | best-practices |
Business | business |
Career | career |
Checklists | checklists |
CSS | css |
Data Visualization | data-visualization |
Design | design |
Design Patterns | design-patterns |
Design Systems | design-systems |
E-Commerce | e-commerce |
Figma | figma |
Freebies | freebies |
HTML | html |
Illustrator | illustrator |
Inspiration | inspiration |
JavaScript | javascript |
Mobile | mobile |
Performance | performance |
Privacy | privacy |
React | react |
Responsive Design | responsive-design |
Round-Ups | round-ups |
SEO | seo |
Typography | typography |
Tools | tools |
UI | ui |
Usability | usability |
UX | ux |
Vue | vue |
Wallpapers | wallpapers |
Web Design | web-design |
Workflow | workflow |
web.dev
Articles
Blog
Series
💡 Example: https://rsshub.app/web/series/new-to-the-web
🛎️ Route: /web/series/:seriesName
🔗 Parameters:
seriesName
, required - topic name in the series section
🐙 Source Code: /web/series.ts
The seriesName
can be extracted from the Series page URL: https://web.dev/series/:seriesName
阿里云
公告
💡 Example: https://rsshub.app/aliyun/notice
🛎️ Route: /aliyun/notice/:type?
🔗 Parameters:
type
, optional - N
🐙 Source Code: /aliyun/notice.ts
类型 | type |
---|---|
全部 | |
升级公告 | 1 |
安全公告 | 2 |
备案公告 | 3 |
其他 | 4 |
开发者社区 - 主题
💡 Example: https://rsshub.app/aliyun/developer/group/alitech
🛎️ Route: /aliyun/developer/group/:type
🔗 Parameters:
type
, required - 对应技术领域分类
🐙 Source Code: /aliyun/developer/group.ts
数据库内核月报
💡 Example: https://rsshub.app/aliyun/database_month
🛎️ Route: /aliyun/database_month
🐙 Source Code: /aliyun/database-month.ts
安全客
官方提供了混合的主页资讯 RSS: https://api.anquanke.com/data/v1/rss
分类订阅
💡 Example: https://rsshub.app/anquanke/week
🛎️ Route: /anquanke/:category/:fulltext?
🔗 Parameters:
category
, required - 分类订阅fulltext
, optional - 是否获取全文,如需获取全文参数传入quanwen
或fulltext
🐙 Source Code: /anquanke/category.ts
360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 | 工具 |
---|---|---|---|---|---|
week | activity | knowledge | news | job | tool |
安全内参
分类
💡 Example: https://rsshub.app/secrss/category/产业趋势
🛎️ Route: /secrss/category/:category?
🔗 Parameters:
category
, optional - N
🐙 Source Code: /secrss/category.ts
作者
💡 Example: https://rsshub.app/secrss/author/网络安全威胁和漏洞信息共享平台
🛎️ Route: /secrss/author/:author
🔗 Parameters:
author
, required - N
🐙 Source Code: /secrss/author.ts
北京智源人工智能研究院
智源社区 - 评论
💡 Example: https://rsshub.app/baai/hub/comments
🛎️ Route: /baai/hub/comments
🐙 Source Code: /baai/comments.ts
智源社区 - 活动
💡 Example: https://rsshub.app/baai/hub/events
🛎️ Route: /baai/hub/events
🐙 Source Code: /baai/events.ts
登链社区
文章
💡 Example: https://rsshub.app/learnblockchain/posts/DApp/newest
🛎️ Route: /learnblockchain/posts/:cid/:sort?
🔗 Parameters:
cid
, required - 分类id,更多分类可以论坛的URL找到sort
, optional - 排序方式,默认精选
🐙 Source Code: /learnblockchain/posts.ts
id | 分类 |
---|---|
all | 全部 |
DApp | 去中心化应用 |
chains | 公链 |
联盟链 | 联盟链 |
scaling | Layer2 |
langs | 编程语言 |
security | 安全 |
dst | 存储 |
basic | 理论研究 |
other | 其他 |
id | 排序方式 |
---|---|
newest | 最新 |
featured | 精选 (默认) |
featured | 最赞 |
hottest | 最热 |
极术社区
频道、专栏、用户
💡 Example: https://rsshub.app/aijishu/channel/ai
🛎️ Route: /aijishu/:type/:name?
🔗 Parameters:
type
, required - 文章类型,可以取值如下name
, optional - 名字,取自URL
🐙 Source Code: /aijishu/index.ts
type | 说明 |
---|---|
channel | 频道 |
blog | 专栏 |
u | 用户 |
掘金
标签
💡 Example: https://rsshub.app/juejin/tag/JavaScript
🛎️ Route: /juejin/tag/:tag
🔗 Parameters:
tag
, required - 标签名,可在标签 URL 中找到
🐙 Source Code: /juejin/tag.ts
单个收藏夹
💡 Example: https://rsshub.app/juejin/collection/6845243180586123271
🛎️ Route: /juejin/collection/:collectionId
🔗 Parameters:
collectionId
, required - 收藏夹唯一标志符, 在浏览器地址栏URL中能够找到
🐙 Source Code: /juejin/collection.ts
沸点
💡 Example: https://rsshub.app/juejin/pins/6824710202487472141
🛎️ Route: /juejin/pins/:type?
🔗 Parameters:
type
, optional - 默认为 recommend,见下表
🐙 Source Code: /juejin/pins.ts
推荐 | 热门 | 上班摸鱼 | 内推招聘 | 一图胜千言 | 今天学到了 | 每天一道算法题 | 开发工具推荐 | 树洞一下 |
---|---|---|---|---|---|---|---|---|
recommend | hot | 6824710203301167112 | 6819970850532360206 | 6824710202487472141 | 6824710202562969614 | 6824710202378436621 | 6824710202000932877 | 6824710203112423437 |
分类
💡 Example: https://rsshub.app/juejin/category/frontend
🛎️ Route: /juejin/category/:category
🔗 Parameters:
category
, required - 分类名
🐙 Source Code: /juejin/category.ts
后端 | 前端 | Android | iOS | 人工智能 | 开发工具 | 代码人生 | 阅读 |
---|---|---|---|---|---|---|---|
backend | frontend | android | ios | ai | freebie | career | article |
热门
💡 Example: https://rsshub.app/juejin/trending/ios/monthly
🛎️ Route: /juejin/trending/:category/:type
🔗 Parameters:
category
, required - 分类名type
, required - 类型
🐙 Source Code: /juejin/trending.ts
category | 标签 |
---|---|
android | Android |
frontend | 前端 |
ios | iOS |
backend | 后端 |
design | 设计 |
product | 产品 |
freebie | 工具资源 |
article | 阅读 |
ai | 人工智能 |
devops | 运维 |
all | 全部 |
type | 类型 |
---|---|
weekly | 本周最热 |
monthly | 本月最热 |
historical | 历史最热 |
收藏集
💡 Example: https://rsshub.app/juejin/collections/1697301682482439
🛎️ Route: /juejin/collections/:userId
🔗 Parameters:
userId
, required - 用户唯一标志符, 在浏览器地址栏URL中能够找到
🐙 Source Code: /juejin/favorites.ts
小册
掘金小册需要付费订阅,RSS 仅做更新提醒,不含付费内容.
用户文章
💡 Example: https://rsshub.app/juejin/posts/3051900006845944
🛎️ Route: /juejin/posts/:id
🔗 Parameters:
id
, required - 用户 id, 可在用户页 URL 中找到
🐙 Source Code: /juejin/posts.ts
专栏
💡 Example: https://rsshub.app/juejin/column/6960559453037199391
🛎️ Route: /juejin/column/:id
🔗 Parameters:
id
, required - 专栏 id, 可在专栏页 URL 中找到
🐙 Source Code: /juejin/column.ts
开源中国
数字型账号用户博客
💡 Example: https://rsshub.app/oschina/u/3920392
🛎️ Route: /oschina/u/:uid,/user/:id
🐙 Source Code: /oschina/user.ts