Skip to content

0.1.0: Custom proxies and FBref rate limit policy

Compare
Choose a tag to compare
@probberechts probberechts released this 22 Apr 15:11
· 628 commits to master since this release

Breaking Changes

  • The use_tor parameter was replaced by a use_proxy='tor' parameter in all readers

New features

  • You can specify a custom proxy using the use_proxy parameter for all readers.
ws = soccerdata.WhoScored(use_proxy={'http': 'http://126.352.12.3:5471'})

Fixes

FBref

  • FBref has implemented a new rate-limiting polity allowing only one request every two seconds. The FBref reader is now configured to comply with this.