Loading...
Loading...
Fetch Twitter/X post content by URL using jina.ai API to bypass JavaScript restrictions. Use when Claude needs to retrieve tweet content including author, timestamp, post text, images, and thread replies. Supports individual posts or batch fetching from x.com or twitter.com URLs.
npx skill4agent add daymade/claude-code-skills twitter-readerexport JINA_API_KEY="your_api_key_here"curl "https://r.jina.ai/https://x.com/USER/status/TWEET_ID" \
-H "Authorization: Bearer ${JINA_API_KEY}"scripts/fetch_tweets.sh url1 url2 url3python scripts/fetch_tweet.py https://x.com/user/status/123 output.mdscripts/fetch_tweets.sh \
"https://x.com/user/status/123" \
"https://x.com/user/status/456"https://x.com/USER/status/IDhttps://twitter.com/USER/status/IDhttps://x.com/...JINA_API_KEY