Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DemonDamon/FinnewsHunter
/ functions
Functions
1,198 in github.com/DemonDamon/FinnewsHunter
⨍
Functions
1,198
◇
Types & classes
338
↳
Endpoints
72
↓ 1 callers
Method
_extract_author
提取作者
backend/app/tools/eastmoney_crawler.py:256
↓ 1 callers
Method
_extract_author
提取作者
backend/app/tools/netease163_crawler.py:205
↓ 1 callers
Method
_extract_author
提取作者
backend/app/tools/nbd_crawler.py:281
↓ 1 callers
Method
_extract_author
提取作者
backend/app/tools/eeo_crawler.py:475
↓ 1 callers
Method
_extract_author
提取作者 Args: soup: BeautifulSoup对象 Returns: 作者名称
backend/app/tools/tencent_crawler.py:490
↓ 1 callers
Method
_extract_author
提取作者
backend/app/financial/providers/yicai/fetchers/news.py:217
↓ 1 callers
Method
_extract_author
提取作者
backend/app/financial/providers/eastmoney/fetchers/news.py:223
↓ 1 callers
Method
_extract_author
提取作者
backend/app/financial/providers/nbd/fetchers/news.py:224
↓ 1 callers
Method
_extract_author
提取作者
backend/app/financial/providers/tencent/fetchers/news.py:255
↓ 1 callers
Method
_extract_author
提取作者
backend/app/financial/providers/netease/fetchers/news.py:221
↓ 1 callers
Method
_extract_chinese_ratio
计算中文字符比例 Args: text: 文本 Returns: 中文字符比例(0-1)
backend/app/tools/crawler_base.py:174
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/yicai_crawler.py:145
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/jingji21_crawler.py:163
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/jwview_crawler.py:154
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/caijing_crawler.py:193
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/eastmoney_crawler.py:199
↓ 1 callers
Method
_extract_content
提取正文内容
backend/app/tools/sina_crawler.py:244
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/netease163_crawler.py:150
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/tools/nbd_crawler.py:194
↓ 1 callers
Method
_extract_content
提取正文内容
backend/app/financial/providers/sina/fetchers/news.py:375
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/financial/providers/yicai/fetchers/news.py:171
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/financial/providers/eastmoney/fetchers/news.py:177
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/financial/providers/nbd/fetchers/news.py:171
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/financial/providers/tencent/fetchers/news.py:186
↓ 1 callers
Method
_extract_content
提取新闻正文
backend/app/financial/providers/netease/fetchers/news.py:177
↓ 1 callers
Method
_extract_date
提取发布时间
backend/app/tools/sina_crawler.py:191
↓ 1 callers
Method
_extract_date
提取发布时间
backend/app/financial/providers/sina/fetchers/news.py:335
↓ 1 callers
Method
_extract_meta
提取元数据(摘要和关键词)
backend/app/tools/sina_crawler.py:175
↓ 1 callers
Method
_extract_meta
提取元数据(摘要和关键词)
backend/app/financial/providers/sina/fetchers/news.py:319
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/yicai_crawler.py:110
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/jingji21_crawler.py:112
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/jwview_crawler.py:119
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/caijing_crawler.py:158
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/eastmoney_crawler.py:164
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情(使用传统 requests 方式)
backend/app/tools/dynamic_crawler_example.py:174
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/netease163_crawler.py:115
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情
backend/app/tools/nbd_crawler.py:152
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情(HTML方式)
backend/app/tools/eeo_crawler.py:361
↓ 1 callers
Method
_extract_news_item
提取单条新闻详情 Args: link_info: 新闻链接信息 Returns: NewsItem或None
backend/app/tools/tencent_crawler.py:331
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/yicai_crawler.py:84
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/jingji21_crawler.py:90
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/jwview_crawler.py:93
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/caijing_crawler.py:93
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/eastmoney_crawler.py:92
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/netease163_crawler.py:89
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/nbd_crawler.py:89
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接
backend/app/tools/eeo_crawler.py:297
↓ 1 callers
Method
_extract_news_links
从页面中提取新闻链接 Args: soup: BeautifulSoup对象 Returns: 新闻链接信息列表
backend/app/tools/tencent_crawler.py:267
↓ 1 callers
Method
_extract_news_links
提取新闻链接
backend/app/financial/providers/sina/fetchers/news.py:196
↓ 1 callers
Method
_extract_news_links
从页面提取新闻链接
backend/app/financial/providers/yicai/fetchers/news.py:120
↓ 1 callers
Method
_extract_news_links
从页面提取新闻链接
backend/app/financial/providers/eastmoney/fetchers/news.py:125
↓ 1 callers
Method
_extract_news_links
从页面提取新闻链接
backend/app/financial/providers/nbd/fetchers/news.py:120
↓ 1 callers
Method
_extract_news_links
从页面提取新闻链接
backend/app/financial/providers/tencent/fetchers/news.py:138
↓ 1 callers
Method
_extract_news_links
从页面提取新闻链接
backend/app/financial/providers/netease/fetchers/news.py:125
↓ 1 callers
Method
_extract_news_links_from_selenium
从 Selenium 页面中提取新闻链接
backend/app/tools/dynamic_crawler_example.py:151
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/yicai_crawler.py:168
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/jingji21_crawler.py:186
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/jwview_crawler.py:177
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/caijing_crawler.py:216
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/eastmoney_crawler.py:222
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/netease163_crawler.py:173
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/nbd_crawler.py:249
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/tools/eeo_crawler.py:443
↓ 1 callers
Method
_extract_publish_time
提取发布时间 Args: soup: BeautifulSoup对象 Returns: 发布时间
backend/app/tools/tencent_crawler.py:410
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/financial/providers/yicai/fetchers/news.py:194
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/financial/providers/eastmoney/fetchers/news.py:200
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/financial/providers/nbd/fetchers/news.py:203
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/financial/providers/tencent/fetchers/news.py:209
↓ 1 callers
Method
_extract_publish_time
提取发布时间
backend/app/financial/providers/netease/fetchers/news.py:200
↓ 1 callers
Method
_extract_rating
从决策文本中提取评级
backend/app/agents/debate_agents.py:501
↓ 1 callers
Method
_extract_source_from_url
从URL提取来源
backend/app/tools/search_engine_crawler.py:211
↓ 1 callers
Method
_extract_stock_codes
提取关联股票代码
backend/app/tools/sina_crawler.py:230
↓ 1 callers
Method
_extract_stock_codes
提取关联股票代码
backend/app/financial/providers/sina/fetchers/news.py:364
↓ 1 callers
Method
_extract_stock_codes
从文本提取股票代码
backend/app/financial/providers/yicai/fetchers/news.py:227
↓ 1 callers
Method
_extract_stock_codes
从文本提取股票代码
backend/app/financial/providers/eastmoney/fetchers/news.py:235
↓ 1 callers
Method
_extract_stock_codes
从文本提取股票代码
backend/app/financial/providers/nbd/fetchers/news.py:234
↓ 1 callers
Method
_extract_stock_codes
从文本提取股票代码
backend/app/financial/providers/tencent/fetchers/news.py:266
↓ 1 callers
Method
_extract_stock_codes
从文本提取股票代码
backend/app/financial/providers/netease/fetchers/news.py:233
↓ 1 callers
Method
_extract_structured_info
从分析文本中提取结构化信息 Args: analysis_text: 分析文本 Returns: 结构化数据
backend/app/agents/news_analyst.py:325
↓ 1 callers
Method
_extract_title
提取标题
backend/app/tools/sina_crawler.py:159
↓ 1 callers
Method
_extract_title
提取标题
backend/app/financial/providers/sina/fetchers/news.py:305
↓ 1 callers
Method
_factor_to_signal
因子值转换为信号(-1 到 1)
backend/app/alpha_mining/backtest/evaluator.py:145
↓ 1 callers
Method
_fetch_api_news
通过API获取新闻列表 Args: page: 页码(从0开始) prev_uuid: 上一条新闻的UUID(用于翻页) prev_publish_date: 上一条新闻的发布
backend/app/tools/eeo_crawler.py:63
↓ 1 callers
Method
_fetch_api_news
通过API获取新闻列表 Args: page: 页码(从0开始) Returns: 新闻列表
backend/app/tools/tencent_crawler.py:126
↓ 1 callers
Method
_fetch_daily_kline
获取日线数据
backend/app/services/stock_data_service.py:276
↓ 1 callers
Method
_fetch_minute_kline
获取分钟级数据
backend/app/services/stock_data_service.py:358
↓ 1 callers
Method
_fetch_news_content
获取新闻详情页内容 Args: url: 新闻详情页URL Returns: (新闻正文, 原始HTML)
backend/app/tools/eeo_crawler.py:244
↓ 1 callers
Method
_fetch_news_detail
获取新闻详情
backend/app/financial/providers/yicai/fetchers/news.py:142
↓ 1 callers
Method
_fetch_news_detail
获取新闻详情
backend/app/financial/providers/eastmoney/fetchers/news.py:148
↓ 1 callers
Method
_fetch_news_detail
获取新闻详情
backend/app/financial/providers/nbd/fetchers/news.py:142
↓ 1 callers
Method
_fetch_news_detail
获取新闻详情
backend/app/financial/providers/tencent/fetchers/news.py:157
↓ 1 callers
Method
_fetch_news_detail
获取新闻详情
backend/app/financial/providers/netease/fetchers/news.py:148
↓ 1 callers
Method
_format_debate_history
格式化辩论历史
backend/app/agents/search_analyst.py:542
↓ 1 callers
Method
_generate_combined_summary
生成综合摘要
backend/app/agents/data_collector_v2.py:622
↓ 1 callers
Method
_generate_strategy
生成交易策略建议
backend/app/agents/quantitative_agent.py:309
↓ 1 callers
Method
_generate_summary
生成数据摘要
backend/app/agents/search_analyst.py:346
↓ 1 callers
Method
_generate_summary
使用LLM生成数据摘要
backend/app/agents/data_collector.py:154
↓ 1 callers
Method
_get_icon_for_source
获取数据源对应的图标
backend/app/agents/data_collector_v2.py:347
↓ 1 callers
Method
_get_search_analyst
懒加载搜索分析师
backend/app/agents/orchestrator.py:109
↓ 1 callers
Method
_get_session
获取 requests Session (延迟初始化)
backend/app/financial/providers/sina/fetchers/news.py:72
← previous
next →
301–400 of 1,198, ranked by callers