{"id":21973434,"url":"https://github.com/einguterwaran/pushbullet-python","last_synced_at":"2025-08-31T12:05:24.355Z","repository":{"id":62578307,"uuid":"447885369","full_name":"EinGuterWaran/pushbullet-python","owner":"EinGuterWaran","description":"A Python wrapper around the Pushbullet API to send different types of push notifications to your phone or/and computer.","archived":false,"fork":false,"pushed_at":"2024-12-26T12:28:34.000Z","size":34,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T21:12:08.029Z","etag":null,"topics":["api-wrapper","bullet","push","push-bullet","push-notification","push-notifications","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pushbullet-python/","language":"Python","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/EinGuterWaran.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":"2022-01-14T07:54:29.000Z","updated_at":"2024-12-26T12:28:37.000Z","dependencies_parsed_at":"2022-11-03T19:39:35.597Z","dependency_job_id":null,"html_url":"https://github.com/EinGuterWaran/pushbullet-python","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/EinGuterWaran%2Fpushbullet-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinGuterWaran%2Fpushbullet-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinGuterWaran%2Fpushbullet-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinGuterWaran%2Fpushbullet-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EinGuterWaran","download_url":"https://codeload.github.com/EinGuterWaran/pushbullet-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251321550,"owners_count":21570758,"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":["api-wrapper","bullet","push","push-bullet","push-notification","push-notifications","python"],"created_at":"2024-11-29T15:27:13.652Z","updated_at":"2025-04-28T13:44:18.670Z","avatar_url":"https://github.com/EinGuterWaran.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pushbullet-python\n#### A Python wrapper around the Pushbullet API to send different types of push notifications to your phone or/and computer.\n\n## Installation\n```commandline\npip3 install pushbullet-python\n```\nRequired Package:\n- [requests](https://requests.readthedocs.io/en/master/)\n\n## Usage Example\n```python\nimport os\nfrom pushbullet import API\n\n# set the API Class and link it to the api object\napi = API()\n\n# now set the token\naccess_token = os.environ['access_token']\napi.set_token(access_token)\n\n# now you can use the API Wrapper\n\n# sending a note, arguments: title, message\napi.send_note(\n    \"Hello\",\n    \"How are you? This is a test from the Pushbullet Python API wrapper.\")\n\n# sending a link, arguments: title, message, url\napi.send_link(\"A Link\", \"Here is my website.\", \"http://www.lingeswaran.com\")\n\n# sending a file, arguments: title, message, file name, file type, file url\napi.send_file(\"An Example Image\", \"Check out the example image!\",\n              \"test_image.png\", \"image/png\",\n              \"https://dummyimage.com/600x400/000/fff\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinguterwaran%2Fpushbullet-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feinguterwaran%2Fpushbullet-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinguterwaran%2Fpushbullet-python/lists"}