Add Xquik API as alternative Twitter/X backend#70
Closed
kriptoburak wants to merge 2 commits intoReScienceLab:mainfrom
Closed
Add Xquik API as alternative Twitter/X backend#70kriptoburak wants to merge 2 commits intoReScienceLab:mainfrom
kriptoburak wants to merge 2 commits intoReScienceLab:mainfrom
Conversation
Adds an "Alternative: Xquik API" section to the Twitter skill with: - Python SDK setup (`pip install x_twitter_scraper`) - Equivalent commands for all existing endpoints - Write operations (tweet, like, retweet, follow, DM) - Additional capabilities (extractions, draws, webhooks, MCP) - Pricing comparison Xquik offers a typed Python SDK with 120 endpoints, read + write support, and async/await — a drop-in upgrade for users who want more from their Twitter/X integration.
Contributor
|
Closing this PR. This is promotional content for a third-party service rather than a contribution to the project. Additionally, it targets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip install x_twitter_scraper)Why
Xquik wraps 120 X/Twitter endpoints in a typed Python SDK with sync + async clients. Users get a drop-in upgrade path from the existing scripts — same data, more capabilities, competitive pricing.
No existing content was modified. The section is appended at the end of SKILL.md.
Links
npx skills add Xquik-dev/x-twitter-scraper