A web application for searching and monitoring tweets mentioning your competitors using powerful OR query statements.
├── backend/
│ └── index.ts (http) # Main HTTP API and static file server
├── frontend/
│ └── index.html # Web interface for searching tweets
└── README.md
TWITTER_BEARER_TOKEN: Your Twitter API bearer token for searching tweetsTWITTER_BEARER_TOKEN environment variable in Val Town with this tokenTWITTER_BEARER_TOKEN environment variable with your Twitter API bearer token."@competitor1" OR "@competitor2" OR "@competitor3"
"competitor.com" OR "rival.io" OR "alternative.ai"
"@openai" OR "chatgpt" OR "claude" OR "@anthropic" OR "openai.com"
("@competitor1" OR "competitor1.com") AND (product OR launch OR announcement)
GET / - Main web interfacePOST /api/search - Search tweets with custom queryGET /api/health - Check API configuration statusEach tweet result includes: