Skip to content

BotWitter/castle-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

X/Twitter Castle Test

The API solution for generating valid Castle.io(castle_token) tokens for X (Twitter) automation. High throughput, low latency, and seamless integration for automated workflows.

πŸš€ Quick Start

Installation

pip install tls-client pycryptodome requests

Basic Usage

# Basic authentication
python main.py username_or_email

# With proxy support
python main.py username_or_email --proxy http://user:pass@proxy:port

# With API key
python main.py username_or_email --api-key YOUR_API_KEY

πŸ’° Pricing Plans

Plan Price Rate Limit Hourly Limit
Starter $10/mo 5 req/sec 2,000 req/hour
Basic $18/mo 10 req/sec 5,000 req/hour
Pro ⭐ $30/mo 20 req/sec 12,000 req/hour
Scale $50/mo 40 req/sec 30,000 req/hour

πŸ”— API Endpoint

https://castle.botwitter.com/generate-token

πŸ’¬ Support

Join our Discord community for help and updates:

Discord: https://discord.gg/5Th3puHagr


πŸ“‹ Command Reference

Arguments

  • username_or_email - Your Twitter username or email (required)
  • --proxy - Proxy server URL in format http://user:pass@proxy:port (optional)
  • --api-key - Your API key for authentication (required)

Examples

# Simple usage
python main.py myusername

# With authenticated proxy
python main.py myemail@example.com --proxy http://user:pass@proxy.example.com:8080

Credits

XClientTransaction

About

Castle Token For Twitter/X

Topics

Resources

Stars

Watchers

Forks

Languages