instagram-tools

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Instagram Tools

Instagram工具

Follow shared release-shell rules in:
  • postplus-shared
    release-shell rules
Use this skill when implementing or running the local execution layer for the Instagram skill family.
Main scripts:
  • scripts/build_instagram_actor_input.mjs
  • scripts/run_instagram_actor.mjs
  • scripts/normalize_instagram_dataset.mjs
  • scripts/extract_instagram_candidate_usernames.mjs
  • scripts/rank_instagram_creators.mjs
  • scripts/rank_instagram_accounts.mjs
  • scripts/rank_instagram_posts.mjs
  • scripts/cluster_instagram_comments.mjs
  • scripts/build_instagram_watchlist.mjs
Shared helpers:
  • scripts/lib/instagram_common.mjs
Reference contracts:
  • ../instagram-references/tool-contracts.md
  • ../instagram-references/normalized-schema.md
请遵循
postplus-shared
中的共享release-shell规则:
  • postplus-shared
    的release-shell规则
当实现或运行Instagram技能家族的本地执行层时,请使用此技能。
主要脚本:
  • scripts/build_instagram_actor_input.mjs
  • scripts/run_instagram_actor.mjs
  • scripts/normalize_instagram_dataset.mjs
  • scripts/extract_instagram_candidate_usernames.mjs
  • scripts/rank_instagram_creators.mjs
  • scripts/rank_instagram_accounts.mjs
  • scripts/rank_instagram_posts.mjs
  • scripts/cluster_instagram_comments.mjs
  • scripts/build_instagram_watchlist.mjs
共享辅助工具:
  • scripts/lib/instagram_common.mjs
参考契约:
  • ../instagram-references/tool-contracts.md
  • ../instagram-references/normalized-schema.md

Release-Shell Execution Contract

Release-Shell执行契约

  • keep actor inputs, raw datasets, normalized outputs, candidate lists, ranking files, and watchlist caches under
    <work-folder>/.postplus/instagram-tools/
  • keep only final user-facing summaries or shortlist exports outside
    .postplus/
  • use
    scripts/build_instagram_actor_input.mjs
    or a small real input file before the expensive collection step
  • start with a bounded first pass before broadening the crawl
  • use PostPlus-supported scripts plus the shared collection runner only; do not switch to ad hoc shell glue
  • if hosted capability is unavailable, unauthorized, or returns a stable network error, stop immediately instead of switching to ad hoc shell glue
  • 将actor输入、原始数据集、标准化输出、候选列表、排名文件和观察列表缓存保存在
    <work-folder>/.postplus/instagram-tools/
    目录下
  • 仅将最终面向用户的摘要或候选名单导出文件放在
    .postplus/
    目录之外
  • 在执行高成本的采集步骤之前,先使用
    scripts/build_instagram_actor_input.mjs
    或小型真实输入文件
  • 先进行有限范围的首次遍历,再扩大爬取范围
  • 仅使用PostPlus支持的脚本和共享采集运行器;请勿改用临时shell脚本
  • 如果托管功能不可用、未授权或返回稳定的网络错误,请立即停止操作,不要改用临时shell脚本