Skip to content

CamiloGarciaLaRotta/gifhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gifhub

📈 Create GIFs from user's GitHub activity graph

Go Dependencies

No non-Go dependencies required, so the binary is cross-platform!

How to use

  1. If your GitHub profile does not yet display activity overviews, enable it
  2. Run the CLI with a GitHub handle gifhub camilogarcialarotta
    The application will generate a GIF named after the user inside ./out
    For more information on available flags, run gifhub --help

Installation

Golang

go get github.com/camilogarcialarotta/gifhub

Homebrew

brew install camilogarcialarotta/brews/gifhub

Docker

First, clone the repository and build the image

git clone https://github.com/CamiloGarciaLaRotta/gifhub.git
cd gifhub

docker build . -t gifhub

Then, create a directory of your choice to store the output GIF.
Run the container with the created directory mounted to /app/out

mkdir out
docker run -t \
  -v $(pwd)/out:/app/out \
  gifhub camilogarcialarotta

Credits

Special thanks to: