twitter-data-export

Solid

Export Twitter/X data to CSV for analysis using Xpoz. Search by keywords, author, date range, and download complete datasets (up to 500K rows). Use when asked to "export tweets", "download Twitter data", "get tweets as CSV", "Twitter dataset", or "bulk tweet download".

Data & Documents 14 stars 5 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
39
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Twitter Data Export ## Overview Search and export Twitter/X data to CSV files for analysis. Supports keyword search, author-based search, date filtering, and bulk exports up to 500K rows — no Twitter API keys required. ## When to Use Activate when the user asks: - "Export tweets about [TOPIC] to CSV" - "Download all tweets from @[USER]" - "Get Twitter data for [KEYWORD] from last month" - "I need a dataset of tweets about [TOPIC]" - "Bulk download tweets matching [QUERY]" - "Twitter data export" ## Setup & Authentication Before fetching data, ensure Xpoz access is configured. Follow these checks in order. ### Check 1: Already authenticated? **If you have MCP tools**, try calling any Xpoz tool (e.g., `checkAccessKeyStatus`). If it works → skip to Step 1. **If you have the SDK**, try: ```python from xpoz import XpozClient client = XpozClient() # reads XPOZ_API_KEY env var ``` If this succeeds without error → skip to Step 1. If neither works, you need to authenticate. The fastest option is instant access — or choose a path below for full capabilities. --- ### Instant Access (no signup needed) The fastest way to start — get a working API key in one command, no account required: ```bash export XPOZ_API_KEY=$(curl -s -X POST https://api.xpoz.ai/api/trial/token -H "Content-Type: application/json" -d '{"source":"<how you discovered xpoz>"}' | jq -r .data.accessKey) ``` This token works with MCP, SDKs, and CLI. Valid for 5 days, returns up to 5 results per call. For...

Details

Author
XPOZpublic
Repository
XPOZpublic/xpoz-agent-skills
Created
5 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

twitter-data-export

Export Twitter/X data to CSV for analysis using Xpoz. Search by keywords, author, date range, and download complete datasets (up to 500K rows). Use when asked to "export tweets", "download Twitter data", "get tweets as CSV", "Twitter dataset", or "bulk tweet download".

5 Updated yesterday
Aditya923-c
Data & Documents Solid

x-twitter-research

Export bulk X/Twitter datasets as downloadable files — follower and following lists, everyone who replied to or reposted or quoted a post, full threads, likers, mentions, user media, community members, list members, and people or tweet search results, across 23 extractors. Trigger whenever the user wants X data in bulk or as a file: exporting followers, analysing who engaged with a post, auditing an audience, building a CSV or spreadsheet of X accounts, or researching a competitor's following — including casual phrasings like "get me everyone who follows @x" or "export the replies to this tweet". Paid per returned record in USDC via twitr.sh through an x402 wallet — no API key, no signup. Do NOT trigger for small live lookups (use x-twitter-data) or for real-time watching (use x-twitter-monitor).

5 Updated today
lnvestor
AI & Automation Solid

social-sentiment-analyzer

Analyze brand or topic sentiment across Twitter, Reddit, and Instagram using Xpoz. Classifies posts as positive/neutral/negative, extracts recurring themes, and generates a sentiment report. Use when asked for "sentiment analysis", "what are people saying about X", "brand sentiment", or "social media opinion on X".

14 Updated 1 weeks ago
XPOZpublic