WikipediR
WikipediR copied to clipboard
R's MediaWiki API client library
Using the `continue` parameter in `user_contributions()` allows retrieving more data than `limit = 500`. See: https://www.mediawiki.org/wiki/API:Revisions on `rvcontinue`. Added a test for it in `tests/testthat/test_user_info_retrieval.R`
I had the same issue with #27 on pulling more than 500 responses. I added `extra_query` argument to `pages_in_category()` so that I can pass `cmcontinue` to queries. This is not...
Does WikidataR find_item() function support vectorised input? For example - ``` country
Is there a way to get data on recent changes to a single page using WikipediR? I'm looking for something like the `recent_changes` stream (includes comment, user, etc) but for...
Are there any plans currently to add cmcontinue as an argument to pages_in_category? I am trying to pull a category with 500+ pages. I've tried to use the cmcontinue argument...
If I want to use an `lapply()` statement with `page_content()` to get content for a vector of page names, and one or more of the entries don't have a Wikipedia...
When querying for a page by name that is a redirect, for example with `page
Would it be easy enough to retrieve a watchlist, if given the user's secret token? See [Watchlist feed with token](https://en.wikipedia.org/wiki/Wikipedia:Syndication#Watchlist_feed_with_token)