Toolverse
All skills

twitter-reader

by daymade

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.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
daymade
Category
Security
Views
39

About this skill

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.

How to use

  1. Zarejestruj się na stronie https://jina.ai/ i utwórz darmowe konto, aby otrzymać klucz API dostępu do serwisu.

  2. Skopiuj swój klucz API z panelu Jina i ustaw go jako zmienną środowiskową: export JINA_API_KEY="twój_klucz_tutaj"

  3. Aby pobrać zawartość pojedynczego posta, użyj polecenia curl z adresem URL tweeta: curl "https://r.jina.ai/https://x.com/UŻYTKOWNIK/status/ID_POSTA" -H "Authorization: Bearer ${JINA_API_KEY}"

  4. Dla wielu postów naraz wykorzystaj skrypt bash: scripts/fetch_tweets.sh "https://x.com/użytkownik/status/123" "https://x.com/użytkownik/status/456"

  5. Skill zwraca autora posta, pełny tekst, czas publikacji w formacie GMT oraz opisy załączonych mediów w formacie Markdown, gotowe do dalszej analizy przez Claude'a.

  6. Obsługiwane są zarówno linki z x.com, jak i starsze adresy twitter.com – automatycznie obsługiwane są przekierowania między domenami.

Related skills