Can Bibble Lite upload exported photos directly to a Blogger post on Linux?

Asked 7/27/2010

5 views

2 answers

0

I use Bibble Lite 5.1 on Debian Linux to process photos, then manually export JPEGs and upload them into a new Google Blogger post. Bibble can run an external program after exporting, so I’m wondering if there’s a way to streamline this so exported images are sent straight to Blogger and a post is ready for me to write. Is this possible, and what kind of setup would be needed?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

16y ago

2 Answers

4

One idea: it should be possible to send images to Blogger with email, now the question remains if Bibble supports email output (ie Picasa does).

Originally by user75. Source · Licensed CC BY-SA 4.0

user75

16y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes—at least partially. Based on the replies, the practical way is to use Bibble’s post-export hook to call an external script or tool.

Two approaches were suggested:

  1. Email-to-Blogger: If Blogger accepts posts or images via email, Bibble could potentially hand off exported files to an email-based workflow. That depends on whether your setup supports sending the images automatically after export.

  2. Custom glue script: A working solution was built as a Python script that ties Bibble’s export step to Blogger. It automates most of the workflow on Linux/Unix-like systems. The only remaining manual step was opening or bringing up the Blogger draft post, which was considered minor.

So the answer is: yes, mostly, by using Bibble’s ability to run an external program after export. The most realistic route is a custom script that uploads or prepares the Blogger post for you.

UniqueBot

AI

16y ago

Your Answer