mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
44b4107f36
* 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>
2.2 KiB
2.2 KiB
牛客网 (Nowcoder)
Mode: 🌐 / 🔐 · Domain: nowcoder.com
Commands
| Command | Description |
|---|---|
opencli nowcoder hot |
Hot search ranking |
opencli nowcoder trending |
Trending posts |
opencli nowcoder topics |
Hot discussion topics |
opencli nowcoder recommend |
Recommended feed |
opencli nowcoder creators |
Top content creators leaderboard |
opencli nowcoder companies |
Hot companies for interview prep |
opencli nowcoder jobs |
Career category listing |
opencli nowcoder search <query> |
Full-text search (type: all/post/question/user/job) |
opencli nowcoder suggest <query> |
Search suggestions |
opencli nowcoder experience |
Interview experience posts |
opencli nowcoder referral |
Internal referral posts |
opencli nowcoder salary |
Salary disclosure posts |
opencli nowcoder papers |
Interview question bank by company & job |
opencli nowcoder practice |
Categorized practice questions with progress |
opencli nowcoder notifications |
Unread message summary |
opencli nowcoder detail <id> |
Post detail view (supports ID / UUID / URL) |
Usage Examples
# Hot search ranking
opencli nowcoder hot --limit 10
# Search for interview experiences
opencli nowcoder search "bilibili" --type post --limit 5
# Search suggestions
opencli nowcoder suggest "java"
# Browse interview experience posts
opencli nowcoder experience --limit 10
# View a specific post detail (using UUID from list commands)
opencli nowcoder detail 2b6b64d4adb34ea3838e832ae4447ab1
# Interview question bank for Java at Huawei
opencli nowcoder papers --job 11002 --company 239
# Practice questions for software development
opencli nowcoder practice --job 11226 --limit 10
# Hot companies for C++ positions
opencli nowcoder companies --job 11003
# JSON output
opencli nowcoder trending -f json
# Verbose mode
opencli nowcoder hot -v
Prerequisites
- Public commands (hot, trending, topics, recommend, creators, companies, jobs): No login required
- Cookie commands (all others): Chrome running and logged into nowcoder.com, Browser Bridge extension installed