-
Notifications
You must be signed in to change notification settings - Fork 773
Closed
Labels
status: waiting for feedbackwaiting for feedback from the submitterwaiting for feedback from the submittertype: questionquestion directed at the libraryquestion directed at the library

Description
Code Snippet
import random
import getpass
import smtplib
import string
import requests
import time
import pyautogui
import json
import os
import sys
from os import system
from loading import load_animation
from loading import randomStringDigits
from config import API_KEY, YOUR_PHONE_NUMBER, TWILIO_SID, TWILIO_TOKEN, TWILIO_PHONE_NUMBER, sender_address, sender_pass, receiver_address
from twilio.rest import Client
from datetime import datetime
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
Exception/Log
from twilio.rest import Client
ImportError: cannot import name 'Client' from 'twilio.rest' (unknown location)
Technical details:
- twilio-python version: 6.36.0
- python version: 3.8.2
Metadata
Metadata
Assignees
Labels
status: waiting for feedbackwaiting for feedback from the submitterwaiting for feedback from the submittertype: questionquestion directed at the libraryquestion directed at the library