Skip to content

Commit 44b4107

Browse files
Cosmostimatimaclaudejackwener
authored
feat(nowcoder): add 牛客网 adapter with 16 commands (#1036)
* feat(nowcoder): add 牛客网 adapter with 16 commands Add adapters for Nowcoder (牛客网), China's leading tech job-seeking and interview preparation community. - 7 Public commands: hot, trending, topics, recommend, creators, companies, jobs - 9 Cookie commands: search, suggest, experience, referral, salary, papers, practice, notifications, detail - All post-list commands include id field for drill-down to detail - Documentation: adapter page, index table, sidebar entry Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(nowcoder): register adapter and document usage --------- Co-authored-by: tima <tima@cosmos-macmini.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: jackwener <jakevingoo@gmail.com>
1 parent 3076c12 commit 44b4107

24 files changed

Lines changed: 1125 additions & 0 deletions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ To load the source Browser Bridge extension:
205205
| **xiaoe** | `courses` `detail` `catalog` `play-url` `content` |
206206
| **quark** | `ls` `mkdir` `mv` `rename` `rm` `save` `share-tree` |
207207
| **uiverse** | `code` `preview` |
208+
| **nowcoder** | `hot` `trending` `topics` `recommend` `creators` `companies` `jobs` `search` `suggest` `experience` `referral` `salary` `papers` `practice` `notifications` `detail` |
208209
| **xiaoyuzhou** | `podcast` `podcast-episodes` `episode` `download` `transcript*` |
209210

210211
87+ adapters in total — **[→ see all supported sites & commands](./docs/adapters/index.md)**

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ npm link
208208
| **quark** | `ls` `mkdir` `mv` `rename` `rm` `save` `share-tree` | 浏览器 |
209209
| **uiverse** | `code` `preview` | 浏览器 |
210210
| **apple-podcasts** | `search` `episodes` `top` | 公开 |
211+
| **nowcoder** | `hot` `trending` `topics` `recommend` `creators` `companies` `jobs` `search` `suggest` `experience` `referral` `salary` `papers` `practice` `notifications` `detail` | 公开 / 浏览器 |
212+
| **xiaoyuzhou** | `podcast` `podcast-episodes` `episode` | 公开 |
211213
| **xiaoyuzhou** | `podcast` `podcast-episodes` `episode` `download` `transcript*` | 公开 |
212214
| **zhihu** | `hot` `search` `question` `download` `follow` `like` `favorite` `comment` `answer` | 浏览器 |
213215
| **weixin** | `download` | 浏览器 |

0 commit comments

Comments
 (0)