Description
An API Client for Wikimedia Traffic Data.
Description
Pageview data from the 'Wikimedia' sites, such as 'Wikipedia' <https://www.wikipedia.org/>, from entire projects to per-article levels of granularity, through the new RESTful API and data source <https://wikimedia.org/api/rest_v1/?doc>.
README.md
pageviews
An API client library for Wikimedia traffic data.
Author: Os Keyes
License:MIT
Status: Stable
[](https://cran.r-project.org/package=ores
pageviews
provides data from the new Wikimedia RESTful API for pageview data. It allows you to retrieve per-article, per-project, and top-1000 pageview data covering a wide range of times and with filtering around the user's class and platform.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Installation
For the stable release:
install.packages("pageviews")
For the developer release:
devtools::install_github("ironholds/pageviews")