@tikomni/skills 0.1.0
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/.skill-package-allowlist.txt +4 -0
- package/LICENSE +21 -0
- package/README.md +167 -0
- package/README.zh-CN.md +167 -0
- package/bin/tikomni-skills.js +127 -0
- package/env.example +160 -0
- package/lib/installer.js +176 -0
- package/package.json +44 -0
- package/skills/creator-analysis/SKILL.md +71 -0
- package/skills/creator-analysis/agents/openai.yaml +4 -0
- package/skills/creator-analysis/env.example +36 -0
- package/skills/creator-analysis/references/api-capability-index.md +92 -0
- package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
- package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/creator-analysis/references/asr-orchestration.md +33 -0
- package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
- package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
- package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
- package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
- package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
- package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
- package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
- package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
- package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
- package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
- package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/creator-analysis/references/workflow.md +18 -0
- package/skills/creator-analysis/scripts/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
- package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
- package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
- package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
- package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
- package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
- package/skills/creator-analysis/scripts/core/__init__.py +0 -0
- package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
- package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
- package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
- package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
- package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
- package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
- package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
- package/skills/meta-capability/SKILL.md +69 -0
- package/skills/meta-capability/agents/openai.yaml +4 -0
- package/skills/meta-capability/env.example +42 -0
- package/skills/meta-capability/references/api-capability-index.md +92 -0
- package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
- package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
- package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
- package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
- package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
- package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
- package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
- package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/meta-capability/references/api-tags/health-check.md +40 -0
- package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
- package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
- package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
- package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
- package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
- package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
- package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
- package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
- package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
- package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
- package/skills/meta-capability/references/dispatch.md +27 -0
- package/skills/meta-capability/references/execution-guidelines.md +25 -0
- package/skills/meta-capability/references/implemented-route-map.md +177 -0
- package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/meta-capability/scripts/__init__.py +1 -0
- package/skills/meta-capability/scripts/call_route.py +141 -0
- package/skills/meta-capability/scripts/core/__init__.py +1 -0
- package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
- package/skills/meta-capability/scripts/core/config_loader.py +204 -0
- package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
- package/skills/meta-capability/scripts/test_auth.py +98 -0
- package/skills/single-work-analysis/SKILL.md +62 -0
- package/skills/single-work-analysis/agents/openai.yaml +4 -0
- package/skills/single-work-analysis/env.example +36 -0
- package/skills/single-work-analysis/references/api-capability-index.md +92 -0
- package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
- package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
- package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
- package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
- package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
- package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
- package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
- package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/single-work-analysis/scripts/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
- package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
- package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
- package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
- package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
- package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
|
@@ -0,0 +1,562 @@
|
|
|
1
|
+
# Twitter-Web-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/twitter-web-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/twitter-web-api.md`](../api-contracts/twitter-web-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `13`
|
|
9
|
+
- Common capabilities: profiles / accounts / content details / comments / search / trends / rankings / details
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `cursor`, `screen_name`, `tweet_id`, `rest_id`, `keyword`, `search_type`, `country`, `userId`, `count`
|
|
12
|
+
- Tag description: **(Twitter Web数据接口/Twitter-Web-API endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/twitter/web/fetch_latest_post_comments`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取最新的推文评论/Get the latest tweet comments
|
|
19
|
+
- Capabilities: comments / content details
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_latest_post_comments_api_v1_twitter_web_fetch_latest_post_comments_get`
|
|
22
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-latest-post-comments`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-latest-post-comments)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID |
|
|
29
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
30
|
+
|
|
31
|
+
#### Request Body
|
|
32
|
+
|
|
33
|
+
None
|
|
34
|
+
|
|
35
|
+
#### Success Response
|
|
36
|
+
|
|
37
|
+
##### `200 application/json`
|
|
38
|
+
|
|
39
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
40
|
+
|
|
41
|
+
| Field | Type | Required | Description |
|
|
42
|
+
| --- | --- | --- | --- |
|
|
43
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
44
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
45
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
46
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
47
|
+
| support | string | No | Support message \| 支持消息 |
|
|
48
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
49
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
50
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
51
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
52
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
53
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
54
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
55
|
+
|
|
56
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
57
|
+
|
|
58
|
+
### `GET /api/u1/v1/twitter/web/fetch_post_comments`
|
|
59
|
+
|
|
60
|
+
- Summary: 获取评论/Get comments
|
|
61
|
+
- Capabilities: comments / content details
|
|
62
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
63
|
+
- operationId: `fetch_post_comments_api_v1_twitter_web_fetch_post_comments_get`
|
|
64
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-post-comments`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-post-comments)
|
|
65
|
+
|
|
66
|
+
#### Parameters
|
|
67
|
+
|
|
68
|
+
| Field | In | Type | Required | Description |
|
|
69
|
+
| --- | --- | --- | --- | --- |
|
|
70
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID |
|
|
71
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
72
|
+
|
|
73
|
+
#### Request Body
|
|
74
|
+
|
|
75
|
+
None
|
|
76
|
+
|
|
77
|
+
#### Success Response
|
|
78
|
+
|
|
79
|
+
##### `200 application/json`
|
|
80
|
+
|
|
81
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
82
|
+
|
|
83
|
+
| Field | Type | Required | Description |
|
|
84
|
+
| --- | --- | --- | --- |
|
|
85
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
86
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
87
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
88
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
89
|
+
| support | string | No | Support message \| 支持消息 |
|
|
90
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
91
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
92
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
93
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
94
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
95
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
96
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
97
|
+
|
|
98
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
99
|
+
|
|
100
|
+
### `GET /api/u1/v1/twitter/web/fetch_retweet_user_list`
|
|
101
|
+
|
|
102
|
+
- Summary: 转推用户列表/ReTweet User list
|
|
103
|
+
- Capabilities: profiles / accounts
|
|
104
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
105
|
+
- operationId: `fetch_retweet_user_list_api_v1_twitter_web_fetch_retweet_user_list_get`
|
|
106
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-retweet-user-list`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-retweet-user-list)
|
|
107
|
+
|
|
108
|
+
#### Parameters
|
|
109
|
+
|
|
110
|
+
| Field | In | Type | Required | Description |
|
|
111
|
+
| --- | --- | --- | --- | --- |
|
|
112
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID |
|
|
113
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
114
|
+
|
|
115
|
+
#### Request Body
|
|
116
|
+
|
|
117
|
+
None
|
|
118
|
+
|
|
119
|
+
#### Success Response
|
|
120
|
+
|
|
121
|
+
##### `200 application/json`
|
|
122
|
+
|
|
123
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
124
|
+
|
|
125
|
+
| Field | Type | Required | Description |
|
|
126
|
+
| --- | --- | --- | --- |
|
|
127
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
128
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
129
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
130
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
131
|
+
| support | string | No | Support message \| 支持消息 |
|
|
132
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
133
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
134
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
135
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
136
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
137
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
138
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
139
|
+
|
|
140
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
141
|
+
|
|
142
|
+
### `GET /api/u1/v1/twitter/web/fetch_search_timeline`
|
|
143
|
+
|
|
144
|
+
- Summary: 搜索/Search
|
|
145
|
+
- Capabilities: search
|
|
146
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
147
|
+
- operationId: `fetch_search_timeline_api_v1_twitter_web_fetch_search_timeline_get`
|
|
148
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-search-timeline`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-search-timeline)
|
|
149
|
+
|
|
150
|
+
#### Parameters
|
|
151
|
+
|
|
152
|
+
| Field | In | Type | Required | Description |
|
|
153
|
+
| --- | --- | --- | --- | --- |
|
|
154
|
+
| keyword | query | string | Yes | 搜索关键字/Search Keyword |
|
|
155
|
+
| search_type | query | string | No | 搜索类型/Search Type |
|
|
156
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
157
|
+
|
|
158
|
+
#### Request Body
|
|
159
|
+
|
|
160
|
+
None
|
|
161
|
+
|
|
162
|
+
#### Success Response
|
|
163
|
+
|
|
164
|
+
##### `200 application/json`
|
|
165
|
+
|
|
166
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
167
|
+
|
|
168
|
+
| Field | Type | Required | Description |
|
|
169
|
+
| --- | --- | --- | --- |
|
|
170
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
171
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
172
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
173
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
174
|
+
| support | string | No | Support message \| 支持消息 |
|
|
175
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
176
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
177
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
178
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
179
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
180
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
181
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
182
|
+
|
|
183
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
184
|
+
|
|
185
|
+
### `GET /api/u1/v1/twitter/web/fetch_trending`
|
|
186
|
+
|
|
187
|
+
- Summary: 趋势/Trending
|
|
188
|
+
- Capabilities: trends / rankings
|
|
189
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
190
|
+
- operationId: `fetch_trending_api_v1_twitter_web_fetch_trending_get`
|
|
191
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-trending`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-trending)
|
|
192
|
+
|
|
193
|
+
#### Parameters
|
|
194
|
+
|
|
195
|
+
| Field | In | Type | Required | Description |
|
|
196
|
+
| --- | --- | --- | --- | --- |
|
|
197
|
+
| country | query | string | No | 国家/Country |
|
|
198
|
+
|
|
199
|
+
#### Request Body
|
|
200
|
+
|
|
201
|
+
None
|
|
202
|
+
|
|
203
|
+
#### Success Response
|
|
204
|
+
|
|
205
|
+
##### `200 application/json`
|
|
206
|
+
|
|
207
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
208
|
+
|
|
209
|
+
| Field | Type | Required | Description |
|
|
210
|
+
| --- | --- | --- | --- |
|
|
211
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
212
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
213
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
214
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
215
|
+
| support | string | No | Support message \| 支持消息 |
|
|
216
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
217
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
218
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
219
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
220
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
221
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
222
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
223
|
+
|
|
224
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
225
|
+
|
|
226
|
+
### `GET /api/u1/v1/twitter/web/fetch_tweet_detail`
|
|
227
|
+
|
|
228
|
+
- Summary: 获取单个推文数据/Get single tweet data
|
|
229
|
+
- Capabilities: details
|
|
230
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
231
|
+
- operationId: `fetch_tweet_detail_api_v1_twitter_web_fetch_tweet_detail_get`
|
|
232
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-tweet-detail`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-tweet-detail)
|
|
233
|
+
|
|
234
|
+
#### Parameters
|
|
235
|
+
|
|
236
|
+
| Field | In | Type | Required | Description |
|
|
237
|
+
| --- | --- | --- | --- | --- |
|
|
238
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID |
|
|
239
|
+
|
|
240
|
+
#### Request Body
|
|
241
|
+
|
|
242
|
+
None
|
|
243
|
+
|
|
244
|
+
#### Success Response
|
|
245
|
+
|
|
246
|
+
##### `200 application/json`
|
|
247
|
+
|
|
248
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
249
|
+
|
|
250
|
+
| Field | Type | Required | Description |
|
|
251
|
+
| --- | --- | --- | --- |
|
|
252
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
253
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
254
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
255
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
256
|
+
| support | string | No | Support message \| 支持消息 |
|
|
257
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
258
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
259
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
260
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
261
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
262
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
263
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
264
|
+
|
|
265
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
266
|
+
|
|
267
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_followers`
|
|
268
|
+
|
|
269
|
+
- Summary: 用户粉丝/User Followers
|
|
270
|
+
- Capabilities: profiles / accounts
|
|
271
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
272
|
+
- operationId: `fetch_user_followers_api_v1_twitter_web_fetch_user_followers_get`
|
|
273
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-followers`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-followers)
|
|
274
|
+
|
|
275
|
+
#### Parameters
|
|
276
|
+
|
|
277
|
+
| Field | In | Type | Required | Description |
|
|
278
|
+
| --- | --- | --- | --- | --- |
|
|
279
|
+
| screen_name | query | string | Yes | 用户名/Screen Name |
|
|
280
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
281
|
+
|
|
282
|
+
#### Request Body
|
|
283
|
+
|
|
284
|
+
None
|
|
285
|
+
|
|
286
|
+
#### Success Response
|
|
287
|
+
|
|
288
|
+
##### `200 application/json`
|
|
289
|
+
|
|
290
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
291
|
+
|
|
292
|
+
| Field | Type | Required | Description |
|
|
293
|
+
| --- | --- | --- | --- |
|
|
294
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
295
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
296
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
297
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
298
|
+
| support | string | No | Support message \| 支持消息 |
|
|
299
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
300
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
301
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
302
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
303
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
304
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
305
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
306
|
+
|
|
307
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
308
|
+
|
|
309
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_followings`
|
|
310
|
+
|
|
311
|
+
- Summary: 用户关注/User Followings
|
|
312
|
+
- Capabilities: profiles / accounts
|
|
313
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
314
|
+
- operationId: `fetch_user_followings_api_v1_twitter_web_fetch_user_followings_get`
|
|
315
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-followings`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-followings)
|
|
316
|
+
|
|
317
|
+
#### Parameters
|
|
318
|
+
|
|
319
|
+
| Field | In | Type | Required | Description |
|
|
320
|
+
| --- | --- | --- | --- | --- |
|
|
321
|
+
| screen_name | query | string | Yes | 用户名/Screen Name |
|
|
322
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
323
|
+
|
|
324
|
+
#### Request Body
|
|
325
|
+
|
|
326
|
+
None
|
|
327
|
+
|
|
328
|
+
#### Success Response
|
|
329
|
+
|
|
330
|
+
##### `200 application/json`
|
|
331
|
+
|
|
332
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
333
|
+
|
|
334
|
+
| Field | Type | Required | Description |
|
|
335
|
+
| --- | --- | --- | --- |
|
|
336
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
337
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
338
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
339
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
340
|
+
| support | string | No | Support message \| 支持消息 |
|
|
341
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
342
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
343
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
344
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
345
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
346
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
347
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
348
|
+
|
|
349
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
350
|
+
|
|
351
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_highlights_tweets`
|
|
352
|
+
|
|
353
|
+
- Summary: 获取用户高光推文/Get user highlights tweets
|
|
354
|
+
- Capabilities: profiles / accounts
|
|
355
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
356
|
+
- operationId: `fetch_user_highlights_tweets_api_v1_twitter_web_fetch_user_highlights_tweets_get`
|
|
357
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-highlights-tweets`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-highlights-tweets)
|
|
358
|
+
|
|
359
|
+
#### Parameters
|
|
360
|
+
|
|
361
|
+
| Field | In | Type | Required | Description |
|
|
362
|
+
| --- | --- | --- | --- | --- |
|
|
363
|
+
| userId | query | string | Yes | 用户ID/User ID |
|
|
364
|
+
| count | query | integer | No | 数量/Count |
|
|
365
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
366
|
+
|
|
367
|
+
#### Request Body
|
|
368
|
+
|
|
369
|
+
None
|
|
370
|
+
|
|
371
|
+
#### Success Response
|
|
372
|
+
|
|
373
|
+
##### `200 application/json`
|
|
374
|
+
|
|
375
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
376
|
+
|
|
377
|
+
| Field | Type | Required | Description |
|
|
378
|
+
| --- | --- | --- | --- |
|
|
379
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
380
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
381
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
382
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
383
|
+
| support | string | No | Support message \| 支持消息 |
|
|
384
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
385
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
386
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
387
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
388
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
389
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
390
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
391
|
+
|
|
392
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
393
|
+
|
|
394
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_media`
|
|
395
|
+
|
|
396
|
+
- Summary: 获取用户媒体/Get user media
|
|
397
|
+
- Capabilities: profiles / accounts / media / download
|
|
398
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
399
|
+
- operationId: `fetch_user_media_api_v1_twitter_web_fetch_user_media_get`
|
|
400
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-media`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-media)
|
|
401
|
+
|
|
402
|
+
#### Parameters
|
|
403
|
+
|
|
404
|
+
| Field | In | Type | Required | Description |
|
|
405
|
+
| --- | --- | --- | --- | --- |
|
|
406
|
+
| screen_name | query | string | Yes | 用户名/Screen Name |
|
|
407
|
+
| rest_id | query | integer | No | 用户ID/User ID |
|
|
408
|
+
| cursor | query | string | No | 翻页游标/Page Cursor |
|
|
409
|
+
|
|
410
|
+
#### Request Body
|
|
411
|
+
|
|
412
|
+
None
|
|
413
|
+
|
|
414
|
+
#### Success Response
|
|
415
|
+
|
|
416
|
+
##### `200 application/json`
|
|
417
|
+
|
|
418
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
419
|
+
|
|
420
|
+
| Field | Type | Required | Description |
|
|
421
|
+
| --- | --- | --- | --- |
|
|
422
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
423
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
424
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
425
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
426
|
+
| support | string | No | Support message \| 支持消息 |
|
|
427
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
428
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
429
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
430
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
431
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
432
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
433
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
434
|
+
|
|
435
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
436
|
+
|
|
437
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_post_tweet`
|
|
438
|
+
|
|
439
|
+
- Summary: 获取用户发帖/Get user post
|
|
440
|
+
- Capabilities: profiles / accounts / content details
|
|
441
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
442
|
+
- operationId: `fetch_user_post_tweet_api_v1_twitter_web_fetch_user_post_tweet_get`
|
|
443
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-post-tweet`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-post-tweet)
|
|
444
|
+
|
|
445
|
+
#### Parameters
|
|
446
|
+
|
|
447
|
+
| Field | In | Type | Required | Description |
|
|
448
|
+
| --- | --- | --- | --- | --- |
|
|
449
|
+
| screen_name | query | string | No | 用户名/Screen Name |
|
|
450
|
+
| rest_id | query | integer | No | 用户ID/User ID |
|
|
451
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
452
|
+
|
|
453
|
+
#### Request Body
|
|
454
|
+
|
|
455
|
+
None
|
|
456
|
+
|
|
457
|
+
#### Success Response
|
|
458
|
+
|
|
459
|
+
##### `200 application/json`
|
|
460
|
+
|
|
461
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
462
|
+
|
|
463
|
+
| Field | Type | Required | Description |
|
|
464
|
+
| --- | --- | --- | --- |
|
|
465
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
466
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
467
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
468
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
469
|
+
| support | string | No | Support message \| 支持消息 |
|
|
470
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
471
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
472
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
473
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
474
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
475
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
476
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
477
|
+
|
|
478
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
479
|
+
|
|
480
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_profile`
|
|
481
|
+
|
|
482
|
+
- Summary: 获取用户资料/Get user profile
|
|
483
|
+
- Capabilities: profiles / accounts
|
|
484
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
485
|
+
- operationId: `fetch_user_profile_api_v1_twitter_web_fetch_user_profile_get`
|
|
486
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-profile`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-profile)
|
|
487
|
+
|
|
488
|
+
#### Parameters
|
|
489
|
+
|
|
490
|
+
| Field | In | Type | Required | Description |
|
|
491
|
+
| --- | --- | --- | --- | --- |
|
|
492
|
+
| screen_name | query | string | No | 用户名/Screen Name |
|
|
493
|
+
| rest_id | query | integer | No | 用户ID(如果使用用户ID则会忽略用户名)/User ID (If the user ID is used, the user name will be ignored) |
|
|
494
|
+
|
|
495
|
+
#### Request Body
|
|
496
|
+
|
|
497
|
+
None
|
|
498
|
+
|
|
499
|
+
#### Success Response
|
|
500
|
+
|
|
501
|
+
##### `200 application/json`
|
|
502
|
+
|
|
503
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
504
|
+
|
|
505
|
+
| Field | Type | Required | Description |
|
|
506
|
+
| --- | --- | --- | --- |
|
|
507
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
508
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
509
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
510
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
511
|
+
| support | string | No | Support message \| 支持消息 |
|
|
512
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
513
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
514
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
515
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
516
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
517
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
518
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
519
|
+
|
|
520
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
521
|
+
|
|
522
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_tweet_replies`
|
|
523
|
+
|
|
524
|
+
- Summary: 获取用户推文回复/Get user tweet replies
|
|
525
|
+
- Capabilities: profiles / accounts
|
|
526
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
527
|
+
- operationId: `fetch_user_tweet_replies_api_v1_twitter_web_fetch_user_tweet_replies_get`
|
|
528
|
+
- Full contract: [`api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-tweet-replies`](../api-contracts/twitter-web-api.md#get-api-u1-v1-twitter-web-fetch-user-tweet-replies)
|
|
529
|
+
|
|
530
|
+
#### Parameters
|
|
531
|
+
|
|
532
|
+
| Field | In | Type | Required | Description |
|
|
533
|
+
| --- | --- | --- | --- | --- |
|
|
534
|
+
| screen_name | query | string | Yes | 用户名/Screen Name |
|
|
535
|
+
| cursor | query | string | No | 游标/Cursor |
|
|
536
|
+
|
|
537
|
+
#### Request Body
|
|
538
|
+
|
|
539
|
+
None
|
|
540
|
+
|
|
541
|
+
#### Success Response
|
|
542
|
+
|
|
543
|
+
##### `200 application/json`
|
|
544
|
+
|
|
545
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
546
|
+
|
|
547
|
+
| Field | Type | Required | Description |
|
|
548
|
+
| --- | --- | --- | --- |
|
|
549
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
550
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
551
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
552
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
553
|
+
| support | string | No | Support message \| 支持消息 |
|
|
554
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
555
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
556
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
557
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
558
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
559
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
560
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
561
|
+
|
|
562
|
+
- Fields truncated: this layer shows only the first `12` rows.
|