Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/venthur/streak

Create github and gitlab streaks
https://github.com/venthur/streak

git github gitlab python

Last synced: 3 months ago
JSON representation

Create github and gitlab streaks

Awesome Lists containing this project

README

        

# Streak

Create github or gitlab streaks with this simple script.

## Install

```bash
$ pip install python-streak
```

## Usage

After installing streak, simply create an new git repository and run streak:

```bash
$ git init
$ streak
```

Now push this repository to github or gitlab et voià!

By default streak will create 3 commits per day with a probability of ~71% per
commit for 100 years, starting from 1980-05-09. These parameters can be tuned
with:

* `--start START`: Beginning of the commits (Format: YYYY-MM-DD)
* `--end END`: End of the commits (Format: YYYY-MM-DD)
* `--max MAX`: Maximum number of commits per day.
* `--proba PROBA`: Probability for a commit to happen.