{"id":19986321,"url":"https://github.com/sourcec0de/airpair-notify","last_synced_at":"2025-05-04T07:31:15.063Z","repository":{"id":12462735,"uuid":"15126693","full_name":"sourcec0de/airpair-notify","owner":"sourcec0de","description":"Track airpair notifications from twitter, and make OSX or Linux growl at you!","archived":false,"fork":false,"pushed_at":"2013-12-12T05:37:35.000Z","size":120,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T07:07:21.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourcec0de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-12T04:12:43.000Z","updated_at":"2014-04-27T09:01:20.000Z","dependencies_parsed_at":"2022-09-13T20:31:35.299Z","dependency_job_id":null,"html_url":"https://github.com/sourcec0de/airpair-notify","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/sourcec0de%2Fairpair-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fairpair-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fairpair-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fairpair-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcec0de","download_url":"https://codeload.github.com/sourcec0de/airpair-notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224389898,"owners_count":17303412,"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-13T04:28:50.115Z","updated_at":"2024-11-13T04:28:50.786Z","avatar_url":"https://github.com/sourcec0de.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AirPair-Notify\n\nUse this tool to keep yourself up to date on airPair listings.\nTruely its just a twitter stream tracker, and you could track anything.\nBut I am dedicating this to [AirPair][1]... so if you want to name it something else. Fork it.\n\n## SETUP\n\n```shell\ngem install terminal-notifier\nnpm install airpair-notify -g\n```\n\nObtain API credentials from [Twitter][2]\n\nCreate an `airpair-notify.json` anywhere you want.\nThe contents must contain variables like the following.\nIt must be properly formatted JSON its parsed using `JSON.parse()`.\n\n```json\n{\n    \"growl\": {\n        \"title\": \"AirPair\",\n        \"sticky\": true\n    },\n    \"twitter\": {\n        \"stream\": {\n            \"track\": \"@airpair #nodejs #mongodb\"\n        },\n        \"credentials\": {\n            \"consumer_key\": \"YOUR_KEY\",\n            \"consumer_secret\": \"YOUR_SEC\",\n            \"access_token_key\": \"YOUR_ACCESS_TOKEN\",\n            \"access_token_secret\": \"YOUR_ACCESS_TOKEN_SECRET\"\n        }\n    }\n}\n```\n\n`twitter.stream.track` is the phrase that will be used to filter results in the twitter stream.\nMake this useful. If your only interested in AirPair listings that are for `nodejs` or `ruby`\nbe sure to make your track phrase reflect this. `@airpair #nodejs #aws`\nAn OSX notifcation will be fired off any time a new tweet comes in from AirPair.\n\n## USE\n\n```shell\nairpair-notify --file /path/to/airpair-notify.json\n```\n\n\n### TODO\n\n- [ ] Add more commandline options\n- [ ] Actually use the AirPairIcon.png\n- [ ] Allow deamonization of `airpair-notify` so it can be started and forgotten about.\n- [ ] Add instructions for linux\n- [ ] Add --help option\n\n[1]: https://www.airpair.com\n[2]: https://dev.twitter.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcec0de%2Fairpair-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcec0de%2Fairpair-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcec0de%2Fairpair-notify/lists"}