twitter-search
Advanced Twitter search and social media data analysis. Fetches tweets by keywords using Twitter API, processes up to 1000 results, and generates professional data analysis reports with insights and actionable recommendations. Use when user requests Twitter/X social media
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Advanced Twitter search and social media data analysis. Fetches tweets by keywords using Twitter API, processes up to 1000 results, and generates professional data analysis reports with insights and actionable recommendations. Use when user requests Twitter/X social media search, social media trend analysis, tweet data mining, social listening, influencer identification, topic sentiment analysis from tweets, or any task involving gathering and analyzing Twitter data for insights.
How to use
Uzyskaj klucz API z https://twitterapi.io i skonfiguruj go jako zmienną środowiskową TWITTER_API_KEY w pliku ~/.bashrc lub ~/.zshrc, uruchamiając echo 'export TWITTER_API_KEY="twój_klucz"' >> ~/.bashrc i source ~/.bashrc, lub przekaż klucz bezpośrednio jako argument przy uruchomieniu.
Zainstaluj skill w swoim środowisku Claude/Copilot, upewniając się, że masz dostęp do skryptu run_search.sh w katalogu scripts.
Uruchom podstawowe wyszukiwanie, wykonując ./scripts/run_search.sh "słowo_kluczowe" – na przykład ./scripts/run_search.sh "AI" pobierze tweety zawierające słowo AI.
Dla bardziej zaawansowanych zapytań użyj składni Twitter, na przykład ./scripts/run_search.sh "from:elonmusk since:2024-01-01" wyszuka tweety od konkretnego użytkownika od określonej daty.
Dostosuj liczbę wyników za pomocą flagi --max-results, na przykład ./scripts/run_search.sh "ChatGPT" --max-results 100 ograniczy wyniki do 100 tweetów.
Skill automatycznie przetworzy pobrane tweety i wygeneruje raport zawierający statystyki, insights oraz rekomendacje dotyczące zebranych danych.