0

I've used python Selenium in order to create web scraping bots for a while.

Recently I found InstaPy and I've leveraged it to increase followers of some Instagram pages.

Now some of the page owners need to interact with users privately through direct messages. I want to know is there any features to send direct messages to users and interact with them in InstaPy?

Arman Karimi
  • 11
  • 1
  • 6

1 Answers1

0

Instapy doesn't offer you the possibility to send DMs.

This is another approach using selenium that could fix your problem ( see sendMessage function): https://github.com/CamTosh/instagram-bot-dm/blob/master/instadm.py

Ali Doggaz
  • 105
  • 1
  • 6
  • Thank you @Ali for your response, I checked the library you mentioned but I need a solution based on InstaPy or somehow extend it, on the grounds that I have already built a bot utilizing InstaPy and need to extend it to meet the user's requirements. – Arman Karimi Sep 25 '20 at 11:19