{"id":24334853,"url":"https://github.com/ayan-b/cricscores","last_synced_at":"2026-04-30T19:32:02.869Z","repository":{"id":98266913,"uuid":"129643514","full_name":"ayan-b/CricScores","owner":"ayan-b","description":"Get notified about the cricket scores you care about!","archived":false,"fork":false,"pushed_at":"2018-08-12T16:57:43.000Z","size":9,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T17:27:05.026Z","etag":null,"topics":["cricket-score","interval","notifications","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayan-b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-15T19:31:06.000Z","updated_at":"2019-03-11T12:33:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a88edba-9522-4164-87e6-37e9d7f301be","html_url":"https://github.com/ayan-b/CricScores","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayan-b/CricScores","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan-b%2FCricScores","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan-b%2FCricScores/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan-b%2FCricScores/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan-b%2FCricScores/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayan-b","download_url":"https://codeload.github.com/ayan-b/CricScores/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayan-b%2FCricScores/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cricket-score","interval","notifications","windows"],"created_at":"2025-01-18T04:45:11.038Z","updated_at":"2026-04-30T19:32:02.863Z","avatar_url":"https://github.com/ayan-b.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![HitCount](http://hits.dwyl.io/ayan-b/CricScores.svg)](http://hits.dwyl.io/ayan-b/CricScores)\r\n\r\n# CricScores\r\n \u003e Get the notification of the scores you care about.\r\n\r\n **Platform**: Windows\r\n\r\n# Usage\r\n\r\n\u003eNote that depending on your machine you may have to use **pip3** instead of **pip** and **python3** instead of **python**.\r\n\r\n\r\n\u003eIts best to use the `virtualenv` tool to build locally. Install virtualenv by running `pip install virtualenv`\r\n\r\n\u003eThen create a virtual environment by `virtualenv \u003cyour env name\u003e`\r\n\r\n\u003eActivate the virtual environment by `source \u003cyour env name\u003e/bin/activate`\r\n\r\n\u003eDeativate the virtual environment by running `deactivate` in your terminal.\r\n\r\n * First install the required modules by running `pip install -r requirements.txt`\r\n\r\n * Then, Simply run the \u003ccode\u003emain.py\u003c/code\u003e file to start the application. Put the link of the desired match in the \u003ccode\u003eurl\u003c/code\u003e variable in the \u003ccode\u003emain.py\u003c/code\u003e file. The application will show the score every 5 minutes. You may change the interval by changing the \u003ccode\u003einterval\u003c/code\u003e variable in the \u003ccode\u003emain\u003c/code\u003e file.\r\n\r\n## Contributing\r\n\r\nThis project is in its early stage of development and will certainly break into some point. Please open an issue if you have spotted a bug or create a pull request if you have added a cool feature! \r\n\r\nPlease follow certain guidelines to make the code more readable for other contributors.\r\n\r\n### Making a pull request\r\n\r\nPlease open a **new issue** before making any pull request. **Every pull request should have a reference to an issue**.\r\n\r\n* First, fork this repository.\r\n\r\n* Clone it using `git clone https://github.com/[username]/CricScores.git`\r\n\r\n* It is always recommended to make your changes in a new branch rather than master. So create a new branch using `git branch mybug`.\r\n\r\n* Checkout into your new branch using `git checkout mybug`.\r\n\r\n* Hack the code, kill the bug or introduce the new feature you had in mind, do all kinds of awesome stuff.\r\n\r\n* After you are done add your changes using `git add --all`\r\n\r\n* Commit your changes using git commit and provide a commit message: `git commit -m \"\u003ccommit message\u003e\" `.\r\n\r\n* After you have committed your changes push your changes to your forked repository using `git push origin mybug`.\r\n\r\n* Finally create a pull request from github.\r\n\r\n* If everything is alright then soon your changes will get merged or else you will be asked to make changes.\r\n\r\nThere should be **only one commit per pull request**.\r\n\r\nPlease try to make sure that your commit message and body follows the guidelines below.\r\n\r\n* Commit message should be of the form : `fixes issue #[issue_number] - what you solved in one line`\r\n\r\n* After Commit message there should follow a commit body where you can mention what you did in short or in detail.\r\n\r\nPlease try to follow this format as it will be helpful for maintainers as well as co-developers/contributors to stay aligned.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayan-b%2Fcricscores","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayan-b%2Fcricscores","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayan-b%2Fcricscores/lists"}