Git Product home page Git Product logo

github-time-tracking's Introduction

GitHub time tracking

A simple way to report time tracking from GitHub issues. Uses the GitHub issue API.

If issue description includes the following separate lines,

Estimate:1
Actual:2

then running the script will produce a csv file with the following content format

no created title labels assignee state estimate actual
3 2015-08-27T19:59:44Z Some issue title enhancement some_user open 3
2 2015-08-27T19:56:39Z Another issue title enhancement,question some_user closed 1 1
1 2015-08-27T17:47:20Z Yet another issue title bug another_user closed 1.5 2

Usage

Requires node.js and npm installed.

Clone the repository into a local folder and issue the following commands in the folder.

npm install xmlhttprequest
npm install fs

Issue the following command to run the script

node timeTracking.js [user name|organization name] [repository name] [user access token]

github-time-tracking's People

Contributors

paulvitic avatar

Watchers

 avatar

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.