LICENSE
README.md
pyproject.toml
config/settings.py
financial_news_scraper.egg-info/PKG-INFO
financial_news_scraper.egg-info/SOURCES.txt
financial_news_scraper.egg-info/dependency_links.txt
financial_news_scraper.egg-info/entry_points.txt
financial_news_scraper.egg-info/requires.txt
financial_news_scraper.egg-info/top_level.txt
finews/__init__.py
finews/_scraper.py
finews/_sources.py
scraper/__init__.py
scraper/cli/__init__.py
scraper/cli/main.py
scraper/db/__init__.py
scraper/db/base.py
scraper/db/models.py
scraper/db/repository.py
scraper/db/session.py
scraper/enrichment/__init__.py
scraper/enrichment/domain_filter.py
scraper/enrichment/hasher.py
scraper/enrichment/language_detector.py
scraper/enrichment/near_duplicate.py
scraper/enrichment/ticker_extractor.py
scraper/extractors/__init__.py
scraper/extractors/trafilatura_extractor.py
scraper/fetchers/__init__.py
scraper/fetchers/base.py
scraper/fetchers/finnhub.py
scraper/fetchers/gdelt.py
scraper/fetchers/newsapi.py
scraper/fetchers/rss.py
scraper/fetchers/wayback.py
scraper/models/__init__.py
scraper/models/article.py
scraper/models/source.py
scraper/pipeline/__init__.py
scraper/pipeline/orchestrator.py
scraper/quality/__init__.py
scraper/quality/pipeline.py
scraper/scheduler/__init__.py
scraper/scheduler/jobs.py