一个用于在Threads(Meta)上自动发布印尼语联盟营销内容的工具,具备反垃圾轮换、去重和干净链接插入功能,经过1000+条帖子测试。

Stars

16

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

MIT

最近更新

2026-06-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它为联盟营销人员提供了一个经过实战检验的生产级解决方案,通过类别轮换、钩子风格变化和打字模式模拟等复杂的反垃圾功能,实现了整个发布流程的自动化,并明确支持AI代理集成。

适合谁使用

  • 印尼联盟营销人员(Shopee、Lazada、Tokopedia)
  • 对Playwright自动化感兴趣的Python开发者
  • 社交媒体自动化爱好者
  • 针对印尼观众的美容和护肤品内容创作者

典型使用场景

  • 在Threads上自动每日发布3条联盟帖子,并实现类别轮换
  • 批量调度帖子以匹配印尼用户活跃时段
  • 管理大型联盟链接数据库,自动去重追踪
  • 利用钩子模板和帖子链构建可扩展的内容流水线

项目优势

  • 经过1000+条帖子实战测试,具备成型的反垃圾模式
  • 内置类别和钩子风格轮换,配合余弦相似度去重
  • 简洁的CLI和兼容cron的调度器,便于自动化
  • 专为AI代理设计,提供AGENTS.md和结构化工作流程文档

使用前须知

  • 需要人工注册Threads/Instagram和Shopee联盟计划
  • 自动化在Threads平台服务条款的灰色地带运行,需谨慎控制发布频率
  • 目前仅支持印尼语及以Shopee为中心的联盟链接

README 快速开始

Threads Affiliate Poster ID

Automated Indonesian-language affiliate posting to Threads (Meta) with anti-spam rotation, dedup logic, and clean affiliate link insertion.

Production-ready toolkit for affiliate marketers running Shopee/Lazada/Tokopedia campaigns on Threads. Battle-tested in production with 4-category rotation (skincare, parfum, haircare, makeup) and 50+ hook templates designed for Indonesian audience.


🤖 AI Agents: Start Here

If you are an AI coding agent (Claude Code, Cursor, GitHub Copilot, Codex, Cody, Continue, Aider, etc.):

Read AGENTS.md first — canonical operational guide
→ Quick reference: llms.txt
→ Full LLM doc: llms-full.txt
→ JSON schemas: schemas/

AGENTS.md contains:

  • Setup checklist (10 items)
  • 5 canonical workflows (single post, auto-pick, batch, hook add, category add)
  • Exit codes table
  • Environment variables reference
  • Hard constraints (what NOT to do)
  • Error handling patterns

⚡ TL;DR for AI Agents

If you are an AI agent reading this to execute a task, here is the canonical workflow:

PREREQUISITES (one-time setup, done by HUMAN OPERATOR):
  1. Create Threads/Instagram account     → human signup
  2. Register Shopee Affiliate program    → human signup at affiliate.shopee.co.id
  3. Create affiliate link database       → see docs/database-setup.md
  4. Extract IG/Threads session cookies   → see docs/cookie-extraction.md

EXECUTION FLOW (automatable per post):
  1. Read affiliate database              → select UNUSED link
  2. Pick category + hook style           → enforce rotation (no repeat in last 2 posts)
  3. Generate 2-3 post chain content      → fill template with product name
  4. Validate dedup                       → check link history + hook similarity
  5. Run poster.run_post(content)         → headless Playwright posts to Threads
  6. Mark link as USED in database        → persist history
  7. Sync database copies                 → if using multi-skill setup

RUN SINGLE POST:
  python -m threads_poster.cli post \
    --product "SKINTIFIC 5X Ceramide" \
    --link "https://s.shopee.co.id/XXXXX" \
    --category skincare \
    --hook-style edukasi

BATCH SCHEDUL

项目描述

Automated Indonesian-language affiliate posting to Threads (Meta) with anti-spam rotation, dedup logic, and clean affiliate link insertion. Powered by Playwright.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482