JoooostB / flickr-meural-sync

Synchronise a Flickr Album of choice with your NETGEAR Meural using this tool. Written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flickr to NETGEAR Meural sync

Synchronise a Flickr Album of choice with your NETGEAR Meural using this tool. Written in Go.

Prerequisites

  • Meural account
  • Flickr API credentials

Setup

This tool makes use of the Flickr- and a (reverse-engineered) Meural API. In order for it to function properly you need to set a few environment variables:

Name Note
MEURAL_EMAIL
MEURAL_PASSWORD Make sure to escape any special characters
MEURAL_GALLERY_ID Gallery to upload Flickr photos to
FLICKR_KEY
FLICKR_SECRET
.env.example is available to use as a base.

Usage

Easiest method for running flickr-meural-sync is with the help of Docker:

docker run -it --env-file=.env joooostb/flickr-meural-sync:latest

Of course you're also able to use a binary for your platform or build and run the binary yourself:

go build main.go
./main

About

Synchronise a Flickr Album of choice with your NETGEAR Meural using this tool. Written in Go.


Languages

Language:Go 77.9%Language:Dockerfile 20.9%Language:Shell 1.2%