FREE AI Personalized IG DM Outreach Automation | Full Guide

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 16

  • @Sagi56668
    @Sagi56668 Месяц назад

    Can you create a similar automation for follow-unfollow, likes, views, for instagram?

  • @Sagi56668
    @Sagi56668 Месяц назад

    Is there a way to filter private accounts out?

  • @Sagi56668
    @Sagi56668 3 месяца назад

    Cool video! Thanks! But the script will automatically run in a loop with python?

    • @imvilgot
      @imvilgot  3 месяца назад +1

      Thanks! Yes, it will loop for the amount of times that you specified

    • @Sagi56668
      @Sagi56668 3 месяца назад

      @@imvilgot thanks for your reply. where do you specify it?

    • @imvilgot
      @imvilgot  3 месяца назад

      @@Sagi56668 When you run the script, it will ask you for how many repetitions it should loop for.

  • @ayubansari2711
    @ayubansari2711 2 месяца назад

    Hey vilgot... in some of the messages it is generating for outreach it is giving output as "[PROSPECT'S FIRST NAME]" instead of writing the actual first name of the person? how to fix it

    • @imvilgot
      @imvilgot  2 месяца назад

      Not sure exactly what you mean. My guess is that the ChatGPT that is generating the personalized first line thinks that they need the prospects first name. You need to specify that it should ONLY create a personalized first line and not include any names, or you can give it some examples as I've done in the video.

    • @ayubansari2711
      @ayubansari2711 2 месяца назад

      @@imvilgot Did that too brother yet in some cases it's writing like that.. BTW what do we need Pycharm for? Can you send a link where I could download the free version of it

    • @imvilgot
      @imvilgot  2 месяца назад

      @@ayubansari2711 You don't necessarily need it, but it's really helpful for setting up python projects and writing the auto DM script. www.jetbrains.com/pycharm/

    • @cezarlacatus
      @cezarlacatus 2 месяца назад

      The script is so basic and slow. An approach would be to use puppeter (js library) to fully drive the chrome browser and you can also have an in house solution for scraping, personalisation and dm sending all in 1 script.

    • @ayubansari2711
      @ayubansari2711 2 месяца назад +1

      @@cezarlacatus thanks brother!!! do you have any resource that i can follow to build a chrome browser like that?