| Liliana "A horrible person". That's what it says. "A horrible person." We weren't even testing for that. Level: NaN Posts: 1894/-3841 EXP: NaN For next: 0 Since: 07-23-07 Since last post: 10.2 years Last activity: 10.1 years |
|
||
|
I know many of you have moaned about how Special:MultipleUpload no longer works and you have to upload every single file at once, which is very tedious.
However, it is possible to install a bot, which while intended for Wikipedia, works perfectly fine for this wiki too. You can use it to upload images in a much easier fashion, and, using batch scripts, to upload a bunch of them at once. 1. Download the latest python 2.x release from here (not 3.x!) and install it. 2. Download the PyWikipedia bot from here. It is a simple zip archive, so just extract it and here you go. I'm assuming from now on that you extracted the archive to C:\pywikipedia\. 3. The script won't be aware of this wiki. You'll need this file, copy and paste and save it as rustedlogic_family.py in the \families\ subfolder.
4. Open a command-line window and navigate to the pywikipedia folder. (in this example case, you can do a simple cd \pywikipedia) 5. Run generate_user_files.py. It should be fairly straightforward, just enter the wiki name as "rustedlogic". 6. Run login.py to log in. Once you have done these steps, you can upload files. The syntax to upload files is: upload.py -keep -noverify "filename" "description" If you have a folder full of files, you can also upload them all at once using a for loop. Navigate to the folder which contains the files and do: for %i in (*.png) do c:\pywikipedia\upload.py -keep -noverify "%i" "{{screenshot|system=NES}}" This should allow you to easily upload files in an effective manner. ____________________ |





