gifhub

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2020 License: GPL-3.0 Imports: 23 Imported by: 0

README

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. You can run gifhub in 2 ways:

If you already have Go
# Install the binary and its dependencies
go get github.com/camilogarcialarotta/gifhub

# Then 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

If you don't want to install Go

Build and run a Docker container with the app. Requires 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

The application will generate a GIF named after the user inside ./out
For more information on available flags, run gifhub --help

Credits

Special thanks to:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL