Access and Orchestrate Inoreader Feeds, Preferences, and Metadata
Inoreader is a powerful content reading platform, which allows you to discover and consume relevant information on any topic. It can convert any meaningful information stream into a feed and the content is curated and served at a single and convenient place. Tools are provided to access and orchestrate feeds, preferences, and metadata.
The following functions are implemented:
ino_add_feed
: Subscribe to feedsino_auth
: Authenticate to Inoreader’s APIino_edit_subscription
: Edit subscriptionino_folder_tag_list
: Fetches the current folders and tags for the
logged-in userino_stream_contents
: Returns the articles for a given collectionino_unread_counts
: Retrieve unread counters for folders, tags and
feeds.ino_user
: Retrieve basic information about the logged in userImplement the following API endpoints:
remotes::install_github("hrbrmstr/inoreadr")
NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.
library(inoreadr)
# current version
packageVersion("inoreadr")
## [1] '0.1.0'
| Lang | # Files | (%) | LoC | (%) | Blank lines | (%) | # Lines | (%) | |:-----|--------:|-----:|----:|-----:|------------:|-----:|--------:|-----:| | R | 10 | 0.38 | 140 | 0.38 | 50 | 0.32 | 89 | 0.34 | | YAML | 2 | 0.08 | 35 | 0.10 | 10 | 0.06 | 2 | 0.01 | | Rmd | 1 | 0.04 | 8 | 0.02 | 18 | 0.12 | 39 | 0.15 | | SUM | 13 | 0.50 | 183 | 0.50 | 78 | 0.50 | 130 | 0.50 |
clock Package Metrics for inoreadr
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.