:page_with_curl: Scrape football data from Bet365
Scrape football data from Bet365
A pretty rigid library to fetch todays unplayed fixtures. It currently only supports three attributes, and comes from a defined source, Bet365, because they have the most extensive, whacky leagues available.
OS X & Linux:
npm install soccer-scrape --save
Currently the only function available is getFixtures
, this returns an object.
import { getFixtures } from 'soccer-scrape'
const data = getFixtures()
/*
{
"scheduled": "19:30",
"teams": {
"home": "AC Milan U19",
"away": "Pro Vercelli U19"
}
}
*/
git clone git@github.com:o8e/soccer-scrape.git
npm i
npm run dev
Ollie Tribe – tribe@myself.com
Distributed under the MIT license. See LICENSE
for more information.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)