@jackwener/opencli 1.7.10 → 1.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/README.zh-CN.md +5 -4
- package/cli-manifest.json +1443 -24
- package/clis/1688/assets.js +1 -0
- package/clis/1688/download.js +1 -0
- package/clis/1688/item.js +1 -0
- package/clis/1688/search.js +2 -1
- package/clis/1688/store.js +1 -0
- package/clis/36kr/article.js +1 -0
- package/clis/36kr/hot.js +1 -0
- package/clis/36kr/news.js +1 -0
- package/clis/36kr/search.js +1 -0
- package/clis/51job/company.js +1 -0
- package/clis/51job/detail.js +1 -0
- package/clis/51job/hot.js +1 -0
- package/clis/51job/search.js +1 -0
- package/clis/amazon/bestsellers.js +1 -0
- package/clis/amazon/discussion.js +1 -0
- package/clis/amazon/movers-shakers.js +1 -0
- package/clis/amazon/new-releases.js +1 -0
- package/clis/amazon/offer.js +1 -0
- package/clis/amazon/product.js +1 -0
- package/clis/amazon/rankings.js +1 -0
- package/clis/amazon/search.js +1 -0
- package/clis/antigravity/dump.js +1 -0
- package/clis/antigravity/extract-code.js +1 -0
- package/clis/antigravity/model.js +1 -0
- package/clis/antigravity/new.js +1 -0
- package/clis/antigravity/read.js +1 -0
- package/clis/antigravity/send.js +1 -0
- package/clis/antigravity/status.js +1 -0
- package/clis/antigravity/watch.js +1 -0
- package/clis/apple-podcasts/episodes.js +1 -0
- package/clis/apple-podcasts/search.js +1 -0
- package/clis/apple-podcasts/top.js +1 -0
- package/clis/arxiv/arxiv.test.js +112 -0
- package/clis/arxiv/paper.js +4 -3
- package/clis/arxiv/recent.js +33 -0
- package/clis/arxiv/search.js +19 -7
- package/clis/arxiv/utils.js +68 -5
- package/clis/baidu-scholar/search.js +1 -0
- package/clis/band/bands.js +1 -0
- package/clis/band/mentions.js +1 -0
- package/clis/band/post.js +1 -0
- package/clis/band/posts.js +1 -0
- package/clis/barchart/flow.js +1 -0
- package/clis/barchart/greeks.js +1 -0
- package/clis/barchart/options.js +1 -0
- package/clis/barchart/quote.js +1 -0
- package/clis/bbc/news.js +1 -0
- package/clis/bilibili/comments.js +1 -0
- package/clis/bilibili/download.js +1 -0
- package/clis/bilibili/dynamic.js +1 -0
- package/clis/bilibili/favorite.js +1 -0
- package/clis/bilibili/feed.js +2 -0
- package/clis/bilibili/following.js +1 -0
- package/clis/bilibili/history.js +1 -0
- package/clis/bilibili/hot.js +6 -1
- package/clis/bilibili/hot.test.js +17 -0
- package/clis/bilibili/me.js +1 -1
- package/clis/bilibili/ranking.js +1 -0
- package/clis/bilibili/search.js +1 -1
- package/clis/bilibili/subtitle.js +1 -0
- package/clis/bilibili/user-videos.js +1 -0
- package/clis/bilibili/video.js +1 -0
- package/clis/binance/asks.js +1 -0
- package/clis/binance/depth.js +1 -0
- package/clis/binance/gainers.js +1 -0
- package/clis/binance/klines.js +1 -0
- package/clis/binance/losers.js +1 -0
- package/clis/binance/pairs.js +1 -0
- package/clis/binance/price.js +1 -0
- package/clis/binance/prices.js +1 -0
- package/clis/binance/ticker.js +1 -0
- package/clis/binance/top.js +1 -0
- package/clis/binance/trades.js +1 -0
- package/clis/bloomberg/businessweek.js +1 -0
- package/clis/bloomberg/economics.js +1 -0
- package/clis/bloomberg/feeds.js +1 -0
- package/clis/bloomberg/industries.js +1 -0
- package/clis/bloomberg/main.js +1 -0
- package/clis/bloomberg/markets.js +1 -0
- package/clis/bloomberg/news.js +1 -0
- package/clis/bloomberg/opinions.js +1 -0
- package/clis/bloomberg/politics.js +1 -0
- package/clis/bloomberg/tech.js +1 -0
- package/clis/bluesky/feeds.js +1 -0
- package/clis/bluesky/followers.js +1 -0
- package/clis/bluesky/following.js +1 -0
- package/clis/bluesky/profile.js +1 -0
- package/clis/bluesky/search.js +1 -0
- package/clis/bluesky/starter-packs.js +1 -0
- package/clis/bluesky/thread.js +1 -0
- package/clis/bluesky/trending.js +1 -0
- package/clis/bluesky/user.js +3 -1
- package/clis/boss/batchgreet.js +1 -0
- package/clis/boss/chatlist.js +1 -0
- package/clis/boss/chatmsg.js +1 -0
- package/clis/boss/detail.js +1 -0
- package/clis/boss/exchange.js +1 -0
- package/clis/boss/greet.js +1 -0
- package/clis/boss/invite.js +1 -0
- package/clis/boss/joblist.js +1 -0
- package/clis/boss/mark.js +1 -0
- package/clis/boss/recommend.js +1 -0
- package/clis/boss/resume.js +1 -0
- package/clis/boss/search.js +1 -0
- package/clis/boss/send.js +1 -0
- package/clis/boss/stats.js +1 -0
- package/clis/chaoxing/assignments.js +1 -0
- package/clis/chaoxing/exams.js +1 -0
- package/clis/chatgpt/image.js +1 -0
- package/clis/chatgpt-app/ask.js +1 -0
- package/clis/chatgpt-app/model.js +1 -0
- package/clis/chatgpt-app/new.js +1 -0
- package/clis/chatgpt-app/read.js +1 -0
- package/clis/chatgpt-app/send.js +1 -0
- package/clis/chatgpt-app/status.js +1 -0
- package/clis/chatwise/ask.js +1 -0
- package/clis/chatwise/export.js +1 -0
- package/clis/chatwise/history.js +1 -0
- package/clis/chatwise/model.js +1 -0
- package/clis/chatwise/read.js +1 -0
- package/clis/chatwise/send.js +1 -0
- package/clis/claude/ask.js +1 -0
- package/clis/claude/detail.js +1 -0
- package/clis/claude/history.js +1 -0
- package/clis/claude/new.js +1 -0
- package/clis/claude/read.js +1 -0
- package/clis/claude/send.js +1 -0
- package/clis/claude/status.js +1 -0
- package/clis/cnki/search.js +1 -0
- package/clis/codex/ask.js +1 -0
- package/clis/codex/export.js +1 -0
- package/clis/codex/extract-diff.js +1 -0
- package/clis/codex/history.js +1 -0
- package/clis/codex/model.js +1 -0
- package/clis/codex/read.js +1 -0
- package/clis/codex/send.js +1 -0
- package/clis/coupang/add-to-cart.js +1 -0
- package/clis/coupang/search.js +1 -0
- package/clis/ctrip/search.js +1 -0
- package/clis/cursor/ask.js +1 -0
- package/clis/cursor/composer.js +1 -0
- package/clis/cursor/export.js +1 -0
- package/clis/cursor/extract-code.js +1 -0
- package/clis/cursor/history.js +1 -0
- package/clis/cursor/model.js +1 -0
- package/clis/cursor/read.js +1 -0
- package/clis/cursor/send.js +1 -0
- package/clis/dblp/dblp.test.js +397 -0
- package/clis/dblp/paper.js +40 -0
- package/clis/dblp/search.js +45 -0
- package/clis/dblp/utils.js +290 -0
- package/clis/deepseek/ask.js +1 -0
- package/clis/deepseek/history.js +1 -0
- package/clis/deepseek/new.js +1 -0
- package/clis/deepseek/read.js +1 -0
- package/clis/deepseek/status.js +1 -0
- package/clis/devto/devto.test.js +236 -0
- package/clis/devto/read.js +103 -0
- package/clis/devto/tag.js +5 -1
- package/clis/devto/top.js +5 -1
- package/clis/devto/user.js +5 -1
- package/clis/dianping/__fixtures__/search.html +168 -0
- package/clis/dianping/__fixtures__/shop.html +6 -0
- package/clis/dianping/dianping.test.js +424 -0
- package/clis/dianping/search.js +154 -0
- package/clis/dianping/shop.js +173 -0
- package/clis/dianping/utils.js +157 -0
- package/clis/dictionary/examples.js +1 -0
- package/clis/dictionary/search.js +1 -0
- package/clis/dictionary/synonyms.js +1 -0
- package/clis/discord-app/channels.js +1 -0
- package/clis/discord-app/delete.js +1 -0
- package/clis/discord-app/members.js +1 -0
- package/clis/discord-app/read.js +1 -0
- package/clis/discord-app/search.js +1 -0
- package/clis/discord-app/send.js +1 -0
- package/clis/discord-app/servers.js +1 -0
- package/clis/discord-app/status.js +1 -0
- package/clis/douban/book-hot.js +1 -0
- package/clis/douban/download.js +1 -0
- package/clis/douban/marks.js +1 -0
- package/clis/douban/movie-hot.js +2 -1
- package/clis/douban/movie-hot.test.js +14 -0
- package/clis/douban/photos.js +2 -1
- package/clis/douban/reviews.js +1 -0
- package/clis/douban/search.js +1 -0
- package/clis/douban/subject.js +1 -0
- package/clis/douban/top250.js +1 -0
- package/clis/douban/utils.js +11 -13
- package/clis/douban/utils.test.js +79 -0
- package/clis/doubao/ask.js +1 -0
- package/clis/doubao/detail.js +1 -0
- package/clis/doubao/history.js +1 -0
- package/clis/doubao/meeting-summary.js +1 -0
- package/clis/doubao/meeting-transcript.js +1 -0
- package/clis/doubao/new.js +1 -0
- package/clis/doubao/read.js +1 -0
- package/clis/doubao/send.js +1 -0
- package/clis/doubao/status.js +1 -0
- package/clis/doubao-app/ask.js +1 -0
- package/clis/doubao-app/dump.js +1 -0
- package/clis/doubao-app/new.js +1 -0
- package/clis/doubao-app/read.js +1 -0
- package/clis/doubao-app/screenshot.js +1 -0
- package/clis/doubao-app/send.js +1 -0
- package/clis/doubao-app/status.js +1 -0
- package/clis/douyin/activities.js +1 -0
- package/clis/douyin/collections.js +1 -0
- package/clis/douyin/delete.js +1 -0
- package/clis/douyin/draft.js +1 -0
- package/clis/douyin/drafts.js +1 -0
- package/clis/douyin/hashtag.js +1 -0
- package/clis/douyin/location.js +1 -0
- package/clis/douyin/profile.js +1 -0
- package/clis/douyin/publish.js +1 -0
- package/clis/douyin/stats.js +1 -0
- package/clis/douyin/update.js +1 -0
- package/clis/douyin/user-videos.js +1 -0
- package/clis/douyin/videos.js +1 -0
- package/clis/eastmoney/announcement.js +1 -0
- package/clis/eastmoney/convertible.js +1 -0
- package/clis/eastmoney/etf.js +1 -0
- package/clis/eastmoney/holders.js +1 -0
- package/clis/eastmoney/hot-rank.js +1 -0
- package/clis/eastmoney/index-board.js +1 -0
- package/clis/eastmoney/kline.js +1 -0
- package/clis/eastmoney/kuaixun.js +1 -0
- package/clis/eastmoney/longhu.js +1 -0
- package/clis/eastmoney/money-flow.js +1 -0
- package/clis/eastmoney/northbound.js +1 -0
- package/clis/eastmoney/quote.js +1 -0
- package/clis/eastmoney/rank.js +1 -0
- package/clis/eastmoney/sectors.js +1 -0
- package/clis/facebook/add-friend.js +1 -0
- package/clis/facebook/events.js +1 -0
- package/clis/facebook/feed.js +1 -0
- package/clis/facebook/friends.js +1 -0
- package/clis/facebook/groups.js +1 -0
- package/clis/facebook/join-group.js +1 -0
- package/clis/facebook/marketplace-inbox.js +1 -0
- package/clis/facebook/marketplace-listings.js +1 -0
- package/clis/facebook/memories.js +1 -0
- package/clis/facebook/notifications.js +1 -0
- package/clis/facebook/profile.js +1 -0
- package/clis/facebook/search.js +1 -0
- package/clis/gemini/ask.js +1 -0
- package/clis/gemini/deep-research-result.js +1 -0
- package/clis/gemini/deep-research.js +1 -0
- package/clis/gemini/image.js +1 -0
- package/clis/gemini/new.js +1 -0
- package/clis/gitee/search.js +1 -0
- package/clis/gitee/trending.js +1 -0
- package/clis/gitee/user.js +1 -0
- package/clis/google/news.js +1 -0
- package/clis/google/search.js +1 -0
- package/clis/google/suggest.js +1 -0
- package/clis/google/trends.js +1 -0
- package/clis/google-scholar/cite.js +1 -0
- package/clis/google-scholar/profile.js +1 -0
- package/clis/google-scholar/search.js +1 -0
- package/clis/gov-law/recent.js +1 -0
- package/clis/gov-law/search.js +1 -0
- package/clis/gov-policy/recent.js +1 -0
- package/clis/gov-policy/search.js +1 -0
- package/clis/grok/ask.js +1 -0
- package/clis/grok/image.ts +1 -0
- package/clis/hackernews/ask.js +3 -1
- package/clis/hackernews/best.js +3 -1
- package/clis/hackernews/hackernews.test.js +132 -0
- package/clis/hackernews/jobs.js +3 -1
- package/clis/hackernews/new.js +3 -1
- package/clis/hackernews/read.js +188 -0
- package/clis/hackernews/search.js +3 -1
- package/clis/hackernews/show.js +3 -1
- package/clis/hackernews/top.js +3 -1
- package/clis/hackernews/user.js +1 -0
- package/clis/hf/top.js +1 -0
- package/clis/hupu/detail.js +1 -0
- package/clis/hupu/hot.js +3 -1
- package/clis/hupu/like.js +1 -0
- package/clis/hupu/mentions.js +2 -1
- package/clis/hupu/reply.js +1 -0
- package/clis/hupu/search.js +3 -1
- package/clis/hupu/unlike.js +1 -0
- package/clis/imdb/person.js +1 -0
- package/clis/imdb/reviews.js +1 -0
- package/clis/imdb/search.js +1 -0
- package/clis/imdb/title.js +1 -0
- package/clis/imdb/top.js +1 -0
- package/clis/imdb/trending.js +1 -0
- package/clis/indeed/indeed.test.js +375 -0
- package/clis/indeed/job.js +86 -0
- package/clis/indeed/search.js +110 -0
- package/clis/indeed/utils.js +152 -0
- package/clis/instagram/collection-create.js +1 -0
- package/clis/instagram/collection-delete.js +92 -0
- package/clis/instagram/comment.js +1 -0
- package/clis/instagram/download.js +1 -0
- package/clis/instagram/explore.js +1 -0
- package/clis/instagram/follow.js +1 -0
- package/clis/instagram/followers.js +1 -0
- package/clis/instagram/following.js +1 -0
- package/clis/instagram/like.js +1 -0
- package/clis/instagram/note.js +1 -0
- package/clis/instagram/post.js +1 -0
- package/clis/instagram/profile.js +1 -0
- package/clis/instagram/reel.js +1 -0
- package/clis/instagram/save.js +1 -0
- package/clis/instagram/saved.js +1 -0
- package/clis/instagram/search.js +1 -0
- package/clis/instagram/story.js +1 -0
- package/clis/instagram/unfollow.js +1 -0
- package/clis/instagram/unlike.js +1 -0
- package/clis/instagram/unsave.js +1 -0
- package/clis/instagram/user.js +1 -0
- package/clis/jd/add-cart.js +1 -0
- package/clis/jd/cart.js +1 -0
- package/clis/jd/detail.js +1 -0
- package/clis/jd/item.js +1 -0
- package/clis/jd/reviews.js +1 -0
- package/clis/jd/search.js +1 -0
- package/clis/jianyu/detail.js +1 -0
- package/clis/jianyu/search.js +1 -0
- package/clis/jike/comment.js +1 -0
- package/clis/jike/create.js +1 -0
- package/clis/jike/feed.js +3 -1
- package/clis/jike/like.js +1 -0
- package/clis/jike/notifications.js +1 -0
- package/clis/jike/post.js +1 -0
- package/clis/jike/repost.js +1 -0
- package/clis/jike/search.js +3 -1
- package/clis/jike/topic.js +1 -0
- package/clis/jike/user.js +3 -1
- package/clis/jimeng/generate.js +1 -0
- package/clis/jimeng/history.js +1 -0
- package/clis/jimeng/new.js +1 -0
- package/clis/jimeng/workspaces.js +1 -0
- package/clis/ke/chengjiao.js +1 -0
- package/clis/ke/ershoufang.js +1 -0
- package/clis/ke/xiaoqu.js +1 -0
- package/clis/ke/zufang.js +1 -0
- package/clis/lesswrong/comments.js +1 -0
- package/clis/lesswrong/curated.js +1 -0
- package/clis/lesswrong/frontpage.js +1 -0
- package/clis/lesswrong/new.js +1 -0
- package/clis/lesswrong/read.js +1 -0
- package/clis/lesswrong/sequences.js +1 -0
- package/clis/lesswrong/shortform.js +1 -0
- package/clis/lesswrong/tag.js +1 -0
- package/clis/lesswrong/tags.js +1 -0
- package/clis/lesswrong/top-month.js +1 -0
- package/clis/lesswrong/top-week.js +1 -0
- package/clis/lesswrong/top-year.js +1 -0
- package/clis/lesswrong/top.js +1 -0
- package/clis/lesswrong/user-posts.js +1 -0
- package/clis/lesswrong/user.js +1 -0
- package/clis/linkedin/search.js +1 -0
- package/clis/linkedin/timeline.js +1 -0
- package/clis/linux-do/categories.js +1 -0
- package/clis/linux-do/category.js +1 -0
- package/clis/linux-do/feed.js +1 -0
- package/clis/linux-do/hot.js +1 -0
- package/clis/linux-do/latest.js +1 -0
- package/clis/linux-do/search.js +1 -0
- package/clis/linux-do/tags.js +2 -1
- package/clis/linux-do/topic-content.js +1 -0
- package/clis/linux-do/topic.js +1 -0
- package/clis/linux-do/user-posts.js +1 -0
- package/clis/linux-do/user-topics.js +1 -0
- package/clis/lobsters/active.js +4 -1
- package/clis/lobsters/hot.js +4 -1
- package/clis/lobsters/lobsters.test.js +169 -0
- package/clis/lobsters/newest.js +4 -1
- package/clis/lobsters/read.js +196 -0
- package/clis/lobsters/tag.js +4 -1
- package/clis/maimai/search-talents.js +1 -0
- package/clis/medium/feed.js +1 -0
- package/clis/medium/search.js +1 -0
- package/clis/medium/user.js +1 -0
- package/clis/mubu/doc.js +1 -0
- package/clis/mubu/docs.js +1 -0
- package/clis/mubu/notes.js +1 -0
- package/clis/mubu/recent.js +1 -0
- package/clis/mubu/search.js +1 -0
- package/clis/notebooklm/current.js +1 -0
- package/clis/notebooklm/get.js +1 -0
- package/clis/notebooklm/history.js +1 -0
- package/clis/notebooklm/list.js +1 -0
- package/clis/notebooklm/note-list.js +1 -0
- package/clis/notebooklm/notes-get.js +1 -0
- package/clis/notebooklm/open.js +1 -0
- package/clis/notebooklm/source-fulltext.js +1 -0
- package/clis/notebooklm/source-get.js +1 -0
- package/clis/notebooklm/source-guide.js +1 -0
- package/clis/notebooklm/source-list.js +1 -0
- package/clis/notebooklm/status.js +1 -0
- package/clis/notebooklm/summary.js +1 -0
- package/clis/notion/export.js +1 -0
- package/clis/notion/favorites.js +1 -0
- package/clis/notion/new.js +1 -0
- package/clis/notion/read.js +1 -0
- package/clis/notion/search.js +1 -0
- package/clis/notion/sidebar.js +1 -0
- package/clis/notion/status.js +1 -0
- package/clis/notion/write.js +1 -0
- package/clis/nowcoder/companies.js +1 -0
- package/clis/nowcoder/creators.js +1 -0
- package/clis/nowcoder/detail.js +1 -0
- package/clis/nowcoder/experience.js +1 -0
- package/clis/nowcoder/hot.js +1 -0
- package/clis/nowcoder/jobs.js +1 -0
- package/clis/nowcoder/notifications.js +1 -0
- package/clis/nowcoder/papers.js +1 -0
- package/clis/nowcoder/practice.js +1 -0
- package/clis/nowcoder/recommend.js +1 -0
- package/clis/nowcoder/referral.js +1 -0
- package/clis/nowcoder/salary.js +1 -0
- package/clis/nowcoder/search.js +1 -0
- package/clis/nowcoder/suggest.js +1 -0
- package/clis/nowcoder/topics.js +1 -0
- package/clis/nowcoder/trending.js +1 -0
- package/clis/ones/login.js +1 -0
- package/clis/ones/logout.js +1 -0
- package/clis/ones/me.js +1 -0
- package/clis/ones/my-tasks.js +1 -0
- package/clis/ones/task.js +1 -0
- package/clis/ones/tasks.js +1 -0
- package/clis/ones/token-info.js +1 -0
- package/clis/ones/worklog.js +1 -0
- package/clis/openreview/openreview.test.js +345 -0
- package/clis/openreview/paper.js +43 -0
- package/clis/openreview/reviews.js +131 -0
- package/clis/openreview/search.js +46 -0
- package/clis/openreview/utils.js +158 -0
- package/clis/openreview/venue.js +63 -0
- package/clis/paperreview/feedback.js +1 -0
- package/clis/paperreview/review.js +1 -0
- package/clis/paperreview/submit.js +1 -0
- package/clis/pixiv/detail.js +1 -0
- package/clis/pixiv/download.js +1 -0
- package/clis/pixiv/illusts.js +2 -1
- package/clis/pixiv/ranking.js +2 -1
- package/clis/pixiv/search.js +2 -1
- package/clis/pixiv/user.js +2 -0
- package/clis/powerchina/search.js +1 -0
- package/clis/producthunt/browse.js +1 -0
- package/clis/producthunt/hot.js +1 -0
- package/clis/producthunt/posts.js +1 -0
- package/clis/producthunt/today.js +1 -0
- package/clis/quark/ls.js +1 -0
- package/clis/quark/mkdir.js +1 -0
- package/clis/quark/mv.js +1 -0
- package/clis/quark/rename.js +1 -0
- package/clis/quark/rm.js +1 -0
- package/clis/quark/save.js +1 -0
- package/clis/quark/share-tree.js +1 -0
- package/clis/reddit/comment.js +1 -0
- package/clis/reddit/frontpage.js +1 -0
- package/clis/reddit/hot.js +6 -1
- package/clis/reddit/hot.test.js +18 -0
- package/clis/reddit/popular.js +1 -0
- package/clis/reddit/read.js +1 -0
- package/clis/reddit/save.js +1 -0
- package/clis/reddit/saved.js +1 -0
- package/clis/reddit/search.js +1 -0
- package/clis/reddit/subreddit.js +1 -0
- package/clis/reddit/subscribe.js +1 -0
- package/clis/reddit/upvote.js +1 -0
- package/clis/reddit/upvoted.js +1 -0
- package/clis/reddit/user-comments.js +1 -0
- package/clis/reddit/user-posts.js +1 -0
- package/clis/reddit/user.js +1 -0
- package/clis/reuters/search.js +1 -0
- package/clis/sinablog/article.js +1 -0
- package/clis/sinablog/hot.js +1 -0
- package/clis/sinablog/search.js +1 -0
- package/clis/sinablog/user.js +1 -0
- package/clis/sinafinance/news.js +1 -0
- package/clis/sinafinance/rolling-news.js +1 -0
- package/clis/sinafinance/stock-rank.js +1 -0
- package/clis/sinafinance/stock.js +1 -0
- package/clis/smzdm/search.js +1 -0
- package/clis/spotify/spotify.js +11 -0
- package/clis/stackoverflow/bounties.js +11 -3
- package/clis/stackoverflow/hot.js +10 -2
- package/clis/stackoverflow/read.js +314 -0
- package/clis/stackoverflow/search.js +10 -2
- package/clis/stackoverflow/stackoverflow.test.js +346 -0
- package/clis/stackoverflow/unanswered.js +9 -2
- package/clis/steam/top-sellers.js +1 -0
- package/clis/substack/feed.js +1 -0
- package/clis/substack/publication.js +1 -0
- package/clis/substack/search.js +1 -0
- package/clis/taobao/add-cart.js +1 -0
- package/clis/taobao/cart.js +1 -0
- package/clis/taobao/detail.js +1 -0
- package/clis/taobao/reviews.js +1 -0
- package/clis/taobao/search.js +1 -0
- package/clis/tdx/hot-rank.js +1 -0
- package/clis/ths/hot-rank.js +1 -0
- package/clis/tieba/hot.js +2 -1
- package/clis/tieba/posts.js +1 -0
- package/clis/tieba/read.js +1 -0
- package/clis/tieba/search.js +2 -1
- package/clis/tiktok/comment.js +1 -0
- package/clis/tiktok/explore.js +1 -0
- package/clis/tiktok/follow.js +1 -0
- package/clis/tiktok/following.js +1 -0
- package/clis/tiktok/friends.js +1 -0
- package/clis/tiktok/like.js +1 -0
- package/clis/tiktok/live.js +1 -0
- package/clis/tiktok/notifications.js +1 -0
- package/clis/tiktok/profile.js +1 -0
- package/clis/tiktok/save.js +1 -0
- package/clis/tiktok/search.js +1 -0
- package/clis/tiktok/unfollow.js +1 -0
- package/clis/tiktok/unlike.js +1 -0
- package/clis/tiktok/unsave.js +1 -0
- package/clis/tiktok/user.js +1 -0
- package/clis/toutiao/articles.js +1 -0
- package/clis/twitter/accept.js +1 -0
- package/clis/twitter/article.js +1 -0
- package/clis/twitter/block.js +1 -0
- package/clis/twitter/bookmark.js +1 -0
- package/clis/twitter/bookmarks.js +2 -1
- package/clis/twitter/delete.js +1 -0
- package/clis/twitter/download.js +1 -0
- package/clis/twitter/follow.js +1 -0
- package/clis/twitter/followers.js +1 -0
- package/clis/twitter/following.js +1 -0
- package/clis/twitter/hide-reply.js +1 -0
- package/clis/twitter/like.js +1 -0
- package/clis/twitter/likes.js +2 -1
- package/clis/twitter/list-add.js +1 -0
- package/clis/twitter/list-remove.js +1 -0
- package/clis/twitter/list-tweets.js +1 -0
- package/clis/twitter/lists.js +1 -0
- package/clis/twitter/notifications.js +1 -0
- package/clis/twitter/post.js +1 -0
- package/clis/twitter/profile.js +1 -0
- package/clis/twitter/reply-dm.js +1 -0
- package/clis/twitter/reply.js +1 -0
- package/clis/twitter/search.js +1 -0
- package/clis/twitter/thread.js +1 -0
- package/clis/twitter/timeline.js +1 -0
- package/clis/twitter/trending.js +11 -12
- package/clis/twitter/trending.test.js +15 -0
- package/clis/twitter/tweets.js +2 -1
- package/clis/twitter/tweets.test.js +2 -2
- package/clis/twitter/unblock.js +1 -0
- package/clis/twitter/unbookmark.js +1 -0
- package/clis/twitter/unfollow.js +1 -0
- package/clis/uiverse/code.js +1 -0
- package/clis/uiverse/preview.js +1 -0
- package/clis/v2ex/daily.js +1 -0
- package/clis/v2ex/hot.js +1 -0
- package/clis/v2ex/latest.js +1 -0
- package/clis/v2ex/me.js +1 -0
- package/clis/v2ex/member.js +1 -0
- package/clis/v2ex/node.js +1 -0
- package/clis/v2ex/nodes.js +1 -0
- package/clis/v2ex/notifications.js +1 -0
- package/clis/v2ex/replies.js +1 -0
- package/clis/v2ex/topic.js +1 -0
- package/clis/v2ex/user.js +1 -0
- package/clis/wanfang/search.js +1 -0
- package/clis/web/read.js +1 -0
- package/clis/weibo/comments.js +1 -0
- package/clis/weibo/favorites.js +1 -0
- package/clis/weibo/feed.js +3 -1
- package/clis/weibo/hot.js +1 -0
- package/clis/weibo/me.js +1 -0
- package/clis/weibo/post.js +1 -0
- package/clis/weibo/publish.js +1 -0
- package/clis/weibo/search.js +8 -2
- package/clis/weibo/user.js +1 -0
- package/clis/weixin/create-draft.js +1 -0
- package/clis/weixin/download.js +1 -0
- package/clis/weixin/drafts.js +1 -0
- package/clis/weread/ai-outline.js +1 -0
- package/clis/weread/book.js +1 -0
- package/clis/weread/highlights.js +1 -0
- package/clis/weread/notebooks.js +1 -0
- package/clis/weread/notes.js +1 -0
- package/clis/weread/ranking.js +1 -0
- package/clis/weread/search.js +1 -0
- package/clis/weread/shelf.js +1 -0
- package/clis/wikipedia/random.js +1 -0
- package/clis/wikipedia/search.js +1 -0
- package/clis/wikipedia/summary.js +1 -0
- package/clis/wikipedia/trending.js +1 -0
- package/clis/xianyu/chat.js +1 -0
- package/clis/xianyu/item.js +1 -0
- package/clis/xianyu/search.js +1 -0
- package/clis/xiaoe/catalog.js +2 -1
- package/clis/xiaoe/content.js +1 -0
- package/clis/xiaoe/courses.js +1 -0
- package/clis/xiaoe/detail.js +1 -0
- package/clis/xiaoe/play-url.js +1 -0
- package/clis/xiaohongshu/comments.js +1 -0
- package/clis/xiaohongshu/creator-note-detail.js +1 -0
- package/clis/xiaohongshu/creator-notes-summary.js +1 -0
- package/clis/xiaohongshu/creator-notes.js +1 -0
- package/clis/xiaohongshu/creator-profile.js +1 -0
- package/clis/xiaohongshu/creator-stats.js +1 -0
- package/clis/xiaohongshu/download.js +1 -0
- package/clis/xiaohongshu/feed.js +2 -1
- package/clis/xiaohongshu/note.js +1 -0
- package/clis/xiaohongshu/notifications.js +1 -0
- package/clis/xiaohongshu/publish.js +1 -0
- package/clis/xiaohongshu/search.js +1 -0
- package/clis/xiaohongshu/user.js +1 -0
- package/clis/xiaoyuzhou/download.js +1 -0
- package/clis/xiaoyuzhou/episode.js +1 -0
- package/clis/xiaoyuzhou/podcast-episodes.js +1 -0
- package/clis/xiaoyuzhou/podcast.js +1 -0
- package/clis/xiaoyuzhou/transcript.js +1 -0
- package/clis/xueqiu/comments.js +1 -0
- package/clis/xueqiu/earnings-date.js +1 -0
- package/clis/xueqiu/feed.js +1 -0
- package/clis/xueqiu/fund-holdings.js +1 -0
- package/clis/xueqiu/fund-snapshot.js +1 -0
- package/clis/xueqiu/groups.js +1 -0
- package/clis/xueqiu/hot-stock.js +1 -0
- package/clis/xueqiu/hot.js +1 -0
- package/clis/xueqiu/kline.js +1 -0
- package/clis/xueqiu/search.js +1 -0
- package/clis/xueqiu/stock.js +1 -0
- package/clis/xueqiu/watchlist.js +1 -0
- package/clis/yahoo-finance/quote.js +1 -0
- package/clis/yollomi/background.js +1 -0
- package/clis/yollomi/edit.js +1 -0
- package/clis/yollomi/face-swap.js +1 -0
- package/clis/yollomi/generate.js +1 -0
- package/clis/yollomi/models.js +1 -0
- package/clis/yollomi/object-remover.js +1 -0
- package/clis/yollomi/remove-bg.js +1 -0
- package/clis/yollomi/restore.js +1 -0
- package/clis/yollomi/try-on.js +1 -0
- package/clis/yollomi/upload.js +1 -0
- package/clis/yollomi/upscale.js +1 -0
- package/clis/yollomi/video.js +1 -0
- package/clis/youtube/channel.js +1 -0
- package/clis/youtube/comments.js +1 -0
- package/clis/youtube/feed.js +8 -7
- package/clis/youtube/feed.test.js +131 -0
- package/clis/youtube/history.js +1 -0
- package/clis/youtube/like.js +1 -0
- package/clis/youtube/playlist.js +1 -0
- package/clis/youtube/search.js +1 -0
- package/clis/youtube/subscribe.js +1 -0
- package/clis/youtube/subscriptions.js +1 -0
- package/clis/youtube/transcript.js +1 -0
- package/clis/youtube/unlike.js +1 -0
- package/clis/youtube/unsubscribe.js +1 -0
- package/clis/youtube/video.js +1 -0
- package/clis/youtube/watch-later.js +1 -0
- package/clis/yuanbao/ask.js +1 -0
- package/clis/yuanbao/new.js +1 -0
- package/clis/zhihu/answer.js +1 -0
- package/clis/zhihu/collection.js +1 -0
- package/clis/zhihu/collections.js +1 -0
- package/clis/zhihu/comment.js +1 -0
- package/clis/zhihu/download.js +1 -0
- package/clis/zhihu/favorite.js +1 -0
- package/clis/zhihu/follow.js +1 -0
- package/clis/zhihu/hot.js +1 -0
- package/clis/zhihu/like.js +1 -0
- package/clis/zhihu/question.js +1 -0
- package/clis/zhihu/search.js +1 -0
- package/clis/zlibrary/info.js +1 -0
- package/clis/zlibrary/search.js +1 -0
- package/clis/zsxq/dynamics.js +1 -0
- package/clis/zsxq/groups.js +1 -0
- package/clis/zsxq/search.js +1 -0
- package/clis/zsxq/topic.js +1 -0
- package/clis/zsxq/topics.js +1 -0
- package/dist/src/adapter-shadow.d.ts +11 -0
- package/dist/src/adapter-shadow.js +72 -0
- package/dist/src/adapter-shadow.test.d.ts +1 -0
- package/dist/src/adapter-shadow.test.js +49 -0
- package/dist/src/adapter-source.test.js +1 -1
- package/dist/src/browser/analyze.test.js +2 -0
- package/dist/src/browser/base-page.d.ts +15 -2
- package/dist/src/browser/base-page.js +159 -8
- package/dist/src/browser/base-page.test.js +103 -1
- package/dist/src/browser/cdp.js +54 -0
- package/dist/src/browser/cdp.test.js +26 -0
- package/dist/src/browser/dom-helpers.d.ts +1 -1
- package/dist/src/browser/dom-helpers.js +15 -3
- package/dist/src/browser/page.d.ts +1 -0
- package/dist/src/browser/page.js +7 -1
- package/dist/src/browser/page.test.js +17 -0
- package/dist/src/browser/target-resolver.d.ts +17 -2
- package/dist/src/browser/target-resolver.js +85 -4
- package/dist/src/browser/verify-fixture.d.ts +7 -1
- package/dist/src/browser/verify-fixture.js +105 -0
- package/dist/src/browser/verify-fixture.test.js +59 -1
- package/dist/src/build-manifest.d.ts +68 -33
- package/dist/src/build-manifest.js +178 -29
- package/dist/src/build-manifest.test.js +85 -5
- package/dist/src/capabilityRouting.test.js +1 -1
- package/dist/src/cli.js +150 -11
- package/dist/src/cli.test.js +237 -0
- package/dist/src/commanderAdapter.d.ts +1 -1
- package/dist/src/commanderAdapter.js +17 -7
- package/dist/src/commanderAdapter.test.js +7 -6
- package/dist/src/convention-audit.d.ts +50 -0
- package/dist/src/convention-audit.js +546 -0
- package/dist/src/convention-audit.test.d.ts +1 -0
- package/dist/src/convention-audit.test.js +226 -0
- package/dist/src/discovery.js +2 -0
- package/dist/src/doctor.d.ts +2 -0
- package/dist/src/doctor.js +6 -0
- package/dist/src/doctor.test.js +36 -1
- package/dist/src/engine.test.js +10 -10
- package/dist/src/execution.js +1 -1
- package/dist/src/execution.test.js +9 -9
- package/dist/src/help.d.ts +15 -0
- package/dist/src/help.js +149 -0
- package/dist/src/main.js +13 -7
- package/dist/src/manifest-types.d.ts +41 -0
- package/dist/src/manifest-types.js +9 -0
- package/dist/src/plugin.test.js +26 -26
- package/dist/src/registry.d.ts +5 -0
- package/dist/src/registry.js +8 -0
- package/dist/src/registry.test.js +27 -20
- package/dist/src/serialization.d.ts +4 -0
- package/dist/src/serialization.js +27 -1
- package/dist/src/serialization.test.js +24 -2
- package/dist/src/types.d.ts +2 -0
- package/package.json +5 -2
- package/scripts/check-listing-id-pairing.mjs +193 -0
- package/scripts/check-silent-column-drop.mjs +105 -0
- package/scripts/check-typed-error-lint.mjs +118 -0
- package/scripts/silent-column-drop-baseline.json +962 -0
- package/scripts/typed-error-lint-baseline.json +1586 -0
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
import { afterEach, describe, expect, it, vi } from 'vitest';
|
|
2
|
+
import { getRegistry } from '@jackwener/opencli/registry';
|
|
3
|
+
import { ArgumentError, CommandExecutionError, EmptyResultError } from '@jackwener/opencli/errors';
|
|
4
|
+
import './hot.js';
|
|
5
|
+
import './search.js';
|
|
6
|
+
import './unanswered.js';
|
|
7
|
+
import './bounties.js';
|
|
8
|
+
import './read.js';
|
|
9
|
+
|
|
10
|
+
afterEach(() => {
|
|
11
|
+
vi.unstubAllGlobals();
|
|
12
|
+
vi.restoreAllMocks();
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
describe('stackoverflow listing adapters surface question_id/tags/views/owner', () => {
|
|
16
|
+
it('stackoverflow/hot has the agent-native column shape', () => {
|
|
17
|
+
const cmd = getRegistry().get('stackoverflow/hot');
|
|
18
|
+
expect(cmd?.columns).toEqual([
|
|
19
|
+
'rank', 'id', 'title', 'score', 'answers', 'views',
|
|
20
|
+
'is_answered', 'tags', 'author', 'creation_date', 'url',
|
|
21
|
+
]);
|
|
22
|
+
const mapStep = cmd?.pipeline?.find((step) => step.map);
|
|
23
|
+
expect(mapStep?.map).toMatchObject({
|
|
24
|
+
id: '${{ item.question_id }}',
|
|
25
|
+
views: '${{ item.view_count }}',
|
|
26
|
+
is_answered: '${{ item.is_answered }}',
|
|
27
|
+
author: '${{ item.owner.display_name }}',
|
|
28
|
+
creation_date: '${{ item.creation_date }}',
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
it('stackoverflow/search has the agent-native column shape', () => {
|
|
33
|
+
const cmd = getRegistry().get('stackoverflow/search');
|
|
34
|
+
expect(cmd?.columns).toEqual([
|
|
35
|
+
'rank', 'id', 'title', 'score', 'answers', 'views',
|
|
36
|
+
'is_answered', 'tags', 'author', 'creation_date', 'url',
|
|
37
|
+
]);
|
|
38
|
+
const mapStep = cmd?.pipeline?.find((step) => step.map);
|
|
39
|
+
expect(mapStep?.map).toMatchObject({
|
|
40
|
+
id: '${{ item.question_id }}',
|
|
41
|
+
views: '${{ item.view_count }}',
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
it('stackoverflow/unanswered drops is_answered (always false) but keeps the rest', () => {
|
|
46
|
+
const cmd = getRegistry().get('stackoverflow/unanswered');
|
|
47
|
+
expect(cmd?.columns).toEqual([
|
|
48
|
+
'rank', 'id', 'title', 'score', 'answers', 'views',
|
|
49
|
+
'tags', 'author', 'creation_date', 'url',
|
|
50
|
+
]);
|
|
51
|
+
expect(cmd?.columns).not.toContain('is_answered');
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
it('stackoverflow/bounties keeps the bounty column at the front', () => {
|
|
55
|
+
const cmd = getRegistry().get('stackoverflow/bounties');
|
|
56
|
+
expect(cmd?.columns).toEqual([
|
|
57
|
+
'rank', 'id', 'bounty', 'title', 'score', 'answers', 'views',
|
|
58
|
+
'is_answered', 'tags', 'author', 'creation_date', 'url',
|
|
59
|
+
]);
|
|
60
|
+
const mapStep = cmd?.pipeline?.find((step) => step.map);
|
|
61
|
+
expect(mapStep?.map).toMatchObject({
|
|
62
|
+
id: '${{ item.question_id }}',
|
|
63
|
+
bounty: '${{ item.bounty_amount }}',
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
describe('stackoverflow/read adapter', () => {
|
|
69
|
+
const cmd = getRegistry().get('stackoverflow/read');
|
|
70
|
+
|
|
71
|
+
it('registers the question/answer/comment row shape', () => {
|
|
72
|
+
expect(cmd?.columns).toEqual(['type', 'author', 'score', 'accepted', 'text']);
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
it('takes a positional id plus tunable answers-limit/comments-limit/max-length', () => {
|
|
76
|
+
const argNames = (cmd?.args || []).map((a) => a.name);
|
|
77
|
+
expect(argNames).toEqual(['id', 'answers-limit', 'comments-limit', 'max-length']);
|
|
78
|
+
const idArg = cmd?.args?.find((a) => a.name === 'id');
|
|
79
|
+
expect(idArg?.required).toBe(true);
|
|
80
|
+
expect(idArg?.positional).toBe(true);
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
it('uses the public Stack Exchange API (no browser, public strategy)', () => {
|
|
84
|
+
expect(cmd?.browser).toBe(false);
|
|
85
|
+
expect(cmd?.strategy).toBe('public');
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
it('fails fast with ArgumentError for non-numeric id before fetching', async () => {
|
|
89
|
+
const fetchMock = vi.fn();
|
|
90
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
91
|
+
|
|
92
|
+
await expect(cmd.func({ id: 'not-a-number', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 }))
|
|
93
|
+
.rejects.toThrow(ArgumentError);
|
|
94
|
+
expect(fetchMock).not.toHaveBeenCalled();
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
it('fails fast with ArgumentError for max-length below 100 before fetching', async () => {
|
|
98
|
+
const fetchMock = vi.fn();
|
|
99
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
100
|
+
|
|
101
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 50 }))
|
|
102
|
+
.rejects.toThrow(ArgumentError);
|
|
103
|
+
expect(fetchMock).not.toHaveBeenCalled();
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
it('fails fast with EmptyResultError when the question lookup returns empty items', async () => {
|
|
107
|
+
vi.stubGlobal('fetch', vi.fn().mockResolvedValue(
|
|
108
|
+
new Response(JSON.stringify({ items: [] }), { status: 200 }),
|
|
109
|
+
));
|
|
110
|
+
|
|
111
|
+
await expect(cmd.func({ id: '99999999', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 }))
|
|
112
|
+
.rejects.toThrow(EmptyResultError);
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
it('surfaces Stack Exchange API throttle / quota errors as CommandExecutionError', async () => {
|
|
116
|
+
vi.stubGlobal('fetch', vi.fn().mockResolvedValue(
|
|
117
|
+
new Response(JSON.stringify({ error_id: 502, error_name: 'throttle_violation', error_message: 'too fast' }), { status: 200 }),
|
|
118
|
+
));
|
|
119
|
+
|
|
120
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 }))
|
|
121
|
+
.rejects.toThrow(CommandExecutionError);
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
it('wraps fetch network failures in CommandExecutionError (not raw TypeError)', async () => {
|
|
125
|
+
vi.stubGlobal('fetch', vi.fn().mockRejectedValue(new TypeError('fetch failed')));
|
|
126
|
+
|
|
127
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 }))
|
|
128
|
+
.rejects.toThrow(CommandExecutionError);
|
|
129
|
+
});
|
|
130
|
+
|
|
131
|
+
it('wraps malformed JSON responses in CommandExecutionError (not raw SyntaxError)', async () => {
|
|
132
|
+
vi.stubGlobal('fetch', vi.fn().mockResolvedValue(
|
|
133
|
+
new Response('<!DOCTYPE html><html>maintenance</html>', { status: 200 }),
|
|
134
|
+
));
|
|
135
|
+
|
|
136
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 }))
|
|
137
|
+
.rejects.toThrow(CommandExecutionError);
|
|
138
|
+
});
|
|
139
|
+
|
|
140
|
+
it('coerces and validates string-form numeric args (e.g. "50" not Number(50))', async () => {
|
|
141
|
+
const fetchMock = vi.fn();
|
|
142
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
143
|
+
|
|
144
|
+
// String "50" should still be rejected because it's < 100
|
|
145
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': 5, 'max-length': '50' }))
|
|
146
|
+
.rejects.toThrow(ArgumentError);
|
|
147
|
+
expect(fetchMock).not.toHaveBeenCalled();
|
|
148
|
+
|
|
149
|
+
// String "abc" should also be rejected
|
|
150
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 'abc' }))
|
|
151
|
+
.rejects.toThrow(ArgumentError);
|
|
152
|
+
expect(fetchMock).not.toHaveBeenCalled();
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
it('rejects answer/comment limits above Stack Exchange pagesize max before fetching', async () => {
|
|
156
|
+
const fetchMock = vi.fn();
|
|
157
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
158
|
+
|
|
159
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': '101', 'comments-limit': 5, 'max-length': 4000 }))
|
|
160
|
+
.rejects.toThrow(ArgumentError);
|
|
161
|
+
await expect(cmd.func({ id: '12345', 'answers-limit': 10, 'comments-limit': '101', 'max-length': 4000 }))
|
|
162
|
+
.rejects.toThrow(ArgumentError);
|
|
163
|
+
expect(fetchMock).not.toHaveBeenCalled();
|
|
164
|
+
});
|
|
165
|
+
|
|
166
|
+
it('builds POST + Q-COMMENT + ANSWER + A-COMMENT rows, accepted answer first', async () => {
|
|
167
|
+
const question = {
|
|
168
|
+
items: [{
|
|
169
|
+
question_id: 1,
|
|
170
|
+
title: 'Why?',
|
|
171
|
+
body: '<p>Question body</p>',
|
|
172
|
+
score: 10,
|
|
173
|
+
link: 'https://example.com/q/1',
|
|
174
|
+
owner: { display_name: 'asker' },
|
|
175
|
+
}],
|
|
176
|
+
};
|
|
177
|
+
const qComments = {
|
|
178
|
+
items: [
|
|
179
|
+
{ score: 2, owner: { display_name: 'qc1' }, body: '<p>q comment one</p>' },
|
|
180
|
+
{ score: 1, owner: { display_name: 'qc2' }, body: '<p>q comment two</p>' },
|
|
181
|
+
],
|
|
182
|
+
};
|
|
183
|
+
const answers = {
|
|
184
|
+
items: [
|
|
185
|
+
{ answer_id: 100, score: 5, is_accepted: false, owner: { display_name: 'low' }, body: '<p>low score answer</p>' },
|
|
186
|
+
{ answer_id: 200, score: 50, is_accepted: true, owner: { display_name: 'winner' }, body: '<p>accepted answer</p>' },
|
|
187
|
+
],
|
|
188
|
+
};
|
|
189
|
+
const answerComments = {
|
|
190
|
+
items: [
|
|
191
|
+
{ post_id: 200, score: 1, owner: { display_name: 'ac1' }, body: '<p>comment on accepted</p>' },
|
|
192
|
+
{ post_id: 100, score: 0, owner: { display_name: 'ac2' }, body: '<p>comment on low</p>' },
|
|
193
|
+
],
|
|
194
|
+
};
|
|
195
|
+
const fetchMock = vi.fn()
|
|
196
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(question), { status: 200 }))
|
|
197
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(qComments), { status: 200 }))
|
|
198
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(answers), { status: 200 }))
|
|
199
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(answerComments), { status: 200 }));
|
|
200
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
201
|
+
|
|
202
|
+
const rows = await cmd.func({ id: '1', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 });
|
|
203
|
+
|
|
204
|
+
expect(rows.map((r) => [r.type, r.author, r.accepted])).toEqual([
|
|
205
|
+
['POST', 'asker', ''],
|
|
206
|
+
['Q-COMMENT', 'qc1', ''],
|
|
207
|
+
['Q-COMMENT', 'qc2', ''],
|
|
208
|
+
['ANSWER', 'winner', 'true'], // accepted comes FIRST
|
|
209
|
+
['A-COMMENT', 'ac1', ''],
|
|
210
|
+
['ANSWER', 'low', ''],
|
|
211
|
+
['A-COMMENT', 'ac2', ''],
|
|
212
|
+
]);
|
|
213
|
+
|
|
214
|
+
// Verify the answer-comments fetch batched both answer ids
|
|
215
|
+
const ansCommentsCall = fetchMock.mock.calls[3][0];
|
|
216
|
+
expect(ansCommentsCall).toContain('/answers/200;100/comments');
|
|
217
|
+
expect(fetchMock.mock.calls[1][0]).toContain('pagesize=5');
|
|
218
|
+
expect(fetchMock.mock.calls[2][0]).toContain('pagesize=10');
|
|
219
|
+
expect(fetchMock.mock.calls[3][0]).toContain('pagesize=10');
|
|
220
|
+
});
|
|
221
|
+
|
|
222
|
+
it('fetches accepted answer separately when it is missing from the votes page', async () => {
|
|
223
|
+
const question = {
|
|
224
|
+
items: [{
|
|
225
|
+
question_id: 1,
|
|
226
|
+
accepted_answer_id: 999,
|
|
227
|
+
title: 'Why?',
|
|
228
|
+
body: '<p>Question body</p>',
|
|
229
|
+
score: 10,
|
|
230
|
+
link: 'https://example.com/q/1',
|
|
231
|
+
owner: { display_name: 'asker' },
|
|
232
|
+
}],
|
|
233
|
+
};
|
|
234
|
+
const answers = {
|
|
235
|
+
items: [
|
|
236
|
+
{ answer_id: 100, score: 50, is_accepted: false, owner: { display_name: 'top-voted' }, body: '<p>top voted answer</p>' },
|
|
237
|
+
],
|
|
238
|
+
};
|
|
239
|
+
const acceptedAnswer = {
|
|
240
|
+
items: [
|
|
241
|
+
{ answer_id: 999, score: 1, is_accepted: true, owner: { display_name: 'accepted' }, body: '<p>accepted answer</p>' },
|
|
242
|
+
],
|
|
243
|
+
};
|
|
244
|
+
const fetchMock = vi.fn()
|
|
245
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(question), { status: 200 }))
|
|
246
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }))
|
|
247
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(answers), { status: 200 }))
|
|
248
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(acceptedAnswer), { status: 200 }))
|
|
249
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }));
|
|
250
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
251
|
+
|
|
252
|
+
const rows = await cmd.func({ id: '1', 'answers-limit': 2, 'comments-limit': 5, 'max-length': 4000 });
|
|
253
|
+
|
|
254
|
+
expect(rows.filter((r) => r.type === 'ANSWER').map((r) => [r.author, r.accepted])).toEqual([
|
|
255
|
+
['accepted', 'true'],
|
|
256
|
+
['top-voted', ''],
|
|
257
|
+
]);
|
|
258
|
+
expect(fetchMock.mock.calls[3][0]).toContain('/answers/999?');
|
|
259
|
+
expect(fetchMock.mock.calls[4][0]).toContain('/answers/999;100/comments');
|
|
260
|
+
expect(fetchMock.mock.calls[4][0]).toContain('pagesize=10');
|
|
261
|
+
});
|
|
262
|
+
|
|
263
|
+
it('fails fast when batched answer comments would be partial', async () => {
|
|
264
|
+
const question = {
|
|
265
|
+
items: [{
|
|
266
|
+
question_id: 1,
|
|
267
|
+
title: 'Why?',
|
|
268
|
+
body: '<p>Question body</p>',
|
|
269
|
+
score: 10,
|
|
270
|
+
link: 'https://example.com/q/1',
|
|
271
|
+
owner: { display_name: 'asker' },
|
|
272
|
+
}],
|
|
273
|
+
};
|
|
274
|
+
const answers = {
|
|
275
|
+
items: [
|
|
276
|
+
{ answer_id: 100, score: 50, is_accepted: false, owner: { display_name: 'a1' }, body: '<p>one</p>' },
|
|
277
|
+
{ answer_id: 200, score: 40, is_accepted: false, owner: { display_name: 'a2' }, body: '<p>two</p>' },
|
|
278
|
+
],
|
|
279
|
+
};
|
|
280
|
+
const answerComments = {
|
|
281
|
+
has_more: true,
|
|
282
|
+
items: [
|
|
283
|
+
{ post_id: 100, score: 1, owner: { display_name: 'c1' }, body: '<p>comment on first</p>' },
|
|
284
|
+
],
|
|
285
|
+
};
|
|
286
|
+
const fetchMock = vi.fn()
|
|
287
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(question), { status: 200 }))
|
|
288
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }))
|
|
289
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(answers), { status: 200 }))
|
|
290
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(answerComments), { status: 200 }));
|
|
291
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
292
|
+
|
|
293
|
+
await expect(cmd.func({ id: '1', 'answers-limit': 2, 'comments-limit': 1, 'max-length': 4000 }))
|
|
294
|
+
.rejects.toThrow(CommandExecutionError);
|
|
295
|
+
});
|
|
296
|
+
|
|
297
|
+
it('decodes HTML entities in body and display_name (named, decimal, hex)', async () => {
|
|
298
|
+
const question = {
|
|
299
|
+
items: [{
|
|
300
|
+
question_id: 1,
|
|
301
|
+
title: 't',
|
|
302
|
+
body: '<p>price < & … ö 'ok'</p>',
|
|
303
|
+
score: 0,
|
|
304
|
+
link: '',
|
|
305
|
+
owner: { display_name: 'Jonas Kölker' },
|
|
306
|
+
}],
|
|
307
|
+
};
|
|
308
|
+
const fetchMock = vi.fn()
|
|
309
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(question), { status: 200 }))
|
|
310
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }))
|
|
311
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }));
|
|
312
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
313
|
+
|
|
314
|
+
const rows = await cmd.func({ id: '1', 'answers-limit': 10, 'comments-limit': 5, 'max-length': 4000 });
|
|
315
|
+
|
|
316
|
+
expect(rows[0].author).toBe('Jonas Kölker');
|
|
317
|
+
expect(rows[0].text).toContain('price < & … ö \'ok\'');
|
|
318
|
+
});
|
|
319
|
+
|
|
320
|
+
it('respects answers-limit when there are more answers than the cap', async () => {
|
|
321
|
+
const question = {
|
|
322
|
+
items: [{
|
|
323
|
+
question_id: 1, title: 't', body: '', score: 0, link: '',
|
|
324
|
+
owner: { display_name: 'a' },
|
|
325
|
+
}],
|
|
326
|
+
};
|
|
327
|
+
const answers = {
|
|
328
|
+
items: [
|
|
329
|
+
{ answer_id: 100, score: 5, is_accepted: false, owner: { display_name: 'a1' }, body: '' },
|
|
330
|
+
{ answer_id: 200, score: 4, is_accepted: false, owner: { display_name: 'a2' }, body: '' },
|
|
331
|
+
{ answer_id: 300, score: 3, is_accepted: false, owner: { display_name: 'a3' }, body: '' },
|
|
332
|
+
],
|
|
333
|
+
};
|
|
334
|
+
const fetchMock = vi.fn()
|
|
335
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(question), { status: 200 }))
|
|
336
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }))
|
|
337
|
+
.mockResolvedValueOnce(new Response(JSON.stringify(answers), { status: 200 }))
|
|
338
|
+
.mockResolvedValueOnce(new Response(JSON.stringify({ items: [] }), { status: 200 }));
|
|
339
|
+
vi.stubGlobal('fetch', fetchMock);
|
|
340
|
+
|
|
341
|
+
const rows = await cmd.func({ id: '1', 'answers-limit': 2, 'comments-limit': 5, 'max-length': 4000 });
|
|
342
|
+
|
|
343
|
+
const answerRows = rows.filter((r) => r.type === 'ANSWER');
|
|
344
|
+
expect(answerRows.map((r) => r.author)).toEqual(['a1', 'a2']);
|
|
345
|
+
});
|
|
346
|
+
});
|
|
@@ -2,6 +2,7 @@ import { cli, Strategy } from '@jackwener/opencli/registry';
|
|
|
2
2
|
cli({
|
|
3
3
|
site: 'stackoverflow',
|
|
4
4
|
name: 'unanswered',
|
|
5
|
+
access: 'read',
|
|
5
6
|
description: 'Top voted unanswered questions on Stack Overflow',
|
|
6
7
|
domain: 'stackoverflow.com',
|
|
7
8
|
strategy: Strategy.PUBLIC,
|
|
@@ -9,16 +10,22 @@ cli({
|
|
|
9
10
|
args: [
|
|
10
11
|
{ name: 'limit', type: 'int', default: 10, help: 'Max number of results' },
|
|
11
12
|
],
|
|
12
|
-
columns: ['title', 'score', 'answers', 'url'],
|
|
13
|
+
columns: ['rank', 'id', 'title', 'score', 'answers', 'views', 'tags', 'author', 'creation_date', 'url'],
|
|
13
14
|
pipeline: [
|
|
14
15
|
{ fetch: {
|
|
15
|
-
url: 'https://api.stackexchange.com/2.3/questions/unanswered?order=desc&sort=votes&site=stackoverflow',
|
|
16
|
+
url: 'https://api.stackexchange.com/2.3/questions/unanswered?order=desc&sort=votes&site=stackoverflow&pagesize=${{ args.limit }}',
|
|
16
17
|
} },
|
|
17
18
|
{ select: 'items' },
|
|
18
19
|
{ map: {
|
|
20
|
+
rank: '${{ index + 1 }}',
|
|
21
|
+
id: '${{ item.question_id }}',
|
|
19
22
|
title: '${{ item.title }}',
|
|
20
23
|
score: '${{ item.score }}',
|
|
21
24
|
answers: '${{ item.answer_count }}',
|
|
25
|
+
views: '${{ item.view_count }}',
|
|
26
|
+
tags: `\${{ item.tags | join(', ') }}`,
|
|
27
|
+
author: '${{ item.owner.display_name }}',
|
|
28
|
+
creation_date: '${{ item.creation_date }}',
|
|
22
29
|
url: '${{ item.link }}',
|
|
23
30
|
} },
|
|
24
31
|
{ limit: '${{ args.limit }}' },
|
package/clis/substack/feed.js
CHANGED
package/clis/substack/search.js
CHANGED
package/clis/taobao/add-cart.js
CHANGED
package/clis/taobao/cart.js
CHANGED
package/clis/taobao/detail.js
CHANGED
package/clis/taobao/reviews.js
CHANGED
package/clis/taobao/search.js
CHANGED
package/clis/tdx/hot-rank.js
CHANGED
package/clis/ths/hot-rank.js
CHANGED
package/clis/tieba/hot.js
CHANGED
|
@@ -4,6 +4,7 @@ import { normalizeTiebaLimit } from './utils.js';
|
|
|
4
4
|
cli({
|
|
5
5
|
site: 'tieba',
|
|
6
6
|
name: 'hot',
|
|
7
|
+
access: 'read',
|
|
7
8
|
description: 'Tieba hot topics',
|
|
8
9
|
domain: 'tieba.baidu.com',
|
|
9
10
|
strategy: Strategy.PUBLIC,
|
|
@@ -12,7 +13,7 @@ cli({
|
|
|
12
13
|
args: [
|
|
13
14
|
{ name: 'limit', type: 'int', default: 20, help: 'Number of items to return' },
|
|
14
15
|
],
|
|
15
|
-
columns: ['rank', 'title', 'discussions', 'description'],
|
|
16
|
+
columns: ['rank', 'title', 'discussions', 'description', 'url'],
|
|
16
17
|
func: async (page, kwargs) => {
|
|
17
18
|
const limit = normalizeTiebaLimit(kwargs.limit);
|
|
18
19
|
// Use the default browser settle path so we do not scrape the previous page.
|
package/clis/tieba/posts.js
CHANGED
package/clis/tieba/read.js
CHANGED
package/clis/tieba/search.js
CHANGED
|
@@ -81,6 +81,7 @@ function assertSupportedPage(kwargs) {
|
|
|
81
81
|
cli({
|
|
82
82
|
site: 'tieba',
|
|
83
83
|
name: 'search',
|
|
84
|
+
access: 'read',
|
|
84
85
|
description: 'Search posts across tieba',
|
|
85
86
|
domain: 'tieba.baidu.com',
|
|
86
87
|
strategy: Strategy.COOKIE,
|
|
@@ -92,7 +93,7 @@ cli({
|
|
|
92
93
|
{ name: 'page', type: 'int', default: 1, choices: ['1'], help: 'Page number (currently only 1 is supported)' },
|
|
93
94
|
{ name: 'limit', type: 'int', default: 20, help: 'Number of items to return' },
|
|
94
95
|
],
|
|
95
|
-
columns: ['rank', 'title', 'forum', 'author', 'time'],
|
|
96
|
+
columns: ['rank', 'id', 'title', 'forum', 'author', 'time', 'url'],
|
|
96
97
|
func: async (page, kwargs) => {
|
|
97
98
|
assertSupportedPage(kwargs);
|
|
98
99
|
const limit = normalizeTiebaLimit(kwargs.limit);
|
package/clis/tiktok/comment.js
CHANGED
package/clis/tiktok/explore.js
CHANGED
package/clis/tiktok/follow.js
CHANGED
package/clis/tiktok/following.js
CHANGED
package/clis/tiktok/friends.js
CHANGED
package/clis/tiktok/like.js
CHANGED
package/clis/tiktok/live.js
CHANGED
package/clis/tiktok/profile.js
CHANGED
package/clis/tiktok/save.js
CHANGED
package/clis/tiktok/search.js
CHANGED
package/clis/tiktok/unfollow.js
CHANGED