11AnJo/instagram_dm

Not working, just opens browser and doesn't do anything

Closed this issue · 1 comments

mycode:
from instagram_web import User
user = User(profile_name="myusernamewashere", debug=False)
user.send_msg(to_username="nba", msg="hi")
cookies = user.get_cookies(close_after=True)

11AnJo commented

Can you enable debug and provide log file?