{"id":19710413,"url":"https://github.com/blueromans/pinpointclient","last_synced_at":"2026-05-13T18:16:33.754Z","repository":{"id":63518351,"uuid":"568402199","full_name":"blueromans/PinPointClient","owner":"blueromans","description":"Aws pinpoint python client with boto3","archived":false,"fork":false,"pushed_at":"2023-04-26T15:44:58.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T14:04:13.304Z","etag":null,"topics":["aws","boto3","botocore","pinpoint","pypi","pypi-package","python","python3","sms","sms-client"],"latest_commit_sha":null,"homepage":"","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/blueromans.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-20T12:31:21.000Z","updated_at":"2022-11-20T12:35:35.000Z","dependencies_parsed_at":"2024-11-11T22:07:26.550Z","dependency_job_id":"e89da648-247a-40e3-9854-e265d5fa451b","html_url":"https://github.com/blueromans/PinPointClient","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"0874651a0efcb4f2ae438e9194b90cc449f56edb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FPinPointClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FPinPointClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FPinPointClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueromans%2FPinPointClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueromans","download_url":"https://codeload.github.com/blueromans/PinPointClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241029222,"owners_count":19896877,"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":["aws","boto3","botocore","pinpoint","pypi","pypi-package","python","python3","sms","sms-client"],"created_at":"2024-11-11T22:07:18.557Z","updated_at":"2026-05-13T18:16:33.710Z","avatar_url":"https://github.com/blueromans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://img.shields.io/pypi/v/PinPointClient.svg)](https://pypi.python.org/pypi/PinPointClient)\n\n# PinPointClient Python PyPackage\n\nPinPoint is Aws Sms Service. PinPointClient is a Python library to access services quickly.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install PinPointClient\n```\n## Environment Variables\n\n```bash\nREGION: aws region\nPINPOINT_MESSAGE_TYPE: message type\nPINPOINT_APPLICATION_ID: application id\nAWS_ACCESS: aws access key id\nAWS_SECRET: aws secret access key\nCHANNEL_TYPE: channel type\n```\n### Note\nIf you don't want to set this variables from global environment you can pass them to class.\nYou can see usage below\n## Usage\n\n```python\nfrom pinpoint import GsmService\nkwargs = {\n    # you can also set region from environment.\n    'region': 'region', # Default value : 'eu-central-1'\n    # you can also set message type from environment.\n    'message_type': 'message type',  # Default value : 'TRANSACTIONAL'\n    # you can also set channel type from environment.\n    'channel_type': 'channel type',  # Default value : 'SMS' \n    # you can also set application id type from environment.\n    'applicationId': 'application id',  # Default value : None\n     # you can also set aws access key id type from environment.\n    'aws_access': 'aws access key id',  # Default value : None\n    # you can also set aws secret access key type from environment.\n    'aws_secret': 'aws secret access key',  # Default value : None\n}\ngsm_service = GsmService(**kwargs)\ngsm_service.send(phone='Phone Number (+905551234567)', message='Your Message')\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueromans%2Fpinpointclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueromans%2Fpinpointclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueromans%2Fpinpointclient/lists"}