You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params = dict(Mobile='7860564879', Password='password@123', Key='pulkiWNZYJrFyd97msz5fMPlbvxnI', Message='Anubhav is very sad. Can you please talk to him and lighten up his mood a bit?', To=number)
#Number is a String
resp = requests.get(url, params)
def sms_emergency(number):
url = "https://smsapi.engineeringtgr.com/send/"
params = dict(Mobile='7860564879', Password='password@123', Key='pulkiWNZYJrFyd97msz5fMPlbvxnI', Message='Anubhav is displaying suicidal tendencies. He needs immediate professional assistance.', To=number)