MZMcBride
MZMcBride
Thanks for researching this. I think that is inelegant and it doesn't seem like a direction we want to pursue currently. The 1.3 and 1.4 versions of wikitools are a...
https://www.mediawiki.org/wiki/API:Upload#Chunked_uploading wikitools does not support chunked uploading currently. Are you interested in submitting a pull request for this functionality?
Has anyone done an evaluation of what's needed? That would probably be a good first step. :-)
Are you still having this issue? If so, can you please test with `https://test.wikipedia.org/w/api.php`? It would help to narrow down whether just this site is affected or if other HTTPS...
This pull request is confusing me. It looks like this pull request was created on July 21, 2015 and has two associated commits. One of the pull request's commits, a18b321eaff8fd8337843e32f398006ca77f582b,...
Well, given the fact that both pywikipediabot (now officially named Pywikibot) and wikitools are both Python packages meant to interact/interface with MediaWiki, they're... pretty similar. :-) As in nearly any...
There's also possibly https://translatewiki.net/. Information specific to new projects is here: https://translatewiki.net/wiki/Translating:New_project.
I took your script, added the two necessary import lines, and ran it a few times. Here's what I got: ``` mzmcbride@gonzo:~$ ./wikitools-issues-34.py 1.04104304314 mzmcbride@gonzo:~$ ./wikitools-issues-34.py 0.576555013657 mzmcbride@gonzo:~$ ./wikitools-issues-34.py 0.634619951248...
What's the motivation for using GET instead of POST in some cases? I'm not sure the additional code complexity is worth the benefit.
Hi. Glad to hear that wikitools is useful to you. I guess this issue is specifically referring to this FIXME: ? If so, I think this section of code is...