It is currently Mon Aug 24, 2026 4:42 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: A Flickr Uploader via Gimp - Deviant Art link script
PostPosted: Mon Jul 02, 2012 4:04 am  (#1) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
Hi all.
I wanted an auto add your image to Flickr plugin, or other image website.Something right in Gimps menus. So you could create your image and upload it for view immediately.All right from Gimps interface. That would be sweet.
I have a menu (added with a script), that has links to my favorite sites. I was thinking maybe that could be edited to contain the upload link for Flickr or Imageshack. But it would be nice to have a plugin something like the Flickr uploader ui.

Image

I figured a python module could be written to open the Flickr uploader program via Gimp like the font and color chooser.

So i decided to re edit one based on Rob A's Shellout and MareroQ'Font Switcher
Zip is attached.
You will find it under Tools>Image Uploaders>Flickr
INSTALLATION-
Download the Flickr Image Uploader if you don't already have it installed from here.
http://www.flickr.com/tools/

USE-
Download the attached zip file. Open it to your desktop or another folder.
You need to place the python module in the UserFolder\.gimp-2.8\plugins folder.
In case of Parthas/Sams Portable installs - place in the pref_1\plug-ins folder.
Edit line #13 to your install directory.
Open Gimp and create an image - save the image - select the Tools>Image Uploader>Flickr from the menu and upload your image to your Flickr account.

IMAGE EXAMPLES -


Image
Image

TESTS-
Tested only with Parthas/Sams Gimp-2.8 Portable with Windows XP 32 bit.
I see no reason however why this could not be adapted to Mac, and Linux installs.

DOWNLOADS-

Attachment:
ImageUploaderWin.zip [752 Bytes]
Downloaded 285 times


Updated to 1.6 see posts below.
You will also find an attachment for a link script for Deviant Art Sta.sh uploads. Plus it contains various other useful links. viewtopic.php?f=9&t=4651&start=10#p58138

Enjoy! :)

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 5:00 am  (#2) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
Updated to 1.5
I added Image Shack uploader ui and a menu name change.
The filter can now be found under
Tools>Image Uploaders
Attachment:
ImageUploaderWin_V1.5.zip


Image

Image

Edit line #14 as usual for your Image Shack Uploader program install directory before use.

Please test in various installs and give feedback.
Thanks.

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 5:12 am  (#3) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
Updated to 1.6 to correct a spelling issue in the dialog... sorry about that. :)
zip attached.
Attachment:
ImageUploaderWin_V1.6.zip [780 Bytes]
Downloaded 203 times

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 5:14 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7388
Location: Göteborg at last!
Thanks Rod. I might start an account there one day, you never know.


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 5:24 am  (#5) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
Erisian wrote:
Thanks Rod. I might start an account there one day, you never know.


The python module can be edited to contain any uploader you use.
Just edit the line to your installation directory and the exe file and you should be all set.
As far as i know only Imageshack and Flickr provide installers.Perhaps if someone needs a different one i haven't heard of yet listed in the dialog let me know? :) :bigthup

Thanks Erisian.

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 5:43 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7388
Location: Göteborg at last!
A lot of people here have DA accounts. It's a pity there doesn't seem to be a DA uploader.


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 10:00 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Or a photobucket one either...

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 02, 2012 2:50 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Nov 16, 2011
Posts: 5127
Location: Metro Vancouver, BC
Nice one Rod!
I had a look at your code to see if it's possible to add Picasa without Picasa installed locally. I found it would require more code than I wanted to take on.

I use Picasa web but I don't use Picasa locally. I prefer Zoner Photo Studio and normally use it to upload to Picasa.

The best solution I could find without Picasa installed locally was another Gimp plugin similar to yours called, GimpPublishr.
http://code.google.com/p/altcanvas/wiki/GimpPublishr

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Tue Jul 03, 2012 12:07 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Hey Rod why don't you sign up for an API key so that you can make this available to people who may not want to install the necessarily program for Flickr or are unable to install it?
http://www.flickr.com/services/apps/create/
or for image shack?
http://code.google.com/p/imageshackapi/
or Photobucket?
http://photobucket.com/developer

I would be willing to help out?

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Tue Jul 03, 2012 2:21 am  (#10) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
ZWard117 wrote:
Hey Rod why don't you sign up for an API key so that you can make this available to people who may not want to install the necessarily program for Flickr or are unable to install it?
http://www.flickr.com/services/apps/create/
or for image shack?
http://code.google.com/p/imageshackapi/
or Photobucket?
http://photobucket.com/developer

I would be willing to help out?


With this Python module installation of ImageShack, and/or Flickr uploader programs are required for them to work.

Odinbc wrote:
Nice one Rod!
I had a look at your code to see if it's possible to add Picasa without Picasa installed locally. I found it would require more code than I wanted to take on.

I use Picasa web but I don't use Picasa locally. I prefer Zoner Photo Studio and normally use it to upload to Picasa.

The best solution I could find without Picasa installed locally was another Gimp plugin similar to yours called, GimpPublishr.
http://code.google.com/p/altcanvas/wiki/GimpPublishr


You would have to talk to Rob A or MareroQ as the code belongs to them.

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Fri Jul 06, 2012 2:03 am  (#11) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Now Deviantart has a excellent alternative to classic upload (a alternative no much know but much better ) called sta.sh

A uploader for DA gallery seems complex if not impossible but a uploader for sta.sh (that basically is a free 10gb storage place for DA users , yes each has 10GB and no form to fill to store there , and everything dropped there may be quickly posted in the gallery ) should be possible

would be really cool
here some info on DA sta.sh http://help.deviantart.com/441/

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Fri Jul 06, 2012 10:54 am  (#12) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
PhotoComix wrote:
Now Deviantart has a excellent alternative to classic upload (a alternative no much know but much better ) called sta.sh

A uploader for DA gallery seems complex if not impossible but a uploader for sta.sh (that basically is a free 10gb storage place for DA users , yes each has 10GB and no form to fill to store there , and everything dropped there may be quickly posted in the gallery ) should be possible

would be really cool
here some info on DA sta.sh http://help.deviantart.com/441/


Looks like someone will develope one soon.Then it's a matter of just adjusting the line to the install path for the app.

From the website-
Via Applications:

In the future you will be able to upload via your favorite application! We currently have an API that allows developers to create mobile and desktop applications that link to your Sta.sh account. These applications will be available through what ever means the developer chooses to distribute them, and any issues regarding these 3rd party applications will need to be discussed with the developers of these apps. deviantART help staff will not be able to assist you with any unofficial applications.

Correct log in address (the one on the site is incorrect) -
https://sta.sh/login/?referrer=http%3A%2F%2Fsta.sh%2F#

I attached the links-script.scm with the url added. You can launch the website with this script.
Place the script in your scripts folder and go to Filters>Script-Fu>Refresh Scripts or restart Gimp.
You will find the link under Help>Links>Sta.sh along with various other helpful links.
Attachment:
links-script.scm [2.31 KiB]
Downloaded 303 times


Image


Image

This is an alternative until an upload DA app is developed. :)
http://www.deviantart.com/developers/stash

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Fri Jul 06, 2012 11:22 am  (#13) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
wow so fast !
Do you have account on DA ? many folk there would be happy (there are several gimp related groups there )

well i suppose will be happy on flick too

I am going to get my bike back (yesterday was too hot to bike back ) is a 4 km walk, at soon back i will try the script i have 2 dozens of image to upload

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Fri Jul 06, 2012 11:26 am  (#14) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
It calls the Sta.sh website pretty good. It does ask for a log in though.You should be able to just use your Deviant login (which is what i did), or create a new one.
Also the allowable space is only 2 gigs for free users. So use it sparingly. :)

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp - Deviant Art link script
PostPosted: Fri Jul 06, 2012 1:30 pm  (#15) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Damn my bike was stolen ! :gaah

Anyway i am going to try now...no problem for the login

Now maybe i will found a way to keep both Flickr /DA galleries updated

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: A Flickr Uploader via Gimp - Deviant Art link script
PostPosted: Sat Jul 07, 2012 1:12 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Thank you, Rod.
I think that you forgive ?
Added the "links-script.scm" to "Web-browser-help.scm" (http://www.gimpchat.com/viewtopic.php?f=9&t=395&p=19368%20#%20p19368) and by the way I added a couple of my favorites ...


Attachments:
Links-Web-Browser.zip [1.95 KiB]
Downloaded 157 times
Links.png
Links.png [ 11.23 KiB | Viewed 14470 times ]

_________________
Image
Top
 Post subject: Re: A Flickr Uploader via Gimp - Deviant Art link script
PostPosted: Sat Jul 07, 2012 4:37 am  (#17) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16167
Looks good MareroQ. :)

_________________
Image


Top
 Post subject: Re: A Flickr Uploader via Gimp
PostPosted: Mon Jul 23, 2012 11:30 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Odinbc wrote:
Nice one Rod!
I had a look at your code to see if it's possible to add Picasa without Picasa installed locally. I found it would require more code than I wanted to take on.

I use Picasa web but I don't use Picasa locally. I prefer Zoner Photo Studio and normally use it to upload to Picasa.

The best solution I could find without Picasa installed locally was another Gimp plugin similar to yours called, GimpPublishr.
http://code.google.com/p/altcanvas/wiki/GimpPublishr


I can not seem to get this to work. It crashes with this:

Sorry!!!

The publishr plugin has hit an Unknown Exception. Following is the traceback of the exception. You can help improve this plugin by reporting this exception.

All you have to do is press "Yes" to report the exception

sys.version = 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
Publishr version = Gimp 0.5.0

Traceback (most recent call last):
File "C:\Users\Z\.gimp-2.8\plug-ins\publishr.py", line 50, in publishr_func
libpub.start(hostapp='Gimp',fnames=(filename,))
File "C:\Users\Zz\.gimp-2.8\plug-ins\libpub\__init__.py", line 55, in start
_control.entry()
File "C:\Users\Z\.gimp-2.8\plug-ins\libpub\control.py", line 30, in entry
self.flickr_entry_handler(widget=None,data=None)
File "C:\Users\Z\.gimp-2.8\plug-ins\libpub\control.py", line 76, in flickr_entry_handler
self.flickrRegBox = gui.FlickrRegisterBox(parent=self)
File "C:\Users\Z\.gimp-2.8\plug-ins\libpub\gui.py", line 329, in __init__
authurl = parent.flickr.get_authurl()
File "C:\Users\Z\.gimp-2.8\plug-ins\libpub\flickr.py", line 179, in get_authurl
self.frob = self.keyserver.altcanvas.getFrob()
File "C:\Program Files\GIMP 2\Python\lib\xmlrpclib.py", line 1224, in __call__
return self.__send(self.__name, args)
File "C:\Program Files\GIMP 2\Python\lib\xmlrpclib.py", line 1575, in __request
verbose=self.__verbose
File "C:\Program Files\GIMP 2\Python\lib\xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
File "C:\Program Files\GIMP 2\Python\lib\xmlrpclib.py", line 1297, in single_request
return self.parse_response(response)
File "C:\Program Files\GIMP 2\Python\lib\xmlrpclib.py", line 1471, in parse_response
p.close()
File "C:\Program Files\GIMP 2\Python\lib\xmlrpclib.py", line 560, in close
self._parser.Parse("", 1) # end of data
ExpatError: no element found: line 1, column 0


Any help?

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: A Flickr Uploader via Gimp - Deviant Art link script
PostPosted: Sun Jul 31, 2016 5:23 pm  (#19) 
Offline
New Member

Joined: Jul 31, 2016
Posts: 1
... is there any current working version of this uploader?


Top
 Post subject: Re: A Flickr Uploader via Gimp - Deviant Art link script
PostPosted: Mon Aug 01, 2016 9:11 am  (#20) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 8461
Location: On the other side of your screen
Would be interesting to find out

_________________
Image
Free Fun Photo Editing & resources
Poems from the Lord
Gimp Newby
Gimp version 3.2.4 and GMIC-Qt 4.0.2 OS :- Windows 10 Home 64


Top
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group