WikiMedia页面视图API客户端

pageviewapi的Python项目详细描述


Build StatusCode HealthPypiLicense

WikiMedia页面视图API客户端

安装

要使用sudo在系统上安装全系统,您可以使用:

pip install git+https://github.com/Commonists/pageview-api.git

示例

11月6日起巴黎文章英文维基百科浏览量 至2015年11月20日

importpageviewapipageviewapi.per_article('en.wikipedia','Paris','20151106','20151120',access='all-access',agent='all-agents',granularity='daily')

聚合:获取所有项目的每日页面视图计数时间序列 2015年10月

importpageviewapipageviewapi.aggregate('fr.wikipedia','2015100100','2015103100',access='all-access',agent='all-agents',granularity='daily')

2015年11月14日法国维基百科上浏览量最大的文章

importpageviewapipageviewapi.top('fr.wikipedia',2015,11,14,access='all-access')

总和(分别平均)过去30天的视图

importpageviewapi.periodpageviewapi.period.sum_last('fr.wikipedia','Paris',last=30,access='all-access',agent='all-agents')pageviewapi.period.avg_last('fr.wikipedia','Paris',last=30)

一个项目的每月旧页计数(2008年至2016年底)

importpageviewapipageviewapi.legacy_pagecounts('fr.wikipedia','2010010100','2011010100',granularity='monthly')

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Cassandra docker无法通过JMX连接   java以编程方式在图片模式下启用图片   java访问json数组中的json数组   swing Java 2D API:空指针异常   java Storm 2.0.0内存不足   java为什么Splitter在Spring Integration中处理集合项时直接返回集合?   java Spring启动到Postgres数据库驱动程序问题   java如何将对象围绕其中心旋转90度?   无法返回变量。“java:找不到变量”   通过BigInteger进行Java基转换   在Java中获取日期格式   java构建具有依赖关系的jar并将其绑定到tar中。gz使用maven组装   java为什么Guice在main中从UncaughtExceptionHandler抛出$ComputeException?   spring升级到Java7时有哪些陷阱   java从JTable向数组获取值   java Android在启动新活动时会杀死多个以前的活动   postgresql是否可以在批处理过程中运行java命令?   安卓使用Java代码创建文件上传请求   java一些元素神奇地没有从ArrayList中删除