Skip to content
/ t2r Public

cli app that provides a list of current tor relays

License

Notifications You must be signed in to change notification settings

robotomize/t2r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t2r

Getting a list of relays to use in the tor browser

Install

Install Python3.9

python3 -m venv env
pip3 install poetry
poetry install --no-dev
python3 main.py

Example

python3 --proxy 'http://8.8.8.8:8181,http:/9.9.9.9:9191' --timeout 3 --count 30 main.py

Options

  • timeout - request timeout
  • count - number of relays
  • proxy - list of proxies

About

cli app that provides a list of current tor relays

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages