Python Automation Playlist for apps like whatsapp, twitter, youtube is on the way. Subscribe to the channel for the videos: th-cam.com/channels/ggZvARaczWC4wc4E6f330w.html
percentage here refers to the chances of the script performing that action. For example if follow percentage is 50%, it means that the script has 50% chances of following any account that it finds related to that tag
Yes. The ides is to follow other Instagram accounts that are similar to yours, and in return they will likely follow you. If you don't want to follow other accounts, you can simply like and comment on their posts, and they may start following you
If you check out this url: chromedriver.chromium.org/downloads You will find chromedriver of all versions. You can select the chromedriver version you want and then download and use it
I checked that the script is working for me. Make sure you enter 'follow percentage' as '100' and within 'list of comments' enter any comment like 'nice post'
Very wonderful. I am watching you from Egypt. Please, I want to copy the programming codes, since I wrote it all manually, but there is something missing. Is there a bot on your channel that provides Facebook services and creates Facebook accounts?
You can refer to clubhouse official API clubhouse.io/api/rest/v3/ And use python requests library to create the bot If you want any more info, just ask me here :)
hey , IG clearly updated the source so i had to update the Xpaths , however when running the script i had this error"Element Is Not Clickable at Point" at this line section : # Click and open post actions.move_to_element(choice).click() choice.click() time.sleep(WAIT_TIME)
Here are few things that you can try to troubleshoot: 1. Check the xpath is correct and there is only one element with that specific xpath. 2. Try any other element which is either within or outside the element which you are trying right now. Also I will update the source code of the script on github soon
Python Automation Playlist for apps like whatsapp, twitter, youtube is on the way.
Subscribe to the channel for the videos:
th-cam.com/channels/ggZvARaczWC4wc4E6f330w.html
I am a beginner in Python, you channel is so interesting and helps for my motivation, thanks!
🙂
Do i just download selenium library and start coding there isnt anything else i need before hand
Do you have a script to add all my instagram followers as close friends?
4:90 best time
I will create instagram account manually then add it in the script? Or it will create an instagram account for me?
Youll have to create an account manually
How can i get the following list?
Showing already liked error everytime
yo i think it doesnt work anymore can you fix it?
it gives me this error:
ValueError: Sample larger than population or is negative
Sure i will check it and tell you
for some reason it won't let me log in to IG. help
Just double check your IG username and password. If it still doesn't work let me know
Really great idea
Glad you liked it 🙂
can this be used on linux?
Thumbnail OP bro!!!!!!!!!!
No work
Sir can I use this script without Laptop or computer like from internet ?
You can try it on repl.it
@@AllAboutPython sir instapy module is not available on their compilers
@@AllAboutPython sir please suggest any online platform where I can install pips
I did not understand what do you mean by "percentage" ?
percentage here refers to the chances of the script performing that action. For example if follow percentage is 50%, it means that the script has 50% chances of following any account that it finds related to that tag
How to do same in php ..is it possible to do in php?
I am not an expert in php but I know that you can use selenium in php. So the answer would be Yes !
@@AllAboutPython thank you
Hi, can you create a video tha makes automatic boys followers
so basically if we want followers then i need to follow them first
Yes. The ides is to follow other Instagram accounts that are similar to yours, and in return they will likely follow you.
If you don't want to follow other accounts, you can simply like and comment on their posts, and they may start following you
How do you get a 71 to 75 version chromedriver
If you check out this url:
chromedriver.chromium.org/downloads
You will find chromedriver of all versions. You can select the chromedriver version you want and then download and use it
Ok i got it working but it only likes it nvr says it’s commenting or following just gives out likes
I checked that the script is working for me. Make sure you enter 'follow percentage' as '100' and within 'list of comments' enter any comment like 'nice post'
What if I get invalid script… please try again?
can you tell me the exact error message that appears on your screen ?
Hello i need a custom script. Can you please do It for me. Will pay for that
You can contact me on Instagram @itsallaboutpython
Please how do I install/download the instapy
Run the command 'pip install instapy'
Very wonderful. I am watching you from Egypt. Please, I want to copy the programming codes, since I wrote it all manually, but there is something missing. Is there a bot on your channel that provides Facebook services and creates Facebook accounts?
I really didn't understand anything
Hey bro i need your help
If you can help me
Sure, you can contact me on Instagram @itsallaboutpython
bro can u make club house bot
You can refer to clubhouse official API
clubhouse.io/api/rest/v3/
And use python requests library to create the bot
If you want any more info, just ask me here :)
Muy Bueno
Gracias
the music is toooo louuuddd!!!
will try to keep it lower in future videos
Bro can u share source code with us ☺️ please
The link to code is in the video's description. You can get it from there
hey , IG clearly updated the source so i had to update the Xpaths , however when running the script i had this error"Element Is Not Clickable at Point" at this line section :
# Click and open post
actions.move_to_element(choice).click()
choice.click()
time.sleep(WAIT_TIME)
Here are few things that you can try to troubleshoot:
1. Check the xpath is correct and there is only one element with that specific xpath.
2. Try any other element which is either within or outside the element which you are trying right now.
Also I will update the source code of the script on github soon