From 74dc694a215828e25d91050c09f49a6f8ad32daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Tue, 10 Mar 2026 16:56:50 -0300 Subject: [PATCH] readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5347c08..598fdac 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ User → data-orchestrator → [operators in parallel] → crypto-analyst → re | Link extraction | `scraper_host:5003` | Parses CoinMarketCap pages, categorizes links | | GitHub scraper | `scraper_host:5002` | Fetches repo/org metrics from GitHub API | | RSS fetcher | `scraper_host:5001` | Stores and queries RSS feeds by ticker/project | +| Twitter scraper | `scraper_host:5000` | Fetches Twitter/X profile data | --- @@ -73,4 +74,4 @@ Each report covers: Executive Summary, Project Overview, Development Activity, C ## License -GNU General Public License v2.0 — see [LICENSE] (https://www.gnu.org/licenses/gpl-2.0.html) for details. \ No newline at end of file +GNU General Public License v2.0 — see [LICENSE](LICENSE.md) for details. \ No newline at end of file