0

Is there a way to fetch all the Tor guard IPs from the Tor Project website? I looked for an API but could not see. The information is actually public, but I cannot nicely fetch it, only see it in the Relay Search table.

Thank you for your help

modeset
  • 103
  • 1
Ninja Bug
  • 101
  • 3

1 Answers1

0

You have a few options:

  • Programatically using an API like Stem (Python)
  • Tor's metrics project (see here for more)
  • Have a look at previous questions, e.g. this.
modeset
  • 103
  • 1