@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,989 @@
|
|
|
1
|
+
# Twitter-Web-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/twitter-web-api.md`](../api-tags/twitter-web-api.md)
|
|
5
|
+
- Current contract file: `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
|
+
- Default auth: Header `Authorization` Bearer
|
|
10
|
+
- Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
|
|
11
|
+
- Tag description: **(Twitter Web数据接口/Twitter-Web-API endpoints)**
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="get-api-u1-v1-twitter-web-fetch-latest-post-comments"></a>
|
|
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
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 获取最新的推文评论
|
|
28
|
+
> ### 参数:
|
|
29
|
+
> - tweet_id: 推文ID
|
|
30
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
31
|
+
> ### 返回:
|
|
32
|
+
> - 推文评论
|
|
33
|
+
>
|
|
34
|
+
> # [English]
|
|
35
|
+
> ### Purpose:
|
|
36
|
+
> - Get the latest tweet comments
|
|
37
|
+
> ### Parameters:
|
|
38
|
+
> - tweet_id: Tweet ID
|
|
39
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
40
|
+
> ### Return:
|
|
41
|
+
> - Tweet comments
|
|
42
|
+
>
|
|
43
|
+
> # [示例/Example]
|
|
44
|
+
> tweet_id = "1808168603721650364"
|
|
45
|
+
> cursor = None
|
|
46
|
+
|
|
47
|
+
#### Parameters
|
|
48
|
+
|
|
49
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
50
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
51
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID | None | 1808168603721650364 | None |
|
|
52
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
53
|
+
|
|
54
|
+
#### Request Body
|
|
55
|
+
|
|
56
|
+
None
|
|
57
|
+
|
|
58
|
+
#### Success Response
|
|
59
|
+
|
|
60
|
+
##### `200 application/json`
|
|
61
|
+
|
|
62
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
63
|
+
|
|
64
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
65
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
66
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
67
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
68
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
69
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
70
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
71
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
72
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
73
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
74
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
75
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
76
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
77
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
78
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
79
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
80
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
81
|
+
|
|
82
|
+
<a id="get-api-u1-v1-twitter-web-fetch-post-comments"></a>
|
|
83
|
+
### `GET /api/u1/v1/twitter/web/fetch_post_comments`
|
|
84
|
+
|
|
85
|
+
- Summary: 获取评论/Get comments
|
|
86
|
+
- Capabilities: comments / content details
|
|
87
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
88
|
+
- operationId: `fetch_post_comments_api_v1_twitter_web_fetch_post_comments_get`
|
|
89
|
+
|
|
90
|
+
#### Notes
|
|
91
|
+
|
|
92
|
+
> # [中文]
|
|
93
|
+
> ### 用途:
|
|
94
|
+
> - 获取推文下的评论
|
|
95
|
+
> ### 参数:
|
|
96
|
+
> - tweet_id: 推文ID
|
|
97
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
98
|
+
> ### 返回:
|
|
99
|
+
> - 评论
|
|
100
|
+
>
|
|
101
|
+
> # [English]
|
|
102
|
+
> ### Purpose:
|
|
103
|
+
> - Get comments under the tweet
|
|
104
|
+
> ### Parameters:
|
|
105
|
+
> - tweet_id: Tweet ID
|
|
106
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
107
|
+
> ### Return:
|
|
108
|
+
> - Comments
|
|
109
|
+
>
|
|
110
|
+
> # [示例/Example]
|
|
111
|
+
> tweet_id = "1808168603721650364"
|
|
112
|
+
> cursor = None
|
|
113
|
+
|
|
114
|
+
#### Parameters
|
|
115
|
+
|
|
116
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
117
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
118
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID | None | 1835124037934367098 | None |
|
|
119
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
120
|
+
|
|
121
|
+
#### Request Body
|
|
122
|
+
|
|
123
|
+
None
|
|
124
|
+
|
|
125
|
+
#### Success Response
|
|
126
|
+
|
|
127
|
+
##### `200 application/json`
|
|
128
|
+
|
|
129
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
130
|
+
|
|
131
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
132
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
133
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
134
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
135
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
136
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
137
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
138
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
139
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
140
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
141
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
142
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
143
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
144
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
145
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
146
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
147
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
148
|
+
|
|
149
|
+
<a id="get-api-u1-v1-twitter-web-fetch-retweet-user-list"></a>
|
|
150
|
+
### `GET /api/u1/v1/twitter/web/fetch_retweet_user_list`
|
|
151
|
+
|
|
152
|
+
- Summary: 转推用户列表/ReTweet User list
|
|
153
|
+
- Capabilities: profiles / accounts
|
|
154
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
155
|
+
- operationId: `fetch_retweet_user_list_api_v1_twitter_web_fetch_retweet_user_list_get`
|
|
156
|
+
|
|
157
|
+
#### Notes
|
|
158
|
+
|
|
159
|
+
> # [中文]
|
|
160
|
+
> ### 用途:
|
|
161
|
+
> - 获取转推用户列表
|
|
162
|
+
> ### 参数:
|
|
163
|
+
> - tweet_id: 推文ID,可以从推文链接中获取。例如:https://x.com/elonmusk/status/1808168603721650364 中的 1808168603721650364。
|
|
164
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
165
|
+
> ### 返回:
|
|
166
|
+
> - 转推用户列表
|
|
167
|
+
>
|
|
168
|
+
> # [English]
|
|
169
|
+
> ### Purpose:
|
|
170
|
+
> - Get ReTweet User list
|
|
171
|
+
> ### Parameters:
|
|
172
|
+
> - tweet_id: Tweet ID, can be obtained from the tweet link. For example: 1808168603721650364 in https://x.com/elonmusk/status/1808168603721650364
|
|
173
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
174
|
+
> ### Return:
|
|
175
|
+
> - ReTweet User list
|
|
176
|
+
>
|
|
177
|
+
> # [示例/Example]
|
|
178
|
+
> tweet_id = "1808168603721650364"
|
|
179
|
+
> cursor = None
|
|
180
|
+
|
|
181
|
+
#### Parameters
|
|
182
|
+
|
|
183
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
184
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
185
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID | None | 1835124037934367098 | None |
|
|
186
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
187
|
+
|
|
188
|
+
#### Request Body
|
|
189
|
+
|
|
190
|
+
None
|
|
191
|
+
|
|
192
|
+
#### Success Response
|
|
193
|
+
|
|
194
|
+
##### `200 application/json`
|
|
195
|
+
|
|
196
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
197
|
+
|
|
198
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
199
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
200
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
201
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
202
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
203
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
204
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
205
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
206
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
207
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
208
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
209
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
210
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
211
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
212
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
213
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
214
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
215
|
+
|
|
216
|
+
<a id="get-api-u1-v1-twitter-web-fetch-search-timeline"></a>
|
|
217
|
+
### `GET /api/u1/v1/twitter/web/fetch_search_timeline`
|
|
218
|
+
|
|
219
|
+
- Summary: 搜索/Search
|
|
220
|
+
- Capabilities: search
|
|
221
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
222
|
+
- operationId: `fetch_search_timeline_api_v1_twitter_web_fetch_search_timeline_get`
|
|
223
|
+
|
|
224
|
+
#### Notes
|
|
225
|
+
|
|
226
|
+
> # [中文]
|
|
227
|
+
> ### 用途:
|
|
228
|
+
> - 搜索
|
|
229
|
+
> ### 参数:
|
|
230
|
+
> - keyword: 搜索关键字
|
|
231
|
+
> - search_type: 搜索类型,默认为Top,其他可选值为Latest,Media,People, Lists
|
|
232
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
233
|
+
> ### 返回:
|
|
234
|
+
> - 搜索结果
|
|
235
|
+
>
|
|
236
|
+
> # [English]
|
|
237
|
+
> ### Purpose:
|
|
238
|
+
> - Search
|
|
239
|
+
> ### Parameters:
|
|
240
|
+
> - keyword: Search keyword
|
|
241
|
+
> - search_type: Search type, default is Top, other optional values are Latest, Media, People, Lists
|
|
242
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
243
|
+
> ### Return:
|
|
244
|
+
> - Search results
|
|
245
|
+
>
|
|
246
|
+
> # [示例/Example]
|
|
247
|
+
> keyword = "Elon Musk"
|
|
248
|
+
> search_type = "Top"
|
|
249
|
+
> cursor = None
|
|
250
|
+
|
|
251
|
+
#### Parameters
|
|
252
|
+
|
|
253
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
254
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
255
|
+
| keyword | query | string | Yes | 搜索关键字/Search Keyword | None | Elon Musk | None |
|
|
256
|
+
| search_type | query | string | No | 搜索类型/Search Type | Top | Top | None |
|
|
257
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
258
|
+
|
|
259
|
+
#### Request Body
|
|
260
|
+
|
|
261
|
+
None
|
|
262
|
+
|
|
263
|
+
#### Success Response
|
|
264
|
+
|
|
265
|
+
##### `200 application/json`
|
|
266
|
+
|
|
267
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
268
|
+
|
|
269
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
270
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
271
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
272
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
273
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
274
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
275
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
276
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
277
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
278
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
279
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
280
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
281
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
282
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
283
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
284
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
285
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
286
|
+
|
|
287
|
+
<a id="get-api-u1-v1-twitter-web-fetch-trending"></a>
|
|
288
|
+
### `GET /api/u1/v1/twitter/web/fetch_trending`
|
|
289
|
+
|
|
290
|
+
- Summary: 趋势/Trending
|
|
291
|
+
- Capabilities: trends / rankings
|
|
292
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
293
|
+
- operationId: `fetch_trending_api_v1_twitter_web_fetch_trending_get`
|
|
294
|
+
|
|
295
|
+
#### Notes
|
|
296
|
+
|
|
297
|
+
> # [中文]
|
|
298
|
+
> ### 用途:
|
|
299
|
+
> - 获取趋势
|
|
300
|
+
> ### 参数:
|
|
301
|
+
> - country: 国家,默认为UnitedStates,其他可选值见下方
|
|
302
|
+
> - China
|
|
303
|
+
> - India
|
|
304
|
+
> - Japan
|
|
305
|
+
> - Russia
|
|
306
|
+
> - Germany
|
|
307
|
+
> - Indonesia
|
|
308
|
+
> - Brazil
|
|
309
|
+
> - France
|
|
310
|
+
> - UnitedKingdom
|
|
311
|
+
> - Turkey
|
|
312
|
+
> - Italy
|
|
313
|
+
> - Mexico
|
|
314
|
+
> - SouthKorea
|
|
315
|
+
> - Canada
|
|
316
|
+
> - Spain
|
|
317
|
+
> - SaudiArabia
|
|
318
|
+
> - Egypt
|
|
319
|
+
> - Australia
|
|
320
|
+
> - Poland
|
|
321
|
+
> - Iran
|
|
322
|
+
> - Pakistan
|
|
323
|
+
> - Vietnam
|
|
324
|
+
> - Nigeria
|
|
325
|
+
> - Bangladesh
|
|
326
|
+
> - Netherlands
|
|
327
|
+
> - Argentina
|
|
328
|
+
> - Philippines
|
|
329
|
+
> - Malaysia
|
|
330
|
+
> - Colombia
|
|
331
|
+
> - UniteArabEmirates
|
|
332
|
+
> - Romania
|
|
333
|
+
> - Belgium
|
|
334
|
+
> - Switzerland
|
|
335
|
+
> - Singapore
|
|
336
|
+
> - Sweden
|
|
337
|
+
> - Norway
|
|
338
|
+
> - Austria
|
|
339
|
+
> - Kazakhstan
|
|
340
|
+
> - Algeria
|
|
341
|
+
> - Chile
|
|
342
|
+
> - Czechia
|
|
343
|
+
> - Peru
|
|
344
|
+
> - Iraq
|
|
345
|
+
> - Israel
|
|
346
|
+
> - Ukraine
|
|
347
|
+
> - Denmark
|
|
348
|
+
> - Portugal
|
|
349
|
+
> - Hungary
|
|
350
|
+
> - Greece
|
|
351
|
+
> - Finland
|
|
352
|
+
> - NewZealand
|
|
353
|
+
> - Belarus
|
|
354
|
+
> - Slovakia
|
|
355
|
+
> - Serbia
|
|
356
|
+
> - Lithuania
|
|
357
|
+
> - Luxembourg
|
|
358
|
+
> - Estonia
|
|
359
|
+
>
|
|
360
|
+
> ### 返回:
|
|
361
|
+
> - 趋势
|
|
362
|
+
>
|
|
363
|
+
> # [English]
|
|
364
|
+
> ### Purpose:
|
|
365
|
+
> - Get Trending
|
|
366
|
+
> ### Parameters:
|
|
367
|
+
> - country: Country, default is UnitedStates, other optional values are as follows
|
|
368
|
+
> - China
|
|
369
|
+
> - India
|
|
370
|
+
> - Japan
|
|
371
|
+
> - Russia
|
|
372
|
+
> - Germany
|
|
373
|
+
> - Indonesia
|
|
374
|
+
> - Brazil
|
|
375
|
+
> - France
|
|
376
|
+
> - UnitedKingdom
|
|
377
|
+
> - Turkey
|
|
378
|
+
> - Italy
|
|
379
|
+
> - Mexico
|
|
380
|
+
> - SouthKorea
|
|
381
|
+
> - Canada
|
|
382
|
+
> - Spain
|
|
383
|
+
> - SaudiArabia
|
|
384
|
+
> - Egypt
|
|
385
|
+
> - Australia
|
|
386
|
+
> - Poland
|
|
387
|
+
> - Iran
|
|
388
|
+
> - Pakistan
|
|
389
|
+
> - Vietnam
|
|
390
|
+
> - Nigeria
|
|
391
|
+
> - Bangladesh
|
|
392
|
+
> - Netherlands
|
|
393
|
+
> - Argentina
|
|
394
|
+
> - Philippines
|
|
395
|
+
> - Malaysia
|
|
396
|
+
> - Colombia
|
|
397
|
+
> - UniteArabEmirates
|
|
398
|
+
> - Romania
|
|
399
|
+
> - Belgium
|
|
400
|
+
> - Switzerland
|
|
401
|
+
> - Singapore
|
|
402
|
+
> - Sweden
|
|
403
|
+
> - Norway
|
|
404
|
+
> - Austria
|
|
405
|
+
> - Kazakhstan
|
|
406
|
+
> - Algeria
|
|
407
|
+
> - Chile
|
|
408
|
+
> - Czechia
|
|
409
|
+
> - Peru
|
|
410
|
+
>
|
|
411
|
+
> ### Return:
|
|
412
|
+
> - Trending
|
|
413
|
+
>
|
|
414
|
+
> # [示例/Example]
|
|
415
|
+
> country = "UnitedStates"
|
|
416
|
+
|
|
417
|
+
#### Parameters
|
|
418
|
+
|
|
419
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
420
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
421
|
+
| country | query | string | No | 国家/Country | UnitedStates | UnitedStates | None |
|
|
422
|
+
|
|
423
|
+
#### Request Body
|
|
424
|
+
|
|
425
|
+
None
|
|
426
|
+
|
|
427
|
+
#### Success Response
|
|
428
|
+
|
|
429
|
+
##### `200 application/json`
|
|
430
|
+
|
|
431
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
432
|
+
|
|
433
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
434
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
435
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
436
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
437
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
438
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
439
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
440
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
441
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
442
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
443
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
444
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
445
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
446
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
447
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
448
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
449
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
450
|
+
|
|
451
|
+
<a id="get-api-u1-v1-twitter-web-fetch-tweet-detail"></a>
|
|
452
|
+
### `GET /api/u1/v1/twitter/web/fetch_tweet_detail`
|
|
453
|
+
|
|
454
|
+
- Summary: 获取单个推文数据/Get single tweet data
|
|
455
|
+
- Capabilities: details
|
|
456
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
457
|
+
- operationId: `fetch_tweet_detail_api_v1_twitter_web_fetch_tweet_detail_get`
|
|
458
|
+
|
|
459
|
+
#### Notes
|
|
460
|
+
|
|
461
|
+
> # [中文]
|
|
462
|
+
> ### 用途:
|
|
463
|
+
> - 获取单个推文数据
|
|
464
|
+
> ### 参数:
|
|
465
|
+
> - tweet_id: 推文ID,可以从推文链接中获取。例如:https://x.com/elonmusk/status/1808168603721650364 中的 1808168603721650364。
|
|
466
|
+
> ### 返回:
|
|
467
|
+
> - 推文数据
|
|
468
|
+
>
|
|
469
|
+
> # [English]
|
|
470
|
+
> ### Purpose:
|
|
471
|
+
> - Get single tweet data
|
|
472
|
+
> ### Parameters:
|
|
473
|
+
> - tweet_id: Tweet ID, can be obtained from the tweet link. For example: 1808168603721650364 in https://x.com/elonmusk/status/1808168603721650364
|
|
474
|
+
> ### Return:
|
|
475
|
+
> - Tweet data
|
|
476
|
+
>
|
|
477
|
+
> # [示例/Example]
|
|
478
|
+
> tweet_id = "1808168603721650364"
|
|
479
|
+
|
|
480
|
+
#### Parameters
|
|
481
|
+
|
|
482
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
483
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
484
|
+
| tweet_id | query | string | Yes | 推文ID/Tweet ID | None | 1808168603721650364 | None |
|
|
485
|
+
|
|
486
|
+
#### Request Body
|
|
487
|
+
|
|
488
|
+
None
|
|
489
|
+
|
|
490
|
+
#### Success Response
|
|
491
|
+
|
|
492
|
+
##### `200 application/json`
|
|
493
|
+
|
|
494
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
495
|
+
|
|
496
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
497
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
498
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
499
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
500
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
501
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
502
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
503
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
504
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
505
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
506
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
507
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
508
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
509
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
510
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
511
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
512
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
513
|
+
|
|
514
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-followers"></a>
|
|
515
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_followers`
|
|
516
|
+
|
|
517
|
+
- Summary: 用户粉丝/User Followers
|
|
518
|
+
- Capabilities: profiles / accounts
|
|
519
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
520
|
+
- operationId: `fetch_user_followers_api_v1_twitter_web_fetch_user_followers_get`
|
|
521
|
+
|
|
522
|
+
#### Notes
|
|
523
|
+
|
|
524
|
+
> # [中文]
|
|
525
|
+
> ### 用途:
|
|
526
|
+
> - 获取用户粉丝
|
|
527
|
+
> ### 参数:
|
|
528
|
+
> - screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
|
|
529
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
530
|
+
> ### 返回:
|
|
531
|
+
> - 用户粉丝
|
|
532
|
+
>
|
|
533
|
+
> # [English]
|
|
534
|
+
> ### Purpose:
|
|
535
|
+
> - Get User Followers
|
|
536
|
+
> ### Parameters:
|
|
537
|
+
> - screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
|
|
538
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
539
|
+
> ### Return:
|
|
540
|
+
> - User Followers
|
|
541
|
+
>
|
|
542
|
+
> # [示例/Example]
|
|
543
|
+
> screen_name = "elonmusk"
|
|
544
|
+
|
|
545
|
+
#### Parameters
|
|
546
|
+
|
|
547
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
548
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
549
|
+
| screen_name | query | string | Yes | 用户名/Screen Name | None | elonmusk | None |
|
|
550
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
551
|
+
|
|
552
|
+
#### Request Body
|
|
553
|
+
|
|
554
|
+
None
|
|
555
|
+
|
|
556
|
+
#### Success Response
|
|
557
|
+
|
|
558
|
+
##### `200 application/json`
|
|
559
|
+
|
|
560
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
561
|
+
|
|
562
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
563
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
564
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
565
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
566
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
567
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
568
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
569
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
570
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
571
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
572
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
573
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
574
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
575
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
576
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
577
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
578
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
579
|
+
|
|
580
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-followings"></a>
|
|
581
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_followings`
|
|
582
|
+
|
|
583
|
+
- Summary: 用户关注/User Followings
|
|
584
|
+
- Capabilities: profiles / accounts
|
|
585
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
586
|
+
- operationId: `fetch_user_followings_api_v1_twitter_web_fetch_user_followings_get`
|
|
587
|
+
|
|
588
|
+
#### Notes
|
|
589
|
+
|
|
590
|
+
> # [中文]
|
|
591
|
+
> ### 用途:
|
|
592
|
+
> - 获取用户关注
|
|
593
|
+
> ### 参数:
|
|
594
|
+
> - screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
|
|
595
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
596
|
+
> ### 返回:
|
|
597
|
+
> - 用户关注
|
|
598
|
+
>
|
|
599
|
+
> # [English]
|
|
600
|
+
> ### Purpose:
|
|
601
|
+
> - Get User Followings
|
|
602
|
+
> ### Parameters:
|
|
603
|
+
> - screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
|
|
604
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
605
|
+
> ### Return:
|
|
606
|
+
> - User Followings
|
|
607
|
+
>
|
|
608
|
+
> # [示例/Example]
|
|
609
|
+
> screen_name = "elonmusk"
|
|
610
|
+
|
|
611
|
+
#### Parameters
|
|
612
|
+
|
|
613
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
614
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
615
|
+
| screen_name | query | string | Yes | 用户名/Screen Name | None | elonmusk | None |
|
|
616
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
617
|
+
|
|
618
|
+
#### Request Body
|
|
619
|
+
|
|
620
|
+
None
|
|
621
|
+
|
|
622
|
+
#### Success Response
|
|
623
|
+
|
|
624
|
+
##### `200 application/json`
|
|
625
|
+
|
|
626
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
627
|
+
|
|
628
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
629
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
630
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
631
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
632
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
633
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
634
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
635
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
636
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
637
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
638
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
639
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
640
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
641
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
642
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
643
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
644
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
645
|
+
|
|
646
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-highlights-tweets"></a>
|
|
647
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_highlights_tweets`
|
|
648
|
+
|
|
649
|
+
- Summary: 获取用户高光推文/Get user highlights tweets
|
|
650
|
+
- Capabilities: profiles / accounts
|
|
651
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
652
|
+
- operationId: `fetch_user_highlights_tweets_api_v1_twitter_web_fetch_user_highlights_tweets_get`
|
|
653
|
+
|
|
654
|
+
#### Notes
|
|
655
|
+
|
|
656
|
+
> # [中文]
|
|
657
|
+
> ### 用途:
|
|
658
|
+
> - 获取用户高光推文
|
|
659
|
+
> ### 参数:
|
|
660
|
+
> - userId: 用户ID
|
|
661
|
+
> - count: 数量,默认为20
|
|
662
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
663
|
+
> - JSONPath: $.data.data.user.result.timeline_v2.timeline.instructions.[1].entries.[-1].content.value
|
|
664
|
+
> ### 返回:
|
|
665
|
+
> - 用户高光推文
|
|
666
|
+
>
|
|
667
|
+
> # [English]
|
|
668
|
+
> ### Purpose:
|
|
669
|
+
> - Get user highlights tweets
|
|
670
|
+
> ### Parameters:
|
|
671
|
+
> - userId: User ID
|
|
672
|
+
> - count: Count, default is 20
|
|
673
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
674
|
+
> - JSONPath: $.data.data.user.result.timeline_v2.timeline.instructions.[1].entries.[-1].content.value
|
|
675
|
+
> ### Return:
|
|
676
|
+
> - User highlights tweets
|
|
677
|
+
>
|
|
678
|
+
> # [示例/Example]
|
|
679
|
+
> userId = "44196397"
|
|
680
|
+
> count = 20
|
|
681
|
+
> cursor = None
|
|
682
|
+
|
|
683
|
+
#### Parameters
|
|
684
|
+
|
|
685
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
686
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
687
|
+
| userId | query | string | Yes | 用户ID/User ID | None | 44196397 | None |
|
|
688
|
+
| count | query | integer | No | 数量/Count | 20 | 20 | None |
|
|
689
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
690
|
+
|
|
691
|
+
#### Request Body
|
|
692
|
+
|
|
693
|
+
None
|
|
694
|
+
|
|
695
|
+
#### Success Response
|
|
696
|
+
|
|
697
|
+
##### `200 application/json`
|
|
698
|
+
|
|
699
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
700
|
+
|
|
701
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
702
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
703
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
704
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
705
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
706
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
707
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
708
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
709
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
710
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
711
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
712
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
713
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
714
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
715
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
716
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
717
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
718
|
+
|
|
719
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-media"></a>
|
|
720
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_media`
|
|
721
|
+
|
|
722
|
+
- Summary: 获取用户媒体/Get user media
|
|
723
|
+
- Capabilities: profiles / accounts / media / download
|
|
724
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
725
|
+
- operationId: `fetch_user_media_api_v1_twitter_web_fetch_user_media_get`
|
|
726
|
+
|
|
727
|
+
#### Notes
|
|
728
|
+
|
|
729
|
+
> # [中文]
|
|
730
|
+
> ### 用途:
|
|
731
|
+
> - 获取用户媒体
|
|
732
|
+
> ### 参数:
|
|
733
|
+
> - screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
|
|
734
|
+
> - rest_id: 用户ID,例如:44196397,如果使用用户ID则会忽略用户名,两者只能选其一。
|
|
735
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中的 `next_cursor` 获取
|
|
736
|
+
> ### 返回:
|
|
737
|
+
> - 用户媒体
|
|
738
|
+
>
|
|
739
|
+
> # [English]
|
|
740
|
+
> ### Purpose:
|
|
741
|
+
> - Get user media
|
|
742
|
+
> ### Parameters:
|
|
743
|
+
> - screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
|
|
744
|
+
> - rest_id: User ID, for example: 44196397, if the user ID is used, the username will be ignored, only one of them can be selected.
|
|
745
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the `next_cursor` in the last request
|
|
746
|
+
> ### Return:
|
|
747
|
+
> - User media
|
|
748
|
+
>
|
|
749
|
+
> # [示例/Example]
|
|
750
|
+
> screen_name = "elonmusk"
|
|
751
|
+
> cursor = ""
|
|
752
|
+
|
|
753
|
+
#### Parameters
|
|
754
|
+
|
|
755
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
756
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
757
|
+
| screen_name | query | string | Yes | 用户名/Screen Name | None | elonmusk | None |
|
|
758
|
+
| rest_id | query | integer | No | 用户ID/User ID | None | 44196397 | None |
|
|
759
|
+
| cursor | query | string | No | 翻页游标/Page Cursor | None | None | None |
|
|
760
|
+
|
|
761
|
+
#### Request Body
|
|
762
|
+
|
|
763
|
+
None
|
|
764
|
+
|
|
765
|
+
#### Success Response
|
|
766
|
+
|
|
767
|
+
##### `200 application/json`
|
|
768
|
+
|
|
769
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
770
|
+
|
|
771
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
772
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
773
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
774
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
775
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
776
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
777
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
778
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
779
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
780
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
781
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
782
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
783
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
784
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
785
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
786
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
787
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
788
|
+
|
|
789
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-post-tweet"></a>
|
|
790
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_post_tweet`
|
|
791
|
+
|
|
792
|
+
- Summary: 获取用户发帖/Get user post
|
|
793
|
+
- Capabilities: profiles / accounts / content details
|
|
794
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
795
|
+
- operationId: `fetch_user_post_tweet_api_v1_twitter_web_fetch_user_post_tweet_get`
|
|
796
|
+
|
|
797
|
+
#### Notes
|
|
798
|
+
|
|
799
|
+
> # [中文]
|
|
800
|
+
> ### 用途:
|
|
801
|
+
> - 获取用户发帖
|
|
802
|
+
> ### 参数:
|
|
803
|
+
> - screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
|
|
804
|
+
> - rest_id: 用户ID,例如:44196397,如果使用用户ID则会忽略用户名,两者只能选其一。
|
|
805
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中的JSON中获取。
|
|
806
|
+
> ### 返回:
|
|
807
|
+
> - 用户发帖
|
|
808
|
+
>
|
|
809
|
+
> # [English]
|
|
810
|
+
> ### Purpose:
|
|
811
|
+
> - Get user post
|
|
812
|
+
> ### Parameters:
|
|
813
|
+
> - screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
|
|
814
|
+
> - rest_id: User ID, for example: 44196397, if the user ID is used, the username will be ignored, only one of them can be selected.
|
|
815
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the JSON in the last request.
|
|
816
|
+
>
|
|
817
|
+
> # [示例/Example]
|
|
818
|
+
> screen_name = "elonmusk"
|
|
819
|
+
> rest_id = 44196397
|
|
820
|
+
> cursor = None
|
|
821
|
+
|
|
822
|
+
#### Parameters
|
|
823
|
+
|
|
824
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
825
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
826
|
+
| screen_name | query | string | No | 用户名/Screen Name | None | elonmusk | None |
|
|
827
|
+
| rest_id | query | integer | No | 用户ID/User ID | None | 44196397 | None |
|
|
828
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
829
|
+
|
|
830
|
+
#### Request Body
|
|
831
|
+
|
|
832
|
+
None
|
|
833
|
+
|
|
834
|
+
#### Success Response
|
|
835
|
+
|
|
836
|
+
##### `200 application/json`
|
|
837
|
+
|
|
838
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
839
|
+
|
|
840
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
841
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
842
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
843
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
844
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
845
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
846
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
847
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
848
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
849
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
850
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
851
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
852
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
853
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
854
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
855
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
856
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
857
|
+
|
|
858
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-profile"></a>
|
|
859
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_profile`
|
|
860
|
+
|
|
861
|
+
- Summary: 获取用户资料/Get user profile
|
|
862
|
+
- Capabilities: profiles / accounts
|
|
863
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
864
|
+
- operationId: `fetch_user_profile_api_v1_twitter_web_fetch_user_profile_get`
|
|
865
|
+
|
|
866
|
+
#### Notes
|
|
867
|
+
|
|
868
|
+
> # [中文]
|
|
869
|
+
> ### 用途:
|
|
870
|
+
> - 获取用户资料
|
|
871
|
+
> ### 参数:
|
|
872
|
+
> - screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
|
|
873
|
+
> - rest_id: 用户ID,例如:44196397,如果使用用户ID则会忽略用户名,两者只能选其一。
|
|
874
|
+
> ### 返回:
|
|
875
|
+
> - 用户资料
|
|
876
|
+
>
|
|
877
|
+
> # [English]
|
|
878
|
+
> ### Purpose:
|
|
879
|
+
> - Get user profile
|
|
880
|
+
> ### Parameters:
|
|
881
|
+
> - screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
|
|
882
|
+
> - rest_id: User ID, for example: 44196397, if the user ID is used, the username will be ignored, only one of them can be selected.
|
|
883
|
+
> ### Return:
|
|
884
|
+
> - User profile
|
|
885
|
+
>
|
|
886
|
+
> # [示例/Example]
|
|
887
|
+
> screen_name = "elonmusk"
|
|
888
|
+
|
|
889
|
+
#### Parameters
|
|
890
|
+
|
|
891
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
892
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
893
|
+
| screen_name | query | string | No | 用户名/Screen Name | None | elonmusk | None |
|
|
894
|
+
| rest_id | query | integer | No | 用户ID(如果使用用户ID则会忽略用户名)/User ID (If the user ID is used, the user name will be ignored) | None | 44196397 | None |
|
|
895
|
+
|
|
896
|
+
#### Request Body
|
|
897
|
+
|
|
898
|
+
None
|
|
899
|
+
|
|
900
|
+
#### Success Response
|
|
901
|
+
|
|
902
|
+
##### `200 application/json`
|
|
903
|
+
|
|
904
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
905
|
+
|
|
906
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
907
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
908
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
909
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
910
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
911
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
912
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
913
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
914
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
915
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
916
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
917
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
918
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
919
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
920
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
921
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
922
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
923
|
+
|
|
924
|
+
<a id="get-api-u1-v1-twitter-web-fetch-user-tweet-replies"></a>
|
|
925
|
+
### `GET /api/u1/v1/twitter/web/fetch_user_tweet_replies`
|
|
926
|
+
|
|
927
|
+
- Summary: 获取用户推文回复/Get user tweet replies
|
|
928
|
+
- Capabilities: profiles / accounts
|
|
929
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
930
|
+
- operationId: `fetch_user_tweet_replies_api_v1_twitter_web_fetch_user_tweet_replies_get`
|
|
931
|
+
|
|
932
|
+
#### Notes
|
|
933
|
+
|
|
934
|
+
> # [中文]
|
|
935
|
+
> ### 用途:
|
|
936
|
+
> - 获取用户推文回复
|
|
937
|
+
> ### 参数:
|
|
938
|
+
> - screen_name: 用户名,例如:elonmusk,可以从用户主页链接中获取,例如:https://twitter.com/elonmusk 中的 elonmusk。
|
|
939
|
+
> - cursor: 游标,默认为None,用于翻页,后续从上一次请求的返回结果中获取
|
|
940
|
+
> ### 返回:
|
|
941
|
+
> - 用户推文回复
|
|
942
|
+
>
|
|
943
|
+
> # [English]
|
|
944
|
+
> ### Purpose:
|
|
945
|
+
> - Get user tweet replies
|
|
946
|
+
> ### Parameters:
|
|
947
|
+
> - screen_name: Screen Name, for example: elonmusk, can be obtained from the user's homepage link, for example: elonmusk in https://twitter.com/elonmusk
|
|
948
|
+
> - cursor: Cursor, default is None, used for paging, obtained from the last request
|
|
949
|
+
> ### Return:
|
|
950
|
+
> - User tweet replies
|
|
951
|
+
>
|
|
952
|
+
> # [示例/Example]
|
|
953
|
+
> screen_name = "elonmusk"
|
|
954
|
+
> cursor = None
|
|
955
|
+
|
|
956
|
+
#### Parameters
|
|
957
|
+
|
|
958
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
959
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
960
|
+
| screen_name | query | string | Yes | 用户名/Screen Name | None | elonmusk | None |
|
|
961
|
+
| cursor | query | string | No | 游标/Cursor | None | None | None |
|
|
962
|
+
|
|
963
|
+
#### Request Body
|
|
964
|
+
|
|
965
|
+
None
|
|
966
|
+
|
|
967
|
+
#### Success Response
|
|
968
|
+
|
|
969
|
+
##### `200 application/json`
|
|
970
|
+
|
|
971
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
972
|
+
|
|
973
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
974
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
975
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
976
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
977
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
978
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
979
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
980
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
981
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
982
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
983
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
984
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
985
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
986
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
987
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
988
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
989
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|