Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
Great work! I'm glad that someone picked this up in python too. The rate at which new client libraries have been released for working on the pageviews API is inspiring and hope that the trend continues for new services.
Props to Dan and Ironholds for seeing the need and filling it. :)
On Fri, Dec 11, 2015 at 9:36 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
[1] https://github.com/Ironholds/pageviews
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
I added these to a section in the API docs:
https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageview_API
-Toby
On Sat, Dec 12, 2015 at 7:20 AM, Aaron Halfaker ahalfaker@wikimedia.org wrote:
Great work! I'm glad that someone picked this up in python too. The rate at which new client libraries have been released for working on the pageviews API is inspiring and hope that the trend continues for new services.
Props to Dan and Ironholds for seeing the need and filling it. :)
On Fri, Dec 11, 2015 at 9:36 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
[1] https://github.com/Ironholds/pageviews
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Nice! thank you.
On Sun, Dec 13, 2015 at 4:12 PM, Toby Negrin tnegrin@wikimedia.org wrote:
I added these to a section in the API docs:
https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageview_API
-Toby
On Sat, Dec 12, 2015 at 7:20 AM, Aaron Halfaker ahalfaker@wikimedia.org wrote:
Great work! I'm glad that someone picked this up in python too. The rate at which new client libraries have been released for working on the pageviews API is inspiring and hope that the trend continues for new services.
Props to Dan and Ironholds for seeing the need and filling it. :)
On Fri, Dec 11, 2015 at 9:36 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
[1] https://github.com/Ironholds/pageviews
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Thanks Toby!
On 13 December 2015 at 19:13, Nuria Ruiz nuria@wikimedia.org wrote:
Nice! thank you.
On Sun, Dec 13, 2015 at 4:12 PM, Toby Negrin tnegrin@wikimedia.org wrote:
I added these to a section in the API docs:
https://wikitech.wikimedia.org/wiki/Analytics/AQS/Pageview_API
-Toby
On Sat, Dec 12, 2015 at 7:20 AM, Aaron Halfaker ahalfaker@wikimedia.org wrote:
Great work! I'm glad that someone picked this up in python too. The rate at which new client libraries have been released for working on the pageviews API is inspiring and hope that the trend continues for new services.
Props to Dan and Ironholds for seeing the need and filling it. :)
On Fri, Dec 11, 2015 at 9:36 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
[1] https://github.com/Ironholds/pageviews
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics
I wasn't aware of some conventions that came before me, so I moved the project from milimetric/wmf to mediawiki-utilities/python-mwviews. I promise it'll stay there, sorry for the inconvenience. Updated links:
PyPI: https://pypi.python.org/pypi/mwviews/0.0.2 code: https://github.com/mediawiki-utilities/python-mwviews (PRs still welcome, thanks for the 2 you already helped with!)
On Fri, Dec 11, 2015 at 10:36 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
Awesome! Welcome to the unix-like MediaWiki python libraries revolution.
Now to set aside some time to contribute and play around :)
On Mon, Dec 14, 2015 at 8:32 AM, Dan Andreescu dandreescu@wikimedia.org wrote:
I wasn't aware of some conventions that came before me, so I moved the project from milimetric/wmf to mediawiki-utilities/python-mwviews. I promise it'll stay there, sorry for the inconvenience. Updated links:
PyPI: https://pypi.python.org/pypi/mwviews/0.0.2 code: https://github.com/mediawiki-utilities/python-mwviews (PRs still welcome, thanks for the 2 you already helped with!)
On Fri, Dec 11, 2015 at 10:36 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
Along the same lines as Oliver's great R client [1], I just started work on a python version:
PyPI: https://pypi.python.org/pypi/wmf/0.1 code: https://github.com/milimetric/wmf (PRs welcome)
And if you're trying to skip past all the setup repository cruft, the meat: https://github.com/milimetric/wmf/blob/master/wmf/analytics/api/pageviews.py
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics