https://github.com/hrbrmstr/inoreadr
🤓 Access and Orchestrate Inoreader Feeds, Preferences, and Metadata
https://github.com/hrbrmstr/inoreadr
inoreadr r rss rstats
Last synced: 11 months ago
JSON representation
🤓 Access and Orchestrate Inoreader Feeds, Preferences, and Metadata
- Host: GitHub
- URL: https://github.com/hrbrmstr/inoreadr
- Owner: hrbrmstr
- License: other
- Created: 2021-12-31T14:41:22.000Z (over 4 years ago)
- Default Branch: batman
- Last Pushed: 2021-12-31T16:24:17.000Z (over 4 years ago)
- Last Synced: 2025-04-09T02:41:53.141Z (about 1 year ago)
- Topics: inoreadr, r, rss, rstats
- Language: R
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r pkg-knitr-opts, include=FALSE}
hrbrpkghelpr::global_opts()
```
```{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges()
```
```{r description, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::yank_title_and_description()
```
## What's Inside The Tin
The following functions are implemented:
```{r ingredients, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::describe_ingredients()
```
### TODO
Implement the following API endpoints:
- Item IDs
- Stream preferences list
- Stream preferences set
- Rename tag
- Delete tag
- Edit tag
- Mark all as read
- Create active search
- Delete active search
## Installation
```{r install-ex, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::install_block()
```
## Usage
```{r lib-ex}
library(inoreadr)
# current version
packageVersion("inoreadr")
```
## inoreadr Metrics
```{r cloc, echo=FALSE}
cloc::cloc_pkg_md()
```
## Code of Conduct
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.