Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 581 Bytes

Soccer livescores scrapper written in Python

Python webscrapper that gets the scores from livescores.com.

Requirements:

BeautifulSoup. urllib.request.

Usage:

To execute the script, simply type in the console:

  1. No parameter
  • Prints all the listed games in the website:

    ex:

    python livescores.py

  1. 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