Dear Matt Traudt,
Thank you for your answer.
Three remarks:
1) I only found your answer coincidentally when I googled for LSAG + WOT.
It would have been very nice if you had let me know that you answered.
2) Your answer sort of only repeats what is already written on Overflow.
Since that was unhe
On 8/11/22 11:13, Martin Neuenhofen via tor-dev wrote:
Sorry to bother again.
An equally good solution to replacing
/client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
client_socket.connect(ip,port)/
with a TOR solution could be via a command line interface:
os.system("torsocket
Sorry to bother again.
An equally good solution to replacing
*client_socket = socket.socket(socket.AF_INET,
socket.SOCK_STREAM)client_socket.connect(ip,port)*
with a TOR solution could be via a command line interface:
os.system("torsocketprogram -send 123.45.67.89 9000 filename.bytes") and
os.syst