Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 723 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 723 Bytes

GitHub Degamifier Generator

This generate.py script creates a git repo that will create a pattern in your GitHub contribution activity.

It parses the HTML of your public profile to determine how much activity you already have for any given day, so that actual activity does not disrupt the pattern. This only works if the degamifier did not already run for the requested date range.

Read the blog post for why.

# Generate new content:
python generate.py \
    --name 'Mike Boers' \
    --email '[email protected]' \
    --start 2015-01-01 \
    --end 2015-04-30 \
    --refresh \
    --init \
    --max 44 \
    mikeboers