Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish pictures Pibooth #52

Closed
Alex74300 opened this issue Nov 20, 2018 · 8 comments
Closed

Publish pictures Pibooth #52

Alex74300 opened this issue Nov 20, 2018 · 8 comments
Assignees
Milestone

Comments

@Alex74300
Copy link

Hello

I'm looking for a solution to use photos taken with Pibooth and publish them on my Facebook or Instagram profile or send them to a cloud (online folder) or through a QR code integration. Is there a way to integrate command lines to your program to have this feature via a dedicated GPIO button? Thank you !

@anxuae
Copy link
Member

anxuae commented Dec 9, 2018

Hi Alex,

This is an enhancement that could be good, however I have never used the Facebook API, this this could be quite difficult for me.

Instead of a new GPIO button, if you don't need the print function, we can use the same button.

anxuae

@Aurel-Charles
Copy link

I've been looking for something similar, but I really have no idea of how to do it .
My idea would be to have one setting to either send or store pictures in a cloud folder (via a account I guess) , so people just have to access this through a link.

Here is some stuff I found on internet that might be a lead:

https://github.com/wyolum/TouchSelfie
https://github.com/laurentalacoque/TouchSelfie-extended/wiki/CreateGoogleProject

maybe it can help!

Aurel

@EhrhardtDa
Copy link

EhrhardtDa commented Oct 29, 2019

Hi,
im also using pibooth since a couple of days and I'm also working on a solution.

I just want so setup a webserver with a gallery. And configure my raspberry as a wlan access point. So that guests can simply connect to the "photobooth", browse and download their images. And then they can share them however they want via their smartphone.

At the moment I try setting up Lychee to do this. Another solution I will test is PicApport.

@anxuae
Copy link
Member

anxuae commented Oct 29, 2019

Hi @DEhrhardt ,

Thanks for your post, we have imagined the same solution but never succeed.
Have a look to https://github.com/werdeil/pibooth/blob/master/docs/lychee.rst
Maybe we can improve the doc with your feedback.

anxuae

@DaddioD
Copy link

DaddioD commented Jan 29, 2020

I have been experimenting with a few things to accomplish this. The following works so far.

  1. Take picture(s) with pibooth
  2. have python script in crontab that watches folder and sends images with a label added to gmail when new ones are added.
  3. Apps script in gmail adds attachments with label to folder in google drive.

So far this is just in testing but has worked for a kids party that generated 46 different final images.

@dvid9976
Copy link

dvid9976 commented Feb 4, 2020

hi all

I got some basic "sharing" by using andreafabrizi's Dropbox-Uploader script.

Basically connected the script to a shared app in dropbox and added a crontab job to upload pibooth images folder every 2 minutes.

You can share the dropbox folder to whoever you want and from there.. it is "their thing" :-)

I'm not a developer and this is not too much, but it is enough to me. Hope it helps

@anxuae anxuae added this to the 2.0 milestone Mar 19, 2020
@anxuae
Copy link
Member

anxuae commented Mar 19, 2020

Example on how to upload pictures on a FTP server will be provided with the new plugin system.

@anxuae anxuae self-assigned this Mar 19, 2020
@anxuae
Copy link
Member

anxuae commented Mar 24, 2020

New plugin system will let you the possibility to add custom code to upload pictures.
Will be available in next pibooth major release (date to be planned).
See plugins example at https://github.com/werdeil/pibooth/blob/master/docs/plugin.rst .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants