Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djdefi/gifyerself

Serve up a local directory of GIFs for use in OBS
https://github.com/djdefi/gifyerself

gif obs obs-overlay

Last synced: 12 days ago
JSON representation

Serve up a local directory of GIFs for use in OBS

Awesome Lists containing this project

README

        

# GIFYerself

Serve a directory of files (GIFs) as a random slideshow. Useful for a Browser source in OBS.

## Usage

```bash
docker build -t gifyerself .
docker run --rm -it -p 4567:4567 -v /path/to/some/gifs:/usr/src/app/public/[pathname] gifyerself:latest
```

URL: to view the show: http://localhost:4567/[pathname]