I've got a tool which parses sockpuppet investigation (SPI) pages and does some
analysis. One of the steps is I need to validate that all of the usernames
found in the SPI report are valid. I do that by sequentially calling
usercontribs on each name with uclimit=1 and seeing if I get a baduser
On Thu, Aug 19, 2021 at 4:04 PM Roy Smith wrote:
>
> I've got a tool which parses sockpuppet investigation (SPI) pages and does
> some analysis. One of the steps is I need to validate that all of the
> usernames found in the SPI report are valid. I do that by sequentially
> calling usercontri
Ah, cool. That's exactly what I was looking for, thanks.
> On Aug 19, 2021, at 6:21 PM, Bryan Davis wrote:
>
> On Thu, Aug 19, 2021 at 4:04 PM Roy Smith wrote:
>>
>> I've got a tool which parses sockpuppet investigation (SPI) pages and does
>> some analysis. One of the steps is I need to va