Skip to content

venthur/streak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streak

Create github or gitlab streaks with this simple script.

Install

$ pip install python-streak

Usage

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

$ 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.

About

Create github and gitlab streaks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published