0

I have a python robot that accesses internet websites and performs some tasks (using selenium and google chrome). I would like make the python code to change my external IP address every, say, 10 interactions that the code performs in the websites. Is it possible? Would you have the adequate line of code for this task? Note that the websites that I access recognize VPN, so when I try changing my IP address through VPN, I cannot access these websites. Thank you

John
  • 101
  • 2
  • hello you can use tor expert bundle. expert bundle: https://www.torproject.org/download/tor/ changing tor ip: https://stackoverflow.com/questions/9887505/how-to-change-tor-identity-in-python make requests using tor: https://stackoverflow.com/questions/30286293/make-requests-using-python-over-tor – Rifat Alptekin Çetin Sep 22 '20 at 12:51
  • The websites I have to access do not accept TOR either. – John Sep 22 '20 at 18:50
  • If you can't use TOR or VPN, then you can't change your IP. Your public IP is set by your ISP. – Barmar Sep 22 '20 at 19:11
  • What is ISP? Does it mean that two different computers connected to the same internet network (wifi) will have the same public IP recogonized by the website that does not accept VPN nor TOR? – John Sep 22 '20 at 19:22

0 Answers0