Hi Sumana,
(in three months I guess)
Op 4-7-2013 0:22, Sumana Harihareswara schreef:A while ago I did some some simple analytics on user language settings. It's at https://commons.wikimedia.org/w/index.php?title=Commons:Template_i18n/Interface_language_statistics&oldid=19334123
Summary: we have some new stats regarding gadget usage across WMF sites,
but I'd like more analysis of gadget & bot usage.
Oliver Keyes has some code and results up at
https://github.com/Ironholds/MetaAnalysis/tree/master/GadgetUsage to
analyze "data around gadgets being used on various wikimedia projects":
This was based on the user_properties table (https://www.mediawiki.org/wiki/Manual:User_properties_table). I'm a pretty sure you can grab from that table what gadgets are enabled. Should be straightforward to write a script that goes over all wiki's, grabs these settings and produce a report. You need elevated access for this because this is not normally exposed in the data we have at the Toolserver or Toollabs.All gadgets have a prefix, it should be straightforward to write a script to see who do the most edits on these.
My team would also like to know:
* who maintains the most popular gadgets? (so we can invite them to
hackathons, help get them training, get those gadgets localised and
ported to other wikis, and so on)
Easy one too.
* when were the gadgets last updated? (so we can identify stale ones
that enthusiastic volunteers could take over maintaining)
Erik already pointed out some useful statistics on that. As you might know I'm one of the maintainers of Pywikipedia. In the framework we send the user-agent in this format: USER_AGENT_FORMAT = '{script}/r{version[rev]} Pywikipediabot/1.0' or '{script}/r{version[rev]} Pywikipediabot/2.0'. We really don't know who is running what. Maybe you can gather some data (maybe with more samples) to answer to following questions:
* similar stats regarding bot usage -- what bots are making the most
edits, or edits that in aggregate change the most bytes? who owns those
bots? what wikis are they active on? (so we can help maintainers better,
ensure they hear about API breaking changes, etc., and develop a bot
inventory/directory to make it easier for other wikis' users to start
using useful bots)
* Usage per script
* What version are people running? (we switched from svn to git some time ago, but a lot of people seem to be still using svn)
* Total number of distinct users using this (distinct ipaddresses)
* The 1.0 / 2.0 ratio
Maarten
_______________________________________________
Analytics mailing list
Analytics@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/analytics