{"id":17037635,"url":"https://github.com/meltingice/campfire-notifier","last_synced_at":"2025-03-22T23:22:15.232Z","repository":{"id":15026607,"uuid":"17752370","full_name":"meltingice/campfire-notifier","owner":"meltingice","description":"A self-hosted Campfire push notification service","archived":false,"fork":false,"pushed_at":"2014-03-17T21:59:26.000Z","size":281,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T03:49:22.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/meltingice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-14T16:26:01.000Z","updated_at":"2017-06-29T22:22:31.000Z","dependencies_parsed_at":"2022-09-19T11:00:23.311Z","dependency_job_id":null,"html_url":"https://github.com/meltingice/campfire-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fcampfire-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fcampfire-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fcampfire-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltingice%2Fcampfire-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meltingice","download_url":"https://codeload.github.com/meltingice/campfire-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245032752,"owners_count":20550150,"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-10-14T08:54:36.707Z","updated_at":"2025-03-22T23:22:15.197Z","avatar_url":"https://github.com/meltingice.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Campfire Notifier\n\nProvides notifications based on configurable triggers for your Campfire rooms. Notifications can be sent using:\n\n* Twilio\n* Pushover\n\n## Installation\n\n1. Clone this repository to the computer/server where you want to run this service.\n2. Run `bundle install`\n3. Create your configuration (instructions below).\n\n## Configuration\n\nAll configuration is done in `config/config.yml`. If needed, you can change the configuration file location by overriding it with the `CAMPFIRE_NOTIFIER_CONFIG` environment variable.\n\nThe config file looks like this:\n\n``` yaml\n# How often we should check the campfire rooms for updates\nschedule: 1m\n\n# The default notification service. Can be overriden per user.\nnotification_service: Twilio\n\n# The campfire credentials\ncampfire:\n  subdomain: awesome-co\n  api_token: 02ed8f207b2935fo37bnasf17b7c479408fb37687\n\n# Twilio credentials (if applicable)\ntwilio:\n  account_sid: ACe40lN63sb0d5273ef8ej1a98ad0159ff\n  auth_token: 69d9KnYT5b539aa1a7eVB4S6f0e835f3\n  phone_number: +1 123-456-7890\n\n# Pushover credentials (if applicable)\npushover:\n  title: My Company Chat\n  api_token: aX0pL7Hb5rBPC8W5fPfqkVjHYix6H2\n\n# People we want to notify\npeople:\n  Ryan:\n    notification_service: Pushover\n    pushover_token: eadz98FTGzPZJI87HbzX8RuXz9EP9h\n    triggers:\n      - RL\n      - Ryan\n      - LeFevre\n  Kelly:\n    phone: +1 890-123-4567\n    triggers:\n      - KS\n      - Kelly\n      - Sutton\n```\n\n## Running\n\nTo start listening in your Campfire rooms, simply run:\n\n``` shell\nbundle exec rake notifier:listen\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeltingice%2Fcampfire-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeltingice%2Fcampfire-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeltingice%2Fcampfire-notifier/lists"}