https://github.com/aktech/criclive
Live Cricket Scores in Command Line.
https://github.com/aktech/criclive
cli cricket live-scores python
Last synced: about 1 year ago
JSON representation
Live Cricket Scores in Command Line.
- Host: GitHub
- URL: https://github.com/aktech/criclive
- Owner: aktech
- License: mit
- Created: 2016-04-19T14:28:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T13:56:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T21:18:03.203Z (about 1 year ago)
- Topics: cli, cricket, live-scores, python
- Language: Python
- Size: 147 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cricket Live : `criclive`
Cricket Live: Get Live scores of all cricket matches in your Command Line.
[](https://pypi.python.org/pypi/criclive)
[](http://doge.mit-license.org)
# Install
## Using pip
```
pip install criclive
```
## Using Git
```
git clone https://github.com/aktech/criclive.git
cd criclive
python setup.py install
```
# Usage
Simply run the following command:
```
criclive
```
* Sample scores:
```
amit@aktech$ criclive
╒════╤════════════════════════════════════════╤═══════════════════════════════════════════════╕
│ 1 │ England ['302/3'] │ Sri Lanka ['303/9 (49.4/50 ov, target 303)'] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 2 │ Pakistan [] │ Bangladesh [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 3 │ Zimbabwe [] │ Ireland [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 4 │ Rajasthan Royals [] │ Kolkata Knight Riders [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 5 │ Delhi Capitals [] │ Royal Challengers Bangalore [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 6 │ Chennai Super Kings [] │ Kings XI Punjab [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 7 │ Cambridge MCCU [] │ Nottinghamshire [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 8 │ Lancashire [] │ Durham MCCU [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 9 │ Leeds/Bradford MCCU [] │ Warwickshire [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 10 │ Loughborough MCCU [] │ Worcestershire [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 11 │ Somerset [] │ Cardiff MCCU [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 12 │ Sussex [] │ Oxford MCCU [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 13 │ Kurunegala Youth Cricket Club [] │ Bloomfield Cricket and Athletic Club [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 14 │ Police Sports Club [] │ Sebastianites Cricket and Athletic Club [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 15 │ Sri Lanka Air Force Sports Club [] │ Kalutara Town Club [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 16 │ Sri Lanka Navy Sports Club [] │ Sri Lanka Ports Authority Cricket Club [] │
├────┼────────────────────────────────────────┼───────────────────────────────────────────────┤
│ 17 │ Diasqua Little Sai Wan Cricket Club [] │ United Services Recreation Club [] │
╘════╧════════════════════════════════════════╧═══════════════════════════════════════════════╛
```
# Contributing
Use github's Pull request/issues feature for all contributions.