diff --git a/README.md b/README.md index d7dd835..bc60639 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file diff --git a/crik/crik/settings.pyc b/crik/crik/settings.pyc index e592b87..b83591d 100644 Binary files a/crik/crik/settings.pyc and b/crik/crik/settings.pyc differ diff --git a/crik/crik/spiders/__init__.pyc b/crik/crik/spiders/__init__.pyc index e951762..edc28a1 100644 Binary files a/crik/crik/spiders/__init__.pyc and b/crik/crik/spiders/__init__.pyc differ diff --git a/crik/crik/spiders/scores.pyc b/crik/crik/spiders/scores.pyc index 56239b6..c8a0d90 100644 Binary files a/crik/crik/spiders/scores.pyc and b/crik/crik/spiders/scores.pyc differ