A
A
alex_ak12020-08-11 21:50:25
Windows
alex_ak1, 2020-08-11 21:50:25

Recommend an ip address tracker?

I have a Windows laptop.
Advise a program on it that will quietly merge the ip-address (mostly public) to some third-party service.
Interaction with the user should preferably be absent altogether.
Well, it is desirable that the service should be preferably free.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SKEPTIC, 2020-08-11
@alex_ak1

a simple python script for autoloading a batch file.

import requests
import time

while True:
    try:
        requests.get("http://mydomain.sru/ip.php?secret=228")
    except:
        pass
    time.sleep(60)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question