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

https://github.com/willemverbuyst/gh-contributions-collection


https://github.com/willemverbuyst/gh-contributions-collection

deno

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

> deno run --allow-net --allow-read --allow-env --allow-write main.ts

## How does this work?

1. When running this you will prompted to enter a year (in the terminal). Next you will be prompted to enter a gh-username. And more usernames if you want

2. It will generate a `contributions__.yml` with the contributions for the selected year for each username

3. It will generate a `contributions_total_.yml`, which has the sum of the contributions of all usernames for the selected year

## Prerequisites

A github token.

You can add

```
GITHUB_TOKEN=your-token
```

to a `.env`