Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 1.44 KB

README.md

File metadata and controls

59 lines (30 loc) · 1.44 KB

English version:

一、Introduction:

Monitor bet365 in-play football matches odds.

二、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
  3. API docs and more data: http://www.365api.site/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. 更多数据接口和说明: http://www.365api.site/cn/