Ghdecoy Save

[DEPRECATED] artisanly crafted github contribution calendars. Now succeeded by https://github.com/tickelton/impost0r

Project README

ghdecoy

NOTE: ghdecoy is no longer actively maintained!
Its successor is impost0r which addresses several of the shortcomings of ghdecoy (e.g. Windows support, more 'human looking' contribution data, ...).

ghdecoy is a tool to vandali^H optimize the github contributions calendar. It is inspired by gitfiti but with a different use case in mind.

ghdecoy allows you to create a git repository containing commits crafted in way so that when it is pushed to github periods in the contribution calendar containing no commits will be filled with a random pattern so your account looks sufficiently active.

Demo

There are some demo repositories at ttn-dcy where you can see what ghdecoy can do for you.

Dependencies

ghdecoy.py only requires a working installation of python 2.7. No additional packages are required.

Supported Operating Systems

ghdecoy is developed and tested on Linux.
MacOS is not officially supported but should work.
Windows is currently not supported.

Installation

ghdecoy.py can be run as is from the repository.
If desired it can also be installed using the standard python install command:

python setup.py install

Usage

ghdecoy.py will create a git repository containing fake commits. The default name for the repository is 'decoy' and by default it will be located under '/tmp'. Those values can be overridden by command line arguments. Use the '--help' argument for more detailed information.

When running the script you will typically only have to provide your github username and the way ghdecoy is supposed to fill your graph. Currently the following two modes are supported:

  • fill : fill all occurrences of 5 or more consecutive days without commits with random noise.
  • append : same as fill, but only fills the blank space after the last existing commit.
  • DATE[-DATE][,...] : with DATE being of the format YYYYMMDD. Randomizes only the given date(s). See man page for details.

EXAMPLE

python ghdecoy.py -u tickelton append
Open Source Agenda is not affiliated with "Ghdecoy" Project. README Source: tickelton/ghdecoy
Stars
57
Open Issues
0
Last Commit
3 years ago
Repository
License
ISC

Open Source Agenda Badge

Open Source Agenda Rating