Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Fraccs/tor-refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date) GitHub GitHub issues GitHub pull requests

TOR Refresh

🧅 Refresh your TOR circuit with ease.



Installation (tor)

The program needs the tor executable in order to work, skip this if you have it already.

sudo apt update
sudo apt install tor

Installation (pipx)

Install pipx

python3 -m pip install pipx
python3 -m pipx ensurepath

Install tor-refresh

pipx install tor-refresh
tor_refresh <?port> <?control_port>

Installation (git)

Install tor-refresh

git clone https://github.com/Fraccs/tor-refresh.git
python3 src/tor_refresh.py <?port> <?control_port>