https://github.com/datta07/Live-Cricket-Scores
Command line interface program for fastest live cricket scores with simple Python program.
This code will works all the time during the live matchs.No more use of cricbuzz or live score app
open command line or terminal
~ pip install -r requirements.text
~ python Criclive.py
Now enjoy the live scores......:)
open command line or terminal
~ docker build -f DockerFile -t cricinfo .
~ docker run -it cricinfo
Ctrl + C to stop the process
credit to link https://www.wintellect.com/containerize-python-app-5-minutes/ for help with intial docker file
