{"id":13858251,"url":"https://github.com/briandconnelly/pushoverr","last_synced_at":"2026-02-21T18:04:44.293Z","repository":{"id":15492695,"uuid":"18226520","full_name":"briandconnelly/pushoverr","owner":"briandconnelly","description":"Send push notifications in R using Pushover","archived":false,"fork":false,"pushed_at":"2021-11-16T21:44:52.000Z","size":2188,"stargazers_count":74,"open_issues_count":9,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-22T05:16:15.558Z","etag":null,"topics":["notifications","push-notifications","pushover","r"],"latest_commit_sha":null,"homepage":"https://briandconnelly.github.io/pushoverr/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briandconnelly.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-28T21:08:15.000Z","updated_at":"2025-07-16T01:23:06.000Z","dependencies_parsed_at":"2022-08-09T17:31:40.014Z","dependency_job_id":null,"html_url":"https://github.com/briandconnelly/pushoverr","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/briandconnelly/pushoverr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Fpushoverr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Fpushoverr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Fpushoverr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Fpushoverr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briandconnelly","download_url":"https://codeload.github.com/briandconnelly/pushoverr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandconnelly%2Fpushoverr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29689644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notifications","push-notifications","pushover","r"],"created_at":"2024-08-05T03:02:01.847Z","updated_at":"2026-02-21T18:04:44.254Z","avatar_url":"https://github.com/briandconnelly.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# pushoverr\n\n\u003c!-- badges: start --\u003e\n[![Codecov test coverage](https://codecov.io/gh/briandconnelly/pushoverr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/briandconnelly/pushoverr?branch=master)\n[![R-CMD-check](https://github.com/briandconnelly/pushoverr/workflows/R-CMD-check/badge.svg)](https://github.com/briandconnelly/pushoverr/actions)\n[![CRAN status](https://www.r-pkg.org/badges/version/pushoverr)](https://CRAN.R-project.org/package=pushoverr)\n\u003c!-- badges: end --\u003e\n\npushoverr allows you to send push notifications from R to mobile devices, web browsers, or even your watch using [Pushover](https://pushover.net/).\nThese notifications can display job status, results, scraped web data, or any other text or numeric data.\nGot some R code that takes a while to complete?\nEnough time to take a little walk or go get a coffee, but maybe not long enough to go home for the day?\nNow you'll be able to easily let yourself or your group know when it's done.\n\n\n## Installation\n\nInstalling pushoverr is as easy as running:\n\n```{r eval=FALSE}\ninstall.packages(\"pushoverr\")\n```\n\nAlternately, you can install the development version of pushoverr from [GitHub](https://github.com/) with:\n\n```{r eval=FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"briandconnelly/pushoverr\")\n```\n\nThat's it!\nSee the [Getting Started](https://briandconnelly.github.io/pushoverr/articles/getting_started.html) vignette to start sending messages.\n\n\n## Features Not Supported\n\npushoverr currently does not support [subscriptions](https://pushover.net/api/subscriptions/), [licensing](https://pushover.net/api/licensing/) (I don't use Pushover in this context, so I can't test these features), or the [open client API](https://pushover.net/api/client/).\nIf you'd like to see these features supported, please submit an [issue](https://github.com/briandconnelly/pushoverr/issues) or a pull request.\n\n\n## Related Links\n* [Pushover](https://pushover.net/)\n    * [Support](https://support.pushover.net/)\n    * [API](https://pushover.net/api/)\n    * [Terms of Service](https://pushover.net/terms/)\n* [R Phone Home: Notifications with pushoverr](http://bconnelly.net/2016/11/R-phone-home/), blog post about using pushoverr\n* [NotifyR](https://cran.r-project.org/package=notifyR), an alternate Pushover tool for R (no longer maintained?)\n* [RPushbullet](https://eddelbuettel.github.io/rpushbullet/), an R interface for [Pushbullet](https://www.pushbullet.com/), a similar push notification service.\n\n\n## Code of Conduct\n\nPlease note that the pushoverr project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms.\n\n\n## Disclaimer\n\nThis package and its author are not affiliated with Pushover, LLC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandconnelly%2Fpushoverr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriandconnelly%2Fpushoverr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandconnelly%2Fpushoverr/lists"}