What problem does it solve?
Enables automated posting and management of Twitter/X content from OpenBotX so users can publish tweets, create threads, attach media, and remove posts without manual browser interaction.
Core Features & Use Cases
- Post text tweets using the Twitter v2 tweets endpoint with http_client and the configured twitter auth profile.
- Create threads by replying to tweets and chaining replies using returned tweet IDs.
- Upload media via the v1.1 media upload endpoint, capture media_id_string, and attach media to v2 tweets.
- Delete tweets by calling the DELETE tweets endpoint and handle common format/size limits for media uploads.
- Use Case: A social media manager uploads images, posts a main tweet, threads follow-ups, and later deletes outdated tweets from a campaign.
Quick Start
Post a new tweet saying Hello from OpenBotX using the twitter auth profile configured in http_client.