Now get score of live matches as a notification. Don't need to go anywhere, just do your work and get updated with the live score.
CricHere is made in Java using jsoup library and REST API. CricHere will show you a small notification of live cricket score. The advantage of using CricHere is that you can continue with the work which you are doing and side by side you will get updated with the world of cricket.
You must have JDK installed in your system to run this project. I used NetBeans on Windows to make it. However, you can run the project from command line also.
Download the jar file, and you don't need IDE (though java is needed) to run the project. Download
- Download the copy of project in your system.
- Run the project in any IDE. If you don't use one, then follow the steps below.
- SET the environment variables if you didn't set them till now.
- Move to src/Test.java and run it with command
javac Test.java
- Now use command
java Test
to run the file.
You can set your country or any other country name to get their live score. Just go to the line number 21 of src/Test.java file and set the CNAME variable with your country name.
API used is CricAPI. Know more about it at - http://www.cricapi.com/
You need to change the API key by making account on the site CricAPI and use your API key in the project.
- jsoup - Download and read about jsoup here
Feel free to contribute. I am always looking for your pull requests and I want you to help me in making this program bigger and better.
This project is licensed under the GPU License v3.0 - see the LICENSE file for details.
- Support for Linux system. [ DONE ]
- Make a JAR file. [ DONE ]
- Create a button to launch score in UI.
- Remove 10 sec time interval at the beginning.
Windows -
Ubuntu -