Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironholds/pageviews
An API client library for Wikimedia pageview data
https://github.com/ironholds/pageviews
mediawiki pageview pageview-data r wikimedia wikipedia
Last synced: 3 months ago
JSON representation
An API client library for Wikimedia pageview data
- Host: GitHub
- URL: https://github.com/ironholds/pageviews
- Owner: Ironholds
- License: other
- Created: 2015-10-23T22:45:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T17:49:14.000Z (11 months ago)
- Last Synced: 2024-10-01T10:03:53.637Z (4 months ago)
- Topics: mediawiki, pageview, pageview-data, r, wikimedia, wikipedia
- Language: R
- Homepage:
- Size: 67.4 KB
- Stars: 23
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pageviews
An API client library for Wikimedia traffic data.__Author:__ Os Keyes
__License:__ [MIT](http://opensource.org/licenses/MIT)
__Status:__ Stable![Build Status](https://travis-ci.org/Ironholds/pageviews.svg?branch=master) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ores)](https://cran.r-project.org/package=ores
) ![downloads](http://cranlogs.r-pkg.org/badges/grand-total/pageviews)`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](https://github.com/Ironholds/pageviews/blob/master/CONDUCT.md). 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")