Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/asizikov/last-day-at-work
- Owner: asizikov
- License: mit
- Created: 2016-05-07T08:17:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T21:45:49.000Z (over 8 years ago)
- Last Synced: 2024-11-10T15:50:44.398Z (3 months ago)
- Topics: command-line-tool, f-sharp, github-api
- Language: F#
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.