instagram-tools
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseInstagram Tools
Instagram工具
Follow shared release-shell rules in:
- release-shell rules
postplus-shared
Use this skill when implementing or running the local execution layer for the Instagram skill family.
Main scripts:
scripts/build_instagram_actor_input.mjsscripts/run_instagram_actor.mjsscripts/normalize_instagram_dataset.mjsscripts/extract_instagram_candidate_usernames.mjsscripts/rank_instagram_creators.mjsscripts/rank_instagram_accounts.mjsscripts/rank_instagram_posts.mjsscripts/cluster_instagram_comments.mjsscripts/build_instagram_watchlist.mjs
Shared helpers:
scripts/lib/instagram_common.mjs
Reference contracts:
../instagram-references/tool-contracts.md../instagram-references/normalized-schema.md
请遵循中的共享release-shell规则:
postplus-shared- 的release-shell规则
postplus-shared
当实现或运行Instagram技能家族的本地执行层时,请使用此技能。
主要脚本:
scripts/build_instagram_actor_input.mjsscripts/run_instagram_actor.mjsscripts/normalize_instagram_dataset.mjsscripts/extract_instagram_candidate_usernames.mjsscripts/rank_instagram_creators.mjsscripts/rank_instagram_accounts.mjsscripts/rank_instagram_posts.mjsscripts/cluster_instagram_comments.mjsscripts/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 or a small real input file before the expensive collection step
scripts/build_instagram_actor_input.mjs - 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脚本