ykumards / goblin

A simple hack with Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goblin goblin image

Goblin paints your github calender green. It modifies your repository's date environmental variable to make commits in the past.

Goblin's main purpose was to help me learn the basics of running external commands (mostly git) in Go, so it requires Go compiler to function.

Usage

Make sure you clone the repo using ssh and configure github with your public rsa key (details here). In case you've cloned the repo using https, this might be useful.

For running the script, place goblin.go inside the repo and use:

go run goblin.go days
days, is the number of many days you'd like goblin to go back.

This will take a while.

This has been tested on Ubuntu 14.04 (trusty).

About

A simple hack with Golang

License:Do What The F*ck You Want To Public License


Languages

Language:Go 100.0%