Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asizikov/last-day-at-work

:bomb: Some F#
https://github.com/asizikov/last-day-at-work

command-line-tool f-sharp github-api

Last synced: about 1 month ago
JSON representation

:bomb: Some F#

Awesome Lists containing this project

README

        

# last-day-at-work

A small tool I wrote to gather some statistics from GitHub.

You know, last day at work, before deleting all the access keys and leaving an organization.

The tool doesn't do much: just gets a list of repositories for the organization, gets the number of your commits to each repo and sums it up.

## How To Use

* First you need to create an [api token](https://github.com/blog/1509-personal-api-tokens)
* Store it as an environment variable as `LAST_DAY_AT_WORK_OCTOKIT_OAUTHTOKEN`
* Set you name and organization in the `organization` and `user` variables.