X TWITTER API Mass-Action Panel

Замовник: AI | Опубліковано: 17.01.2026
Бюджет: 50 $

I need a custom web panel that can log in to my existing X (Twitter) accounts and run large-scale actions—mass follows, mass messages, and mass likes—without tripping platform rate limits. The core of the build is solid full-stack work around the official X API plus smart job-queue logic so thousands of queued actions can be throttled, retried, and reported on in real time. Alongside the X endpoints I also want the panel to talk to the Cupid AI Chatbot API. Cupid will create or refine the message copy that the panel later sends, so you’ll wire up a seamless call-and-response flow between the two services and surface that in the UI. Key deliverables • Responsive web dashboard (any modern JS framework is fine) with login, account selector, bulk action composer, progress tracking, and CSV export. • Backend service that authenticates multiple existing X accounts, schedules mass follows/messages/likes, and enforces per-account limits. • Integration layer calling Cupid AI Chatbot API for on-the-fly message generation and conversation context. • Scalable job queue, preferably Redis/RabbitMQ or similar, with clear status callbacks to the front end. • Deployment scripts (Docker or comparable) so I can spin this up on a clean VPS and scale horizontally if needed. Acceptance criteria 1. Given 500 existing X accounts, the panel completes a 5,000-follow batch within specified API limits and returns a success log per account. 2. A drafted message is passed to Cupid, Cupid returns enriched copy, and the panel sends it to the selected recipient list without duplication. 3. Real-time dashboard updates reflect queued, in-progress, successful, failed, and retried actions. If you’ve already tackled anything similar—especially high-volume social automations—show me. Code that’s clean, documented, and easy to extend is a must.