Create, configure, and monitor multiple Twitter bots from a single command center. Each bot gets isolated data, configurable processors, and its own widget API.
Each bot is a fully isolated tenant with its own database, processing pipeline, and API. Mix and match capabilities.
Each bot gets its own MySQL database. No data leaks, no resource contention. Scale from 1 to 100 bots.
stancl/tenancyEnable any combination of processors per bot: location extraction, contact parsing, link analysis. Add your own.
pipeline patternTwitter v2 Filtered Stream API with 16 configurable filter gates. Language, location, keywords, profanity, bots — all covered.
filtered stream v2Every bot exposes a public JSON API. Embed stats, tweets, and processed data on any external site.
/api/widgets/statsFrom zero to monitoring in under a minute.
Name your bot, set the Twitter handle, pick a slug. The system creates an isolated database and seeds it with defaults.
Enable processors (location reports, contact extraction). Set filter gates, keywords, and response behavior per bot.
Add Twitter API credentials. The stream connector hooks into the Filtered Stream API and starts capturing tweets.
View received tweets, sent responses, and processed data in real-time. Embed the widget API on your site.
Each bot exposes a public API at its path. Fetch stats, tweets, and processor-specific data with a simple GET request.
GET /reporttaka/api/widgets/stats
GET /reporttaka/api/widgets/tweets
GET /reporttaka/api/widgets/processed/location_report
Create your first bot in under a minute. No credit card required.