Monitor bet365 in-play football matches scores.
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
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
- 爬虫数据联系qq:3403027828 (非法用途者请勿来骚扰,数据仅可用于分析计算)