Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-09 Thread Maarten Dammers
A couple of years ago I uploaded 1,8M images. I prepared batches using the code at http://git.wikimedia.org/tree/labs%2Ftools%2Fmultichill.git/HEAD/bot%2Fgeograph The batches could be imported with an one liner. Hope this helps. Maarten James Montalvo schreef op 7-7-2014 22:32: Care to

[Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
Hi everyone! Does anyone knows about the tool that can help to upload a lot of files and create the page for every file with a given description? I'd say that it should be a maintenance script since for some reason the API upload works pretty slow. I saw UploadLocal Extension but it's too manual

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Florian Schmidt
katkov.ju...@gmail.com An: Wikimedia developers wikitech-l@lists.wikimedia.org Betreff: [Wikitech-l] tool for quickly uploading 1 images with description Datum: Mo., Juli 7, 2014 16:36 Hi everyone! Does anyone knows about the tool that can help to upload a lot of files and create the page

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
: [Wikitech-l] tool for quickly uploading 1 images with description Datum: Mo., Juli 7, 2014 16:36 Hi everyone! Does anyone knows about the tool that can help to upload a lot of files and create the page for every file with a given description? I'd say that it should be a maintenance script

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Nasir Khan
@lists.wikimedia.org Betreff: [Wikitech-l] tool for quickly uploading 1 images with description Datum: Mo., Juli 7, 2014 16:36 Hi everyone! Does anyone knows about the tool that can help to upload a lot of files and create the page for every file with a given description? I'd say

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread hoo
I guess you can just use the importImages maintenance script. I usually use that for small scale uploads (big videos etc.) to commons, but it should work well for larger amounts of media also. Cheers, Marius On Mon, 2014-07-07 at 16:36 +0200, Yury Katkov wrote: Hi everyone! Does anyone

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread rupert THURNER
on Manual page. Kind regards Florian Gesendet mit meinem HTC - Reply message - Von: Yury Katkov katkov.ju...@gmail.com An: Wikimedia developers wikitech-l@lists.wikimedia.org Betreff: [Wikitech-l] tool for quickly uploading 1 images with description Datum: Mo., Juli 7

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Derric Atzrott
glamwikitoolset might be an option as well. http://m.mediawiki.org/wiki/Extension:GWToolset/Technical_Design Yeah, I was just about to mention that. The GLAM Community seems reasonably satisfied with it and as far as I know it supports adding a lot more metadata to images than the image

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
Thanks everybody! I've modified importImages and made it support not only directories but also single files. I then have written a small python script that runs importImages for each file in the directory adding the corresponding metadata from csv file. - Yury Katkov On Mon, Jul 7, 2014 at

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread James Montalvo
Care to share it? On Jul 7, 2014 1:43 PM, Yury Katkov katkov.ju...@gmail.com wrote: Thanks everybody! I've modified importImages and made it support not only directories but also single files. I then have written a small python script that runs importImages for each file in the directory