Code Monkey home page Code Monkey logo

cricscores's Introduction

HitCount

CricScores

Get the notification of the scores you care about.

Platform: Windows

Usage

Note that depending on your machine you may have to use pip3 instead of pip and python3 instead of python.

Its best to use the virtualenv tool to build locally. Install virtualenv by running pip install virtualenv

Then create a virtual environment by virtualenv <your env name>

Activate the virtual environment by source <your env name>/bin/activate

Deativate the virtual environment by running deactivate in your terminal.

  • First install the required modules by running pip install -r requirements.txt

  • Then, Simply run the main.py file to start the application. Put the link of the desired match in the url variable in the main.py file. The application will show the score every 5 minutes. You may change the interval by changing the interval variable in the main file.

Contributing

This 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!

Please follow certain guidelines to make the code more readable for other contributors.

Making a pull request

Please open a new issue before making any pull request. Every pull request should have a reference to an issue.

  • First, fork this repository.

  • Clone it using git clone https://github.com/[username]/CricScores.git

  • It is always recommended to make your changes in a new branch rather than master. So create a new branch using git branch mybug.

  • Checkout into your new branch using git checkout mybug.

  • Hack the code, kill the bug or introduce the new feature you had in mind, do all kinds of awesome stuff.

  • After you are done add your changes using git add --all

  • Commit your changes using git commit and provide a commit message: git commit -m "<commit message>" .

  • After you have committed your changes push your changes to your forked repository using git push origin mybug.

  • Finally create a pull request from github.

  • If everything is alright then soon your changes will get merged or else you will be asked to make changes.

There should be only one commit per pull request.

Please try to make sure that your commit message and body follows the guidelines below.

  • Commit message should be of the form : fixes issue #[issue_number] - what you solved in one line

  • After Commit message there should follow a commit body where you can mention what you did in short or in detail.

Please try to follow this format as it will be helpful for maintainers as well as co-developers/contributors to stay aligned.

cricscores's People

Contributors

ayan-b avatar pyup-bot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

cricscores's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.