For those who needs this later, you can set up http proxy and send a simple get request to https://api.ipify.org , it will give you the ip adress in plain text, no need to parse the json.
One of many simple and easy ways to do it.
How to use different scripts in different threads ?
-
Hi, I'm struggling with one thing. I have two slightly different scripts and would like to run them in two different threads at the same time, meaning script 1 working as thread 1 and script 2 working as thread 2 at the same time.
Could you please tell me how to do it ?
Thank you, much appreciated.
-
There are many ways, but here is one way.

