Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham76 committed Apr 3, 2018
1 parent d14f4c2 commit 4784cd1
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Cricket-Score-Application-Using-Scrapy
# Cricket Score Application Using Scrapy

Simple Cricket Scoring Application Using Python Scrapy
This is a simple application which scraps http://www.espncricinfo.com/ website.
It gives the list of all the cricket matches that are going on and shows the scoring details if asked.
It also gives the notification on ubuntu side bar if any wicket falls or somebody scores a century.

## Getting Started

Follow the instructions to get the project running on your local machine.
(Running the project in Virtual Environment is preferable.)

### Prerequisites

Scapy

```
pip install scrapy
```

### Installing


```
git clone https://github.com/shubham76/Cricket-Score-Application-Using-Scrapy.git
```

Go to the `spiders/` folder inside the cloned repository and run the following command.

```
scrapy runspider scores.py
```

### How to use?

Select the index of the match for which you want to see the scores.
You can see scores and notifications will start coming!

## Contributing

Just fork the repository and create the branch with added feature and create a PR!
Binary file modified crik/crik/settings.pyc
Binary file not shown.
Binary file modified crik/crik/spiders/__init__.pyc
Binary file not shown.
Binary file modified crik/crik/spiders/scores.pyc
Binary file not shown.

0 comments on commit 4784cd1

Please sign in to comment.