int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
221 stars 22 forks source link

Feature request: watch folder #39

Open r1ch opened 5 years ago

r1ch commented 5 years ago

Mostly, firstly:

This is superb - thank you very much - it works beautifully (on a Raspberry Pi no less).

I'm using it to watch a folder populated by a motion triggered camera. Sadly I'm a node.js guy so my approach is batch up 50 pictures and send them to gpup (using caolan/async cargo); works like a dream, but if you happened to want a challenge a -w path to folder would be great.

Thanks again.