Skip to content

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

Notifications You must be signed in to change notification settings

nanasemaik/bet365-websocket-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%