CamiloGarciaLaRotta / Gifhub

Licence: gpl-3.0
📈 Create GIFs from user's GitHub activity graph

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gifhub

scripts
A collection of random scripts I coded up
Stars: ✭ 17 (+0%)
Mutual labels:  scraper, gif
Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+4558.82%)
Mutual labels:  scraper
Allsketchs
Processing sketches, in which I have worked in the last years; images, videos, prototypes, experiments, tools, works, concepts... Everything is unfinished, some may not work, When I had no ideas, I would open one to see what it was...
Stars: ✭ 666 (+3817.65%)
Mutual labels:  gif
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+4382.35%)
Mutual labels:  gif
Wavideobox
秒级! 三行代码实现iOS视频压缩、变速、混音、合并、GIF水印、旋转、换音、裁剪 ! 支持不同分辩率,支持你能想到的各种混合操作! 扩展性强...更多功能不断增加中... iOS 8.0 + 有需要的功能或错误欢迎issue,笔者会及时更新
Stars: ✭ 707 (+4058.82%)
Mutual labels:  gif
Crawler
A high performance web crawler in Elixir.
Stars: ✭ 781 (+4494.12%)
Mutual labels:  scraper
Surgeon
Declarative DOM extraction expression evaluator. 👨‍⚕️
Stars: ✭ 653 (+3741.18%)
Mutual labels:  scraper
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-64.71%)
Mutual labels:  scraper
Scrimage
Java, Scala and Kotlin image processing library
Stars: ✭ 792 (+4558.82%)
Mutual labels:  gif
Gifcapture
🏇 Gif capture app for macOS
Stars: ✭ 754 (+4335.29%)
Mutual labels:  gif
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+4282.35%)
Mutual labels:  scraper
Moments
A quick GIF replay recorder for Unity
Stars: ✭ 713 (+4094.12%)
Mutual labels:  gif
Image Optimizer
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
Stars: ✭ 785 (+4517.65%)
Mutual labels:  gif
Gifify
😻 Convert any video file to an optimized animated GIF.
Stars: ✭ 5,792 (+33970.59%)
Mutual labels:  gif
Duckduckgo
An unofficial DuckDuckGo search API.
Stars: ✭ 6 (-64.71%)
Mutual labels:  scraper
Spidr
A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
Stars: ✭ 656 (+3758.82%)
Mutual labels:  scraper
Onlyfans
Scrape all the media from an OnlyFans account - Updated regularly
Stars: ✭ 731 (+4200%)
Mutual labels:  scraper
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+4500%)
Mutual labels:  gif
Sdwebimageflplugin
A SDWebImage plugin to support GIF using FLAnimatedImage and category
Stars: ✭ 16 (-5.88%)
Mutual labels:  gif
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (+4782.35%)
Mutual labels:  gif

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].