Skip to content

Commit

Permalink
New Project
Browse files Browse the repository at this point in the history
  • Loading branch information
AKmahim committed Apr 14, 2020
1 parent 14326fc commit fc1d576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Coronavirus_update_through_WhatApps/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def find_case(url):
#print(res1) #world case
#print(res2) #bangladesh case
whatapp_mess = res1 + res2
ac_sid = "ACfb554f4b5d8f847c156f03a78da2751c"
auth_token ="852d3df24fa063ee6c3f15b93211c912"
ac_sid = "account token"
auth_token ="auth_token"
client = Client(ac_sid,auth_token)
message = client.messages.create(body=whatapp_mess,from_='whatsapp:+14155238886',to='whatsapp:+8801635227460')
message = client.messages.create(body=whatapp_mess,from_='whatsapp:twilio',to='whatsapp:your_number')
print("Data send")

0 comments on commit fc1d576

Please sign in to comment.