Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 666 Bytes

File metadata and controls

30 lines (27 loc) · 666 Bytes

Sports Score Updates

  • This script fetch the latest score for matches, team info and match info
  • This script supports:
    • baseball
    • basketball
    • cricket
    • football
    • handball
    • hockey
    • rugby-league
    • rugby-union
    • soccer
    • tennis
    • volleyball

Setting up :

Install requirements:

$ pip3 install sports-py

Running the script:

# gets the live score:
$ python3 score_updates.py <sportName>
# gets the details of match between two teams:
$ python3 sports_score_updates.py <sportName> <team1> <team2>
# gets the details of a team:
$ python3 sports_score_updates.py <sportName> <teamName>