Python webscrapper that gets the scores from livescores.com.
BeautifulSoup. urllib.request.
To execute the script, simply type in the console:
- No parameter
-
Prints all the listed games in the website:
ex:
python livescores.py
- With parameter (--active or --not_active)
-
--active -> only games that had begun or are finished.
-
--not_active -> games that did not begin yet.
ex:
python livescores.py --active
or
python livescores.py --not_active