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

https://github.com/tim0-12432/github-summary

Generates a latex summary of your contributions.
https://github.com/tim0-12432/github-summary

github summary-statistics

Last synced: about 1 month ago
JSON representation

Generates a latex summary of your contributions.

Awesome Lists containing this project

README

          

# GitHub summary generator

## Installation

[clone](git@github.com:tim0-12432/github-summary.git) the repository or [download](https://github.com/tim0-12432/github-summary/archive/refs/heads/master.zip) the source code!
Afterwards be sure to have the dependencies installed by calling `pip install -r requirements.txt` in the source folder.
Of course you need to have python installed!

## Use

basic execution: `python generator.py `

parameters:
- `-i, --intervall`: Sets intervall. `YEAR` or `MONTH`, default is year
- `-e, --endtime`: Sets endpoint. `TODAY` or specific datetime int e.g. `64853273685726`, default is today

The generator will put a .tex file in the output folder.
This could be converted to a pdf by using e.g [MiKTex](https://miktex.org/), [Overleaf](https://de.overleaf.com/), [latexbase](https://latexbase.com/), etc.

Example: [![Build example](https://github.com/tim0-12432/github-summary/actions/workflows/build-pdf.yml/badge.svg?event=workflow_dispatch)](https://github.com/tim0-12432/github-summary/actions/workflows/build-pdf.yml)

## Known issues

## Further information

Used api: [https://api.github.com](https://api.github.com)