Summary
Add a Windmill integration path for Xquik read-only public X/Twitter data scripts.
Why
Windmill users can call the REST API from TypeScript or Python today, but a documented resource plus reusable scripts or Hub pack would make scheduled social research and alerting flows easier to compose.
Suggested first scope
- Resource or secret: Xquik API key.
- Search tweets:
GET /x/tweets/search
- Get tweet:
GET /x/tweets/{id}
- Get user:
GET /x/users/{id}
- Search users:
GET /x/users/search
- List user tweets:
GET /x/users/{id}/tweets
- Get trends:
GET /x/trends
Example flows
- Schedule a query and post matching public posts to Slack or a webhook.
- Build a public profile enrichment job.
- Generate recurring public trend reports.
References
I can help prepare a WindmillHub script pack or PR if maintainers confirm the preferred contribution path.
Summary
Add a Windmill integration path for Xquik read-only public X/Twitter data scripts.
Why
Windmill users can call the REST API from TypeScript or Python today, but a documented resource plus reusable scripts or Hub pack would make scheduled social research and alerting flows easier to compose.
Suggested first scope
GET /x/tweets/searchGET /x/tweets/{id}GET /x/users/{id}GET /x/users/searchGET /x/users/{id}/tweetsGET /x/trendsExample flows
References
I can help prepare a WindmillHub script pack or PR if maintainers confirm the preferred contribution path.