Files
sbnews/docker/crawler/config/crawler_tasks.yaml

167 lines
4.0 KiB
YAML

tasks:
- key: video
name: 视频列表采集
action: video
cron: "54 * * * *"
active: true
- key: lottery_draw
name: 彩种开奖数据采集
action: lottery_draw
cron: "*/2 * * * *"
active: true
- key: match_finish
name: 超时比赛收尾
action: match_finish
cron: "*/1 * * * *"
active: true
- key: error_report
name: 爬虫错误报告邮件
action: error_report
cron: "*/1 * * * *"
active: true
- key: csl_match
name: 中超赛程页面采集
action: csl_match
cron: "0 */1 * * *"
active: true
- key: nba_match
name: NBA赛程页面采集
action: nba_match
cron: "*/1 * * * *"
active: true
- key: cba_match
name: CBA赛程页面采集
action: cba_match
cron: "0 */1 * * *"
active: true
- key: epl_match
name: 英超赛程页面采集
action: epl_match
cron: "0 */1 * * *"
active: true
- key: bundesliga_match
name: 德甲赛程页面采集
action: bundesliga_match
cron: "0 */1 * * *"
active: true
- key: laliga_match
name: 西甲赛程页面采集
action: laliga_match
cron: "0 */1 * * *"
active: true
- key: seriea_match
name: 意甲赛程页面采集
action: seriea_match
cron: "0 */1 * * *"
active: true
- key: ligue1_match
name: 法甲赛程页面采集
action: ligue1_match
cron: "0 */1 * * *"
active: true
- key: ucl_match
name: 欧冠赛程页面采集
action: ucl_match
cron: "0 */1 * * *"
active: true
- key: uel_match
name: 欧联赛程页面采集
action: uel_match
cron: "0 */1 * * *"
active: true
- key: tennis_match
name: 网球赛程页面采集
action: tennis_match
cron: "0 */1 * * *"
active: true
- key: esports_match
name: 电竞赛程页面采集
action: esports_match
cron: "0 */1 * * *"
active: true
- key: sports_match
name: 体坛赛程页面采集
action: sports_match
cron: "0 */1 * * *"
active: true
- key: truth_social
name: Truth Social帖子采集+同步
action: truth_social
cron: "0 */12 * * *"
active: true
- key: league_news
name: 中超资讯采集
action: league_news
cron: "*/30 * * * *"
active: true
- key: article_content
name: 文章内容补全
action: article_content
cron: "*/1 * * * *"
active: true
- key: live_detail
name: 实时比赛详情更新
action: live_detail
cron: "*/1 * * * *"
active: true
- key: crypto_news
name: 加密货币新闻采集
action: crypto_news
cron: "0 */1 * * *"
active: true
- key: article_content_fetch
name: 资讯正文抓取
action: article_content_fetch
cron: "*/1 * * * *"
active: true
- key: dqd_worldcup
name: 懂球帝世界杯采集
action: dqd_worldcup
cron: "*/10 * * * *"
active: true
- key: fifa_worldcup_news
name: FIFA世界杯资讯
action: fifa_worldcup_news
cron: "*/10 * * * *"
active: true
- key: lottery_community
name: 49宝典新旧澳六合彩社区采集
action: lottery_community
cron: "*/10 * * * *"
active: true
- key: taiwan_lottery_news
name: 台湾彩券资讯采集
action: taiwan_lottery_news
cron: "15 */2 * * *"
active: true
- key: hkjc_lottery_news
name: 香港赛马会资讯采集
action: hkjc_lottery_news
cron: "45 */2 * * *"
active: true
- key: cba_news
name: CBA资讯采集
action: cba_news
cron: "20 * * * *"
active: true
- key: nba_news
name: NBA资讯采集
action: nba_news
cron: "10 * * * *"
active: true
- key: ai_comment_dispatch
name: Docker AI评论投放
action: ai_comment_dispatch
cron: "*/10 * * * *"
active: true
- key: match_live_stream
name: 赛事直播流与主播信息抓取
action: match_live_stream
cron: "*/1 * * * *"
active: true
- key: match_odds
name: 第三方赛事赔率抓取
action: match_odds
cron: "*/5 * * * *"
active: true