Skip to content

feature: Xquik public X/Twitter data scripts #9139

@kriptoburak

Description

@kriptoburak

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions