twitter-binance-sync

Automate the Twitter-to-Binance-Square posting pipeline with filtering and deduplication.

14|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/yansc153/twitter-binance-sync --skill twitter-binance-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-binance-sync
Source: https://github.com/yansc153/twitter-binance-sync/tree/main
Command: npx skills add https://github.com/yansc153/twitter-binance-sync --skill twitter-binance-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Tweets from Twitter/X can be automatically published to Binance Square with filtration, deduplication, retry logic, and alerts, reducing manual posting effort.

Core Features & Use Cases

  • End-to-end automation: fetch original tweets, filter by a 7-layer rule set, clean and publish to Binance Square.
  • Stability & observability: SQLite-based deduping, retry on failure, daily limit pause, and Discord notifications.
  • Deployment-ready: Docker-based one-command deployment, zero-config primitives, and Docker Compose workflow for rapid setup.
  • Use Case: A creator wants to reliably mirror personal tweets to Binance Square without manual posting or API juggling.

Quick Start

Deploy with Docker using the one-command workflow and provide your Binance API key, Twitter cookies, and optional Discord settings to start syncing tweets automatically.

Frequently Asked Questions about twitter-binance-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically sync tweets to Binance Square?

To automatically sync tweets to Binance Square, you can deploy a Docker-based pipeline that fetches original tweets, filters them, and publishes them using your Binance API key and Twitter cookies. This reduces manual posting effort.

Can I use Docker Compose to deploy the Twitter to Binance Square pipeline?

Yes, you can deploy the Twitter to Binance Square pipeline using a Docker Compose workflow. It provides a one-command deployment setup, requiring you to provision your Binance API key, Twitter cookies, and optional Discord settings to start syncing.

How does Twitter to Binance Square automation handle duplicate posts?

Twitter to Binance Square automation handles duplicate posts by utilizing a local SQLite store for deduplication. It also includes a 7-layer filter rule set, retry logic on failure, and daily limit pauses to ensure stable and observable publishing.

Do I need an API key to post tweets to Binance Square?

Yes, you need a Binance API key and Twitter cookies to authenticate and post tweets to Binance Square automatically. These credentials are required for the Docker deployment workflow to access your accounts and sync content.

What is the best way to get Discord alerts for failed Binance Square posts?

The best way to get Discord alerts for failed Binance Square posts is to enable optional Discord notifications within the automation pipeline. It provides runtime observability by sending alerts alongside retry logic and daily limit pausing.