Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/venthur/streak
- Owner: venthur
- License: mit
- Created: 2020-12-30T15:10:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T15:25:30.000Z (about 4 years ago)
- Last Synced: 2024-10-13T13:21:56.939Z (4 months ago)
- Topics: git, github, gitlab, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.