Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robotomize/t2r
- Owner: robotomize
- License: mit
- Created: 2022-02-10T11:56:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T06:26:35.000Z (12 months ago)
- Last Synced: 2024-02-13T07:29:43.186Z (12 months ago)
- Topics: cli, network, python, relays, tor, tor-relays
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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