twilio-python
twilio-python copied to clipboard
A Python module for communicating with the Twilio API and generating TwiML.
### Issue Summary Created a fresh install of python 3.12 on windows then used pip to install PS C:\Users\johnf> pip --version pip 23.2.1 from C:\Python312\Lib\site-packages\pip (python 3.12) PS C:\Users\johnf> pip...
I want to try twilio for SMS service,but can not login to get apikey etc..and I leave messages on support last week but no response yet.help!! 
### Issue Summary A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include...
### Issue Summary When attempting to list the available BulkExport days, the library does not return all records. According to the documentation, if no limit is specified, all records should...
### Issue Summary Am using the Twilio python function - client.incoming_phone_numbers.local.list to gather a list of only local 10DLC numbers within our account so that it can be compared against...
### Issue Summary We're using the twilio-python library to send out thousands of SMS messages concurrently using Python's concurrent features library. During usage the Logging module gives us a warning...
### Issue Summary Not a bug, but I have been working on a wrapper for creating, submitting content for approval and sending content with the new Content API from Twilio....
https://github.com/testing-cabal/mock "mock is now part of the Python standard library, available as [unittest.mock](https://docs.python.org/dev/library/unittest.mock.html) in Python 3.3 onwards." ### Checklist - [x] I acknowledge that all my contributions will be made...
### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made a material change to the repo (functionality, testing,...
Looks like with latest 9.0.5 it is no longer possible to build documentation because some files are missing. ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v7.2.6...