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
# A direct message is sent to the user's chosen contact
friend = api.get_user(USER_ID)
api.send_direct_message(friend.id, "Hey, your friend @" + me.screen_name + " has been feeling a bit down lately. Would you like to check up on them?\n\nMessage from TweepyApp")
# A Twitter resource on Mental Health is opened on the default web browser