MicrostockGroup

Microstock Photography Forum - General => Software => Software - General => Topic started by: z00b on July 01, 2013, 17:13

Title: New Keywording Tool
Post by: z00b on July 01, 2013, 17:13
Hello everyone,

For those interested I developed a free open-source tool to help photographers with the keywording process. I called it StockFlooder.
Here are the features to this date:
- Get suggested similar images
- Get suggested keywords
- Upload to your favorite stock photography websites with embedded keywords
- Monitor your earnings

The keywords are embedded in the JPEG files so they will automatically be added on the websites.
You can upload to multiple websites at once (via FTP).
The software is developed in Python so it should work on Linux, MacOs and Windows. (some dependancies need to be installed though)
The software is still in development so please bear with its remaining bugs and report them on the sourceforge website (the earnings monitor does not work so well for now).

You can find the software and view some screenshots here: http://sourceforge.net/projects/stockflooder/ (http://sourceforge.net/projects/stockflooder/)

Thanks for commenting.

Seb
Title: Re: New Keywording Tool
Post by: 7Horses on July 02, 2013, 01:46
Seems promising but some install instructions would be welcome
Title: Re: New Keywording Tool
Post by: stocked on July 02, 2013, 03:41
I'm lost too, I see seven files in the last tab (code) what to do?
Title: Re: New Keywording Tool
Post by: franky242 on July 02, 2013, 16:25
I'm lost too, I see seven files in the last tab (code) what to do?

I managed to download the files, install Python on my PC but still no success: Once I click one of the .py files in the folder, a window opens briefly but then closes again. Indeed an installer would be very helpful since most photographers might have only limited programming/administratin skills.

Your program sounds very interesting so IŽd love to give it a try!
Title: Re: New Keywording Tool
Post by: niserin on July 03, 2013, 09:54
Have no idea how to install it, I even hardly know what Python is. You should make the installation file, exe or something. Now, when Prostockmaster is stupidly connected with Lightburner (you have to pay big monthly fees) you can make hay selling your keywording program for lets say $10.

Title: Re: New Keywording Tool
Post by: Xanox on July 03, 2013, 11:59
The software is still in development so please bear with its remaining bugs and report them on the sourceforge website

At least provide a compiled version otherwise i'm afraid nobody will bother with it.


Title: Re: New Keywording Tool
Post by: 7Horses on July 04, 2013, 01:36
I'm new to Python but I did a test install on my windows8 laptop
installed python 3.3 from here http://www.python.org/getit/windows/ (http://www.python.org/getit/windows/)
and PythonQT4 from here http://www.riverbankcomputing.co.uk/software/pyqt/download (http://www.riverbankcomputing.co.uk/software/pyqt/download)
I downloaded your files and unzipped them

When I open and run stockflodder.py in python gui shell I get this


Traceback (most recent call last):
  File "C:\Users\dekeyser\Downloads\stockflooder-code-1b30e7aa344541757af37273ee7fe9a8599b430b\stockflooder-code-1b30e7aa344541757af37273ee7fe9a8599b430b\stockflodder.py", line 3, in <module>
    from GUI import stmainwindow
  File "C:\Users\dekeyser\Downloads\stockflooder-code-1b30e7aa344541757af37273ee7fe9a8599b430b\stockflooder-code-1b30e7aa344541757af37273ee7fe9a8599b430b\GUI\stmainwindow.py", line 141
    print monitor.getEarnings()
                ^
SyntaxError: invalid syntax
Title: Re: New Keywording Tool
Post by: franky242 on July 04, 2013, 04:57
Too bad noone seems the tool to even get to run!
z00b, IŽd really appreciate some feedback from you since we did not hear back after your initial announcement several days ago!
Title: Re: New Keywording Tool
Post by: z00b on July 10, 2013, 11:46
Hi guys !

Sorry for not answering sooner.
I'm really busy these days with writing my PhD (on a totally different topic).

To be honest I never tried this software on Windows, so I cannot guaranty 100% it works.

I will still be too busy in the next two months or so to make a fully functional and packaged version.

My intent for releasing this version was for people with computer skills to test it out and report bugs, but in the end the timing is not great.

I promise I'll work on a release version this fall.

Meanwhile, if people with minimal python skills wanna keep trying the software and report bugs, please do so.

Keep in touch !