Instagram直接消息机器人 使用Instagram机器人发送直接和群组消息。 使用Python 3.7.2和Selenium。 范例: from instadm import InstaDM if __name__ == '__main__' : # Auto login insta = InstaDM ( username = 'your_username' , password = 'your_password' , headless = False ) # Send message insta . sendMessage ( user = 'username_targ