Hello everyone! I've created a python script to do some scraping.
To avoid being recognized as a bot I do it by tor and periodically change my public IP address.
I noticed, however, that my public ip always come from Romania.
To connect remotely I have a vpn with ip romanian (perhaps for this tor I provide ip romanians)
This is not a big problem I was wondering if there is a way to keep all the traffic under vpn and run the script in python only via tor (and not vpn + tor)
Thank you.