{"id":19838683,"url":"https://github.com/thredded/thredded-pushover-notifier","last_synced_at":"2026-03-03T12:32:14.907Z","repository":{"id":25103367,"uuid":"72129307","full_name":"thredded/thredded-pushover-notifier","owner":"thredded","description":"A notifier for Thredded to push new post notifications to the Pushover app","archived":false,"fork":false,"pushed_at":"2022-06-06T05:08:34.000Z","size":28,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-15T16:59:42.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thredded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-27T16:56:21.000Z","updated_at":"2022-02-26T19:05:26.000Z","dependencies_parsed_at":"2022-07-24T20:32:25.763Z","dependency_job_id":null,"html_url":"https://github.com/thredded/thredded-pushover-notifier","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thredded/thredded-pushover-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-pushover-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-pushover-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-pushover-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-pushover-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thredded","download_url":"https://codeload.github.com/thredded/thredded-pushover-notifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thredded%2Fthredded-pushover-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265506532,"owners_count":23778764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-12T12:18:41.891Z","updated_at":"2026-03-03T12:32:09.856Z","avatar_url":"https://github.com/thredded.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thredded Pushover Notifier [![Build Status](https://travis-ci.org/thredded/thredded-pushover-notifier.svg?branch=main)](https://travis-ci.org/thredded/thredded-pushover-notifier)\n\n\nA notifier for [Thredded](https://github.com/thredded/thredded/) allowing push notifications to be sent via [Pushover](https://pushover.net/)\n\n## Installation\n\nAdd this line to your application's Gemfile\n\n```ruby\ngem 'thredded-pushover-notifier'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install thredded-pushover-notifier\n\n## Usage\n\n* You will need a Pushover app token (see the first option on https://pushover.net/api)\n* Let's assume you've added your Pushover app token as an environment variable `PUSHOVER_APP_TOKEN`.\n* You will need to have Thredded working already (at least v0.13.4) and have an initializer already in your rails app.\n* Let's assume your app is being served at http://example.com\n\nTo setup two notifiers - email and pushover, add the following to the bottom of your thredded.rb initializer:\n\n```ruby\nThredded::Engine.config.to_prepare do\n  require 'thredded/pushover_notifier/content_helper'\n  Thredded::PushoverNotifier::ContentHelper.include Thredded::Engine.routes.url_helpers\n  pushover_notifier = Thredded::PushoverNotifier.new(ENV['PUSHOVER_APP_TOKEN'],  'http://example.com')\n  Thredded.notifiers = [Thredded::EmailNotifier.new, pushover_notifier]\nend\n```\n\n\n \n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/thredded/thredded-pushover-notifier. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthredded%2Fthredded-pushover-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthredded%2Fthredded-pushover-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthredded%2Fthredded-pushover-notifier/lists"}