Files
2025-11-29 18:53:24 +08:00

655 B

Scripts

Bundled resources for market-sentiment-analyzer skill

  • analyze_sentiment.py: Script to perform sentiment analysis from various sources (social media, news, on-chain data).
  • fetch_social_sentiment.py: Script to fetch social media sentiment data from Twitter, Reddit, etc.
  • fetch_news_sentiment.py: Script to fetch news sentiment data from news aggregators.
  • fetch_onchain_data.py: Script to fetch on-chain data from CryptoQuant, Glassnode, etc.
  • calculate_fear_greed_index.py: Script to calculate the Fear & Greed Index.
  • format_output.py: Script to format the sentiment analysis output in a user-friendly manner.