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 share

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" 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 adding the correspo

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 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 impor

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

2014-07-07 Thread rupert THURNER
oad the images via FTP for example to the server and run the > > script like explainend on Manual page. > > > > Kind regards > > Florian > > > > Gesendet mit meinem HTC > > > > - Reply message ----- > > Von: "Yury Katkov" &g

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 k

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

2014-07-07 Thread Nasir Khan
et mit meinem HTC > > > > ----- Reply message - > > Von: "Yury Katkov" > > An: "Wikimedia developers" > > Betreff: [Wikitech-l] tool for quickly uploading 1 images with > > description > > Datum: Mo., Juli 7, 2014 16:36 &g

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

2014-07-07 Thread Yury Katkov
://m.mediawiki.org/wiki/Manual:ImportImages.php > > Simply upload the images via FTP for example to the server and run the > script like explainend on Manual page. > > Kind regards > Florian > > Gesendet mit meinem HTC > > - Reply message - > Von: "Yury Katkov" >

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

2014-07-07 Thread Florian Schmidt
;Yury Katkov" An: "Wikimedia developers" 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

[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 a