Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello.I want to ask you if I can get ban from instagram for making a script (python & selenium) that show me the followers and people I follow.

Thanks

What I have tried:

Python
from selenium import webdriver
from selenium.webdriver.firefox.options import Options


options = Options()
options.add_argument('--headless')
driver = webdriver.Firefox()     # call Firefox #options=options


followers = "url to my followers list" 
driver.get(followers)        
Posted
Updated 27-Aug-22 2:23am
v2

1 solution

Instagram automation is banned, so probably yes.
I'd start here: How to automate Instagram activity without getting banned[^]
And if in any doubt, don't do it.
 
Share this answer
 
Comments
Nick_is_asking 27-Aug-22 8:29am    
Thank you. I will not do it
OriginalGriff 27-Aug-22 8:52am    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900