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
# Send a seperate message with the percentage change and each article's title and description to your phone number.
22
+
# client = Client(account_sid, auth_token)
23
+
# message = client.messages.create(
24
+
# from_='+',
25
+
# body='Hi there',
26
+
# to='+'
27
+
# )
28
+
# print(message.sid)
29
+
30
+
#Optional: Format the SMS message like this:
31
+
"""
32
+
TSLA: 🔺2%
33
+
Headline: Were Hedge Funds Right About Piling Into Tesla Inc. (TSLA)?.
34
+
Brief: We at Insider Monkey have gone over 821 13F filings that hedge funds and prominent investors are required to file by the SEC The 13F filings show the funds' and investors' portfolio positions as of March 31st, near the height of the coronavirus market crash.
35
+
or
36
+
"TSLA: 🔻5%
37
+
Headline: Were Hedge Funds Right About Piling Into Tesla Inc. (TSLA)?.
38
+
Brief: We at Insider Monkey have gone over 821 13F filings that hedge funds and prominent investors are required to file by the SEC The 13F filings show the funds' and investors' portfolio positions as of March 31st, near the height of the coronavirus market crash.
0 commit comments