Toolverse
All skills

twitter-search

by openclaw

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

Quick info

Author
openclaw
Category
Data Science
Views
35

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

  1. 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.

  2. Zainstaluj skill w swoim środowisku Claude/Copilot, upewniając się, że masz dostęp do skryptu run_search.sh w katalogu scripts.

  3. 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.

  4. 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.

  5. 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.

  6. Skill automatycznie przetworzy pobrane tweety i wygeneruje raport zawierający statystyki, insights oraz rekomendacje dotyczące zebranych danych.

Related skills