LICENSE
README.md
pyproject.toml
shouchao/__init__.py
shouchao/__main__.py
shouchao/api.py
shouchao/app.py
shouchao/cli.py
shouchao/gui.py
shouchao/i18n.py
shouchao/tools.py
shouchao.egg-info/PKG-INFO
shouchao.egg-info/SOURCES.txt
shouchao.egg-info/dependency_links.txt
shouchao.egg-info/entry_points.txt
shouchao.egg-info/requires.txt
shouchao.egg-info/top_level.txt
shouchao/core/__init__.py
shouchao/core/analyzer.py
shouchao/core/briefing.py
shouchao/core/config.py
shouchao/core/converter.py
shouchao/core/enhanced_fetcher.py
shouchao/core/exporter.py
shouchao/core/fetcher.py
shouchao/core/github_trends.py
shouchao/core/indexer.py
shouchao/core/market_data.py
shouchao/core/market_map.py
shouchao/core/ollama_client.py
shouchao/core/polisher.py
shouchao/core/preprint.py
shouchao/core/preprint_categories.py
shouchao/core/rss.py
shouchao/core/scheduler.py
shouchao/core/search_fetcher.py
shouchao/core/sources.py
shouchao/core/storage.py
shouchao/core/summarizer.py
shouchao/core/tts.py
shouchao/core/web_search.py
shouchao/core/wechat_generator.py
shouchao/core/workflow.py
shouchao/core/writing_skill.py
shouchao/static/css/style.css
shouchao/static/js/analysis.js
shouchao/static/js/app.js
shouchao/static/js/briefing.js
shouchao/static/js/i18n.js
shouchao/static/js/news.js
shouchao/templates/github_trends.html
shouchao/templates/index.html
shouchao/templates/index_complete.html
shouchao/templates/market_map.html
tests/test_exporter.py
tests/test_market_map.py
tests/test_new_api.py
tests/test_preprint.py
tests/test_tts.py
tests/test_unified_api.py
tests/test_web_search.py