{"id":18968352,"url":"https://github.com/s1ntaxe770r/twiliowrapper","last_synced_at":"2025-08-14T18:47:50.516Z","repository":{"id":118912721,"uuid":"279583908","full_name":"s1ntaxe770r/TwilioWrapper","owner":"s1ntaxe770r","description":"A simple Wrapper around the twilio libary for python","archived":false,"fork":false,"pushed_at":"2020-07-14T12:52:07.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T10:06:18.525Z","etag":null,"topics":["python","twilio","twilio-python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/s1ntaxe770r.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":"2020-07-14T12:50:55.000Z","updated_at":"2021-04-21T17:14:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"aad3b156-7252-4156-8723-c7bad995a651","html_url":"https://github.com/s1ntaxe770r/TwilioWrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s1ntaxe770r/TwilioWrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1ntaxe770r%2FTwilioWrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1ntaxe770r%2FTwilioWrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1ntaxe770r%2FTwilioWrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1ntaxe770r%2FTwilioWrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s1ntaxe770r","download_url":"https://codeload.github.com/s1ntaxe770r/TwilioWrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1ntaxe770r%2FTwilioWrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270467115,"owners_count":24588796,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","twilio","twilio-python"],"created_at":"2024-11-08T14:46:57.722Z","updated_at":"2025-08-14T18:47:50.481Z","avatar_url":"https://github.com/s1ntaxe770r.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple wrapper for sending whatsapp messages with twilio\n\n## Usage \n\n* clone the repo \n\n* create a ` .env file `\n\n    * There are three enviroment variables that need to be set\n        -  TWILIO_ACCOUNT_SID='YOUR_ACCOUNT_SID'\n        -  TWILIO_AUTH_TOKEN='YOUR_AUTH_TOKEN'\n       -   FROM='-------'\n\n* install the dependencies ` pip install -r requirements.txt `\n\n### now you can import the script along with the ` .env file `\n\n## Example\n\n```python \n\nfrom script import TwilioMessanger\n\n# to send a message call the send() method \n\nmessage  = 'some random message'\nrecipeint = 'some_recepients_number'\n\nTwilioMessanger.send(message,recepient)\n\n# this should  return True if all went well \n\n```\n\n### feel free to make a PR or create an issue if you find a bug or have a feature request\n\n\n## leave a star :grin:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs1ntaxe770r%2Ftwiliowrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs1ntaxe770r%2Ftwiliowrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs1ntaxe770r%2Ftwiliowrapper/lists"}