Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotomize/t2r

cli app that provides a list of current tor relays
https://github.com/robotomize/t2r

cli network python relays tor tor-relays

Last synced: 2 days ago
JSON representation

cli app that provides a list of current tor relays

Awesome Lists containing this project

README

        

# t2r
Getting a list of relays to use in the tor browser

## Install

Install Python3.9

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

### Example
```shell
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