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
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.
@@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
@@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/
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.
Can you create a similar automation for follow-unfollow, likes, views, for instagram?
Is there a way to filter private accounts out?
Cool video! Thanks! But the script will automatically run in a loop with python?
Thanks! Yes, it will loop for the amount of times that you specified
@@imvilgot thanks for your reply. where do you specify it?
@@Sagi56668 When you run the script, it will ask you for how many repetitions it should loop for.
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
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.
@@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
@@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/
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.
@@cezarlacatus thanks brother!!! do you have any resource that i can follow to build a chrome browser like that?