{"id":19721318,"url":"https://github.com/meinside/pb-send","last_synced_at":"2025-02-27T18:24:55.126Z","repository":{"id":57520788,"uuid":"190315011","full_name":"meinside/pb-send","owner":"meinside","description":"A small golang application that sends messages through Pushbullet","archived":false,"fork":false,"pushed_at":"2024-12-19T04:03:08.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T16:18:33.785Z","etag":null,"topics":["golang","pushbullet"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/meinside.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-05T02:50:36.000Z","updated_at":"2024-12-19T04:03:12.000Z","dependencies_parsed_at":"2024-12-12T14:30:04.752Z","dependency_job_id":"91349e35-6548-48c0-b3fe-976ff32f46f1","html_url":"https://github.com/meinside/pb-send","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Fpb-send","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Fpb-send/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Fpb-send/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meinside%2Fpb-send/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meinside","download_url":"https://codeload.github.com/meinside/pb-send/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241044106,"owners_count":19899477,"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":["golang","pushbullet"],"created_at":"2024-11-11T23:13:59.336Z","updated_at":"2025-02-27T18:24:55.106Z","avatar_url":"https://github.com/meinside.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pb-send\n\nSend messages through [Pushbullet](https://docs.pushbullet.com/) API.\n\n## Install\n\n```bash\n$ go install github.com/meinside/pb-send@latest\n```\n\n## Configuration\n\nGet your access token from [here](https://www.pushbullet.com/#settings/account),\n\nthen create a file named `config.json` in your `$XDG_CONFIG_HOME/pb-send/` directory:\n\n```json\n{\n  \"access_token\": \"PUT_YOUR_ACCESS_TOKEN_HERE\"\n}\n```\n\n### Using Infisical\n\nYou can use [Infisical](https://infisical.com/) for retrieving your access token:\n\n```json\n{\n  \"infisical\": {\n    \"client_id\": \"abcd-efgh-ijkl-mnop\",\n    \"client_secret\": \"0123456789abcdefghijklmnop\",\n\n    \"project_id\": \"012345abcdefg\",\n    \"environment\": \"dev\",\n    \"secret_type\": \"shared\",\n\n    \"key_path\": \"/path/to/your/KEY_TO_ACCESS_TOKEN\"\n  }\n}\n```\n\n## Run\n\n```bash\n$ pb-send [any message to send]\n```\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeinside%2Fpb-send","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeinside%2Fpb-send","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeinside%2Fpb-send/lists"}