Computer Science, asked by harish170902, 4 months ago

Write an algorithm to make a phone call using python

Answers

Answered by amritamohanty918
2

Explanation:

Install App Dependencies

virtualenv phoneapp. Invoke the activate script within the virtualenv bin/ directory to make this virtualenv the active Python executable. ...

source phoneapp/bin/activate. ...

pip install twilio==5.7.0. ...

from twilio.rest import TwilioRestClient # Twilio phone number goes here. ...

python phone_calls.py.

Similar questions