Monitor bet365 in-play football matches odds.
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.
If it can't get data after running, try using the following API.
- Get all live football matches, url: http://www.365api.vip/b365/soccer/test/allEv?lang=en
- Get odds of all matches for goal line, url: http://www.365api.vip/b365/soccer/test/oneHd2allEv/C1-G15?lang=en
- 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接口.
- 获取当前进行的足球赛事,地址: http://www.365api.vip/b365/soccer/test/allEv
- 获取所有赛事大小盘实时赔率,地址: http://www.365api.vip/b365/soccer/test/oneHd2allEv/C1-G15
- 更多数据接口和说明: http://www.365api.site/cn/