← 返回
未分类 Key 中文

Blotato Post Everywhere

Post and schedule content across multiple social platforms via Blotato API with automatic format adaptation per platform and media upload support.
通过 Blotato API 在多个社交平台发布和排程内容,自动适配各平台格式并支持媒体上传。
mcbaivn mcbaivn 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 410
下载
💾 0
安装
1
版本
#latest

概述

Blotato Post Everywhere

> 🚀 Chưa có tài khoản Blotato? Đăng ký tại: https://blotato.com/?ref=MCBAIVN

Đăng nội dung lên nhiều nền tảng cùng lúc qua Blotato API, với content tự động adapt cho từng platform — Twitter thread, LinkedIn professional, Instagram caption, v.v.


Bước 0: Tạo tài khoản Blotato

Nếu chưa có tài khoản, đăng ký tại đây (miễn phí trial):

👉 https://blotato.com/?ref=MCBAIVN

Sau khi có tài khoản:

  1. Vào Settings > Social Accounts → kết nối các nền tảng muốn đăng
  2. Vào Settings > API → click Generate API Key

Setup (hỏi user lần đầu)

Yêu cầu user cung cấp:

  1. Blotato API Key — lấy tại https://my.blotato.com/settings > API > Generate API Key

_(Chưa có tài khoản? → https://blotato.com/?ref=MCBAIVN)_

  1. Nội dung gốc muốn đăng
  2. Nền tảng muốn đăng (all hoặc list: twitter linkedin instagram)
  3. Thời gian đăng — ngay lập tức, hẹn giờ cụ thể, hoặc slot tiếp theo

Lưu API key vào TOOLS.md sau khi user cung cấp (dưới mục ### Blotato).


Workflow

1. Kiểm tra accounts đã kết nối

python scripts/blotato_post.py --api-key KEY --list-accounts

2. Đăng ngay lập tức

python scripts/blotato_post.py \
  --api-key KEY \
  --content "Nội dung bài viết gốc" \
  --platforms twitter linkedin instagram

3. Hẹn giờ đăng

python scripts/blotato_post.py \
  --api-key KEY \
  --content "Nội dung bài viết" \
  --platforms all \
  --schedule "2026-05-01T09:00:00+07:00"

4. Dùng slot lịch sẵn có

python scripts/blotato_post.py \
  --api-key KEY \
  --content "Nội dung bài viết" \
  --platforms twitter linkedin \
  --use-next-slot

5. Đăng kèm ảnh/video (local file hoặc URL)

python scripts/blotato_post.py \
  --api-key KEY \
  --content "Caption bài viết" \
  --platforms instagram facebook \
  --media-urls "/path/to/photo.jpg" "https://example.com/video.mp4"

Script tự động phát hiện local file → upload qua presigned URL → lấy public URL → đăng. Hỗ trợ tới 1GB. Có thể mix local path và public URL trong cùng 1 lệnh.


Content Adaptation

Script tự động:

  • Twitter: cắt thành thread nếu >280 ký tự
  • Bluesky/Threads: cắt theo limit 300/500 ký tự
  • LinkedIn/Facebook: giữ nguyên (giới hạn rất cao)
  • Instagram/TikTok/Pinterest: cắt nếu vượt limit

Nên làm thêm (agent): Trước khi gọi script, dùng AI viết lại content phù hợp tone từng platform:

  • Twitter: ngắn, punchy, hashtag
  • LinkedIn: professional, storytelling
  • Instagram: emoji, visual-first, hashtags cuối bài
  • Bluesky: casual như Twitter

Platform Notes

  • Facebook/LinkedIn: cần pageId — script tự fetch từ subaccounts
  • Pinterest: cần boardId — phải hỏi user (API không trả về)
  • TikTok: cần thêm privacyLevel, disabledComments, v.v. — xem references/api.md
  • YouTube: cần titleprivacyStatus — hỏi user

API Reference

Xem chi tiết endpoint, params, limits: references/api.md


Troubleshoot

  • Lỗi 401: API key sai hoặc hết hạn → kiểm tra tại https://my.blotato.com/settings
  • Platform skip: chưa kết nối account → https://my.blotato.com/settings > Social Accounts
  • Pinterest boardId: hỏi user lấy từ URL Pinterest board
  • Debug requests: https://my.blotato.com/api-dashboard

> 💡 Chưa có Blotato? Đăng ký và dùng thử miễn phí tại:

> https://blotato.com/?ref=MCBAIVN

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 10:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Content Writer - MCB AI

mcbaivn
从科研文章和源数据生成高质量社交媒体贴文,支持LinkedIn、Facebook、Twitter/X、TikTok等平台。
★ 0 📥 409

Facebook Page Manager

mcbaivn
通过Graph API自动管理并发布内容到Facebook主页。全面支持:文本/图片帖子、轮播图(多图)、视频、Reels短视频、Story(图片/视频)、定时发布...
★ 0 📥 434

YouTube Content Analyzer

mcbaivn
从SRT/VTT/TXT文件或直接URL分析YouTube视频内容。摘要内容、提取关键要点、分析主要主题、生成报告。用于...
★ 0 📥 439