Pierre-Selim
Pierre-Selim
@danmichaelo, I believe we could try something like: ``` python site.api('query', meta='wikibase') ``` The API call will return a dictionary such as: ``` python { "batchcomplete": "", "query": { "wikibase":...
if anyone is interested I've started a branch https://github.com/PierreSelim/mwclient/tree/wikibase implementing wikibase, wbgetclaims, wikibase_item (https://github.com/mwclient/mwclient/commit/87a1a2866b21fd6ff66e48967c4fb37508cda5c6 https://github.com/mwclient/mwclient/commit/40d6aba1e4c213d19fa1d474c35e77e7f5aa9c01 https://github.com/mwclient/mwclient/commit/3ce1da6d41c23c8cc6d3fa4bf37a108965723d72 https://github.com/mwclient/mwclient/commit/bf04f3724d9dab008322835088748f51a2792745 ). It's really a small start but it can help fit the need...
I Agree that there should probably be a maximum retry within a given period of time.
I have started writing few tests for some error raised that are not tested in https://github.com/PierreSelim/mwclient/commits/increase_coverage It's far from perfect but it allows to spot regression / change on that...
@danmichaelo do not hesitate to comment things that you don't like in my code :)
@waldyrious and @danmichaelo true this has totally fell off my radar, I'll probably re-read the review and try to adress what I can this week. Still annoys me to use...
@danmichaelo right now I'm rebasing and squashing for readability purpose :)
Well I'm not using an uber fast connection but it's not painfully slow (something about 30ms ping to google.com) As it's the first stage, I reject lots of images quite...
@ElliotJH encounter the same problem, not sure where the filename of the attachment is store for this, the MAPI reference is quite a mess to be honnest :) I believe...