[Wikitech-l] Re: How to get Top 1000 contributors list?

2022-06-27 Thread Dan Andreescu
The top 100 editors
 is
an official Wikistats metric.  It's available in the web interface
 or
via API call
.
You can break it down by the type of editor, the type of page being edited,
or both.  There are some nuances here that you wouldn't be able to get from
the other interfaces.  For example, we track whether the editor was a bot
at the time they were making the edit, as opposed to at present time.  That
sometimes makes a big difference as some accounts toggle the bot flag.

If the top 1000 is more useful, please file a feature request (the link for
this  can be
found in the Wikistats web interface footer).

On Sat, Jun 25, 2022 at 4:09 PM Ivo Kruusamägi 
wrote:

> There is also https://ta.wikiscan.org/users
>
> Ivo Kruusamägi
>
> Kontakt John () kirjutas kuupäeval L, 25.
> juuni 2022 kell 19:24:
>
>> Depends on what you call the top editors. Is that edit count, articles
>> created, total bytes of content added etc.
>>
>> On Sat, Jun 25, 2022 at 12:20 PM Roy Smith  wrote:
>>
>>> This should do it:
>>>
>>> https://quarry.wmcloud.org/query/65641
>>>
>>> In general, this is an inefficient query because user_editcount isn't
>>> indexed.  Fortunately, tawiki has a relatively small number of users, so it
>>> works.  Running the same query on a much larger wiki, say en, would
>>> probably time out.
>>>
>>>
>>> On Jun 25, 2022, at 12:07 PM, Shrinivasan T 
>>> wrote:
>>>
>>> Hello all,
>>>
>>> I  like to get top 1000 contributors for ta.wikipedia.org based on
>>> their usercontribution metric.
>>>
>>> is there any code this or api?
>>>
>>> Please share.
>>>
>>> Thanks.
>>>
>>> --
>>> Regards,
>>> T.Shrinivasan
>>>
>>>
>>> My Life with GNU/Linux : http://goinggnu.wordpress.com
>>> Free E-Magazine on Free Open Source Software in Tamil :
>>> http://kaniyam.com
>>>
>>> Get Free Tamil Ebooks for Android, iOS, Kindle, Computer :
>>> http://FreeTamilEbooks.com 
>>> ___
>>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>>> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
>>>
>>> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>>>
>>>
>>> ___
>>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>>> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
>>>
>>> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>>
>> ___
>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
>>
>> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikitech-l] Re: How to get Top 1000 contributors list?

2022-06-25 Thread Ivo Kruusamägi
There is also https://ta.wikiscan.org/users

Ivo Kruusamägi

Kontakt John () kirjutas kuupäeval L, 25. juuni
2022 kell 19:24:

> Depends on what you call the top editors. Is that edit count, articles
> created, total bytes of content added etc.
>
> On Sat, Jun 25, 2022 at 12:20 PM Roy Smith  wrote:
>
>> This should do it:
>>
>> https://quarry.wmcloud.org/query/65641
>>
>> In general, this is an inefficient query because user_editcount isn't
>> indexed.  Fortunately, tawiki has a relatively small number of users, so it
>> works.  Running the same query on a much larger wiki, say en, would
>> probably time out.
>>
>>
>> On Jun 25, 2022, at 12:07 PM, Shrinivasan T 
>> wrote:
>>
>> Hello all,
>>
>> I  like to get top 1000 contributors for ta.wikipedia.org based on their
>> usercontribution metric.
>>
>> is there any code this or api?
>>
>> Please share.
>>
>> Thanks.
>>
>> --
>> Regards,
>> T.Shrinivasan
>>
>>
>> My Life with GNU/Linux : http://goinggnu.wordpress.com
>> Free E-Magazine on Free Open Source Software in Tamil :
>> http://kaniyam.com
>>
>> Get Free Tamil Ebooks for Android, iOS, Kindle, Computer :
>> http://FreeTamilEbooks.com 
>> ___
>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
>>
>> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>>
>>
>> ___
>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
>>
>> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikitech-l] Re: How to get Top 1000 contributors list?

2022-06-25 Thread John
Depends on what you call the top editors. Is that edit count, articles
created, total bytes of content added etc.

On Sat, Jun 25, 2022 at 12:20 PM Roy Smith  wrote:

> This should do it:
>
> https://quarry.wmcloud.org/query/65641
>
> In general, this is an inefficient query because user_editcount isn't
> indexed.  Fortunately, tawiki has a relatively small number of users, so it
> works.  Running the same query on a much larger wiki, say en, would
> probably time out.
>
>
> On Jun 25, 2022, at 12:07 PM, Shrinivasan T 
> wrote:
>
> Hello all,
>
> I  like to get top 1000 contributors for ta.wikipedia.org based on their
> usercontribution metric.
>
> is there any code this or api?
>
> Please share.
>
> Thanks.
>
> --
> Regards,
> T.Shrinivasan
>
>
> My Life with GNU/Linux : http://goinggnu.wordpress.com
> Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com
>
> Get Free Tamil Ebooks for Android, iOS, Kindle, Computer :
> http://FreeTamilEbooks.com 
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>
>
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikitech-l] Re: How to get Top 1000 contributors list?

2022-06-25 Thread Roy Smith
This should do it:

https://quarry.wmcloud.org/query/65641 

In general, this is an inefficient query because user_editcount isn't indexed.  
Fortunately, tawiki has a relatively small number of users, so it works.  
Running the same query on a much larger wiki, say en, would probably time out.

> On Jun 25, 2022, at 12:07 PM, Shrinivasan T  wrote:
> 
> Hello all,
> 
> I  like to get top 1000 contributors for ta.wikipedia.org 
>  based on their usercontribution metric.
> 
> is there any code this or api?
> 
> Please share.
> 
> Thanks.
> 
> -- 
> Regards,
> T.Shrinivasan
> 
> 
> My Life with GNU/Linux : http://goinggnu.wordpress.com 
> 
> Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com 
> 
> 
> Get Free Tamil Ebooks for Android, iOS, Kindle, Computer : 
> http://FreeTamilEbooks.com 
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/