Y
Y
yraiv2020-08-08 13:14:29
Tor
yraiv, 2020-08-08 13:14:29

How to automatically open a site through Tor?

I need the program to open the Tor browser itself and be able to work simultaneously in several windows. So that not just 1 window, but a lot of launches at once (namely, different personalities, not tabs). And I went to the right site. I work in c#, but from what I googled, I realized that it would be easier to organize this in python. Who can share information (vidos, articles, etc.)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
#
#, 2020-08-08
@mindtester

I realized that it would be easier to organize this in python
nonsense. easier in the language you know. besides, C# is much more native to Windows. And in Linux, maybe python will win. but this is all only on condition that they mastered the language and understood the task
different personalities, not tabs
here we dance from the profile. profiles for different personalities . tor is based on firefox, there the command line will be like this
"C:\Program Files\Mozilla Firefox\firefox.exe" -no-remote -profile <путь к папке профиля (любой, где хотим там и размещаем)>

ps the path to fox is replaced by the path to the tor browser

D
Deleting Account, 2020-08-08
@Andriy_Kosmenyuk

Download the Tor driver and use selenium to do what you want.
https://stackoverflow.com/questions/22978074/using... You
can write in any language, python has its own library for working with selenium, I don’t know exactly about c#.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question