User talk:Darqam/User Contributions

From Guild Wars 2 Wiki
Jump to navigationJump to search

Requests[edit]

If for some reason someone wants this done for them, go ahead and ask here. I can do this for virtually any wiki-editor, but refuse to do so unless asked by themselves as it can be somewhat intrusive. -Darqam 02:05, 15 December 2016 (UTC)

I'd love to see those statistics for my contributions. —Nefastu 02:24, 15 December 2016 (UTC)
Done! -Darqam 02:53, 15 December 2016 (UTC)
I'm curious to know how you get the stats. =o It looks cool... - Doodleplex 02:55, 15 December 2016 (UTC)
All I do is query the wiki API with this url: https://wiki.guildwars2.com/api.php?action=query&format=json&list=usercontribs&uclimit=500&ucuser=<username here>. To see the 'next page', you and "&uccontinue=<whatever the token is>". I run it in a python script and then toss it all into some csv files. The with the power of math I get the numbers from all the edit summaries/values. This was originally more of a "let's learn more Python" project, and it turned out to be rather fun. -Darqam 03:04, 15 December 2016 (UTC)
Thank you for these stats! 590 edits in a day thanks to one project :) —Nefastu 11:58, 15 December 2016 (UTC)