Skip to content

bet365 bot: bet365的比赛实时比分数据、实时赔率

Notifications You must be signed in to change notification settings

veterenar77777/bet365-websocket-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

English version:

一、Introduction:

Monitor bet365 in-play football matches scores.

二、Getting Started:

require PyExecJS,requests,autobahn,twisted.

  pip install PyExecJS

  pip install requests

  pip install autobahn

  pip install twisted

Run bet365_websocket_spider.py and see output logs.

三、Note:

If it can't get data after running, try using the following API.

  1. Get all live football matches, url: http://www.365api.vip/b365/soccer/test/allEv?lang=en
  2. Get odds of all matches for goal line, url: http://www.365api.vip/b365/soccer/test/oneHd2allEv/C1-G15?lang=en

中文版:

一、功能描述:

bet365的比赛实时比分数据、实时赛况监控.

二、使用方法:

要求安装 PyExecJS,requests,autobahn,twisted.

  pip install PyExecJS

  pip install requests

  pip install autobahn

  pip install twisted

直接运行bet365_websocket_spider.py 即可.

三、说明:

如果运行后没法正常获取365数据,可以尝试以下api接口.

  1. 获取当前进行的足球赛事,地址: http://www.365api.vip/b365/soccer/test/allEv
  2. 获取所有赛事大小盘实时赔率,地址: http://www.365api.vip/b365/soccer/test/oneHd2allEv/C1-G15
  3. 爬虫数据联系qq:3403027828 (非法用途者请勿来骚扰,数据仅可用于分析计算)

About

bet365 bot: bet365的比赛实时比分数据、实时赔率

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%