Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:05 +08:00
commit 014b9379e5
14 changed files with 1674 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for crypto-news-aggregator skill
- [ ] analyze_sentiment.py: Script to perform sentiment analysis on news articles.
- [ ] aggregate_sources.py: Script to aggregate news from various sources.
- [ ] detect_trending_topics.py: Script to detect trending topics from the aggregated news.