Mailing List Archive

How to get Top 1000 contributors list?
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
Re: How to get Top 1000 contributors list? [ In reply to ]
This should do it:

https://quarry.wmcloud.org/query/65641 <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 <tshrinivasan@gmail.com> wrote:
>
> Hello all,
>
> I like to get top 1000 contributors for ta.wikipedia.org <http://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 <http://goinggnu.wordpress.com/>
> Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com <http://kaniyam.com/>
>
> Get Free Tamil Ebooks for Android, iOS, Kindle, Computer : http://FreeTamilEbooks.com <http://freetamilebooks.com/>_______________________________________________
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-leave@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Re: How to get Top 1000 contributors list? [ In reply to ]
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 <roy@panix.com> 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 <tshrinivasan@gmail.com>
> 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 <http://freetamilebooks.com/>
> _______________________________________________
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-leave@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-leave@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Re: How to get Top 1000 contributors list? [ In reply to ]
There is also https://ta.wikiscan.org/users

Ivo Kruusamägi

Kontakt John (<phoenixoverride@gmail.com>) 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 <roy@panix.com> 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 <tshrinivasan@gmail.com>
>> 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 <http://freetamilebooks.com/>
>> _______________________________________________
>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>> To unsubscribe send an email to wikitech-l-leave@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-leave@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-leave@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
Re: How to get Top 1000 contributors list? [ In reply to ]
The top 100 editors
<https://meta.wikimedia.org/wiki/Research:Wikistats_metrics/Top_editors> is
an official Wikistats metric. It's available in the web interface
<https://stats.wikimedia.org/#/all-projects/contributing/top-editors> or
via API call
<https://wikimedia.org/api/rest_v1/metrics/editors/top-by-edits/all-projects/all-editor-types/all-page-types/2022/05/all-days>.
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 <https://phabricator.wikimedia.org/tag/analytics-wikistats/> can be
found in the Wikistats web interface footer).

On Sat, Jun 25, 2022 at 4:09 PM Ivo Kruusamägi <ivo.kruusamagi@gmail.com>
wrote:

> There is also https://ta.wikiscan.org/users
>
> Ivo Kruusamägi
>
> Kontakt John (<phoenixoverride@gmail.com>) 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 <roy@panix.com> 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 <tshrinivasan@gmail.com>
>>> 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 <http://freetamilebooks.com/>
>>> _______________________________________________
>>> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
>>> To unsubscribe send an email to wikitech-l-leave@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-leave@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-leave@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-leave@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/