Patches item #3522917, was opened at 2012-05-01 22:23 Message generated for change (Comment added) made by valhallasw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jenith (yjenith) Assigned to: Nobody/Anonymous (nobody) Summary: Picasa copier upload script
Initial Comment: A tool to do batch uploading of Google web album (Picasa) to Commons using Pywikipedia and Google data API.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-22 14:06
Message: Wait a second. I had not realized this before, but it's an almost 1-on-1 copy of flickrripper. Why have you copied the entire file instead of re-using functions?
+ it's not really acceptable to claim the code is yours when it is not.
In any case, most comments below are also valid for flickrripper: * I'm not sure about using TK. What is wrong with starting a web browser with an URL? that also works for people who run pwb in a shell. * The TK window is too large for on a netbook * The script is hard-coded to use commons... * The script gets the images twice!
----------------------------------------------------------------------
Comment By: Jenith (yjenith) Date: 2012-05-03 21:02
Message: Gdata API download is described in http://www.mediawiki.org/wiki/Manual:Pywikipediabot/picasacopier.py
----------------------------------------------------------------------
Comment By: Jenith (yjenith) Date: 2012-05-02 20:21
Message: Thanks for your updates. Please find here is the comments incorporated.
* Used spaces for indentation. * Removed possible commented-out code blocks. * Moved the PIL import to the functions where it is required. * showHelp is used. * Online user Manual is created at http://www.mediawiki.org/wiki/Manual:Pywikipediabot/picasacopi
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw) Date: 2012-05-02 13:11
Message: Overall, I like your code very much. I have two comments: - You mix tabs and spaces for indentation. Please use spaces exclusively - There are a lot of commented-out code blocks. Please either remove them or implement them
On xqt's question on the dependencies: - PIL is only required if the Tk interface is used -> please move the import to the functions where it is required, so that the bot can also be used without it
- I think we should remove all dependencies (such as simplejson, but also some http library in the rewrite) and switch to a virtualenv / pip based system. I'm not sure how well that would work on windows, though...
----------------------------------------------------------------------
Comment By: xqt (xqt) Date: 2012-05-01 23:11
Message: Thanks for your source. Hm, gdata and pil aren't part of the pwb package (yet). Where could the bot owner get them? You should use the pywikibot.showHelp() method to display the documtentation. List and docufy all given options. If the usage/Help is shown the additional outputs about uploads should be omitted. Greetings
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917...
pywikipedia-bugs@lists.wikimedia.org