Metadata-Version: 2.1
Name: tor-refresh
Version: 0.4.5
Summary: Refresh your TOR circuit
Home-page: https://github.com/Fraccs/tor-refresh
Author: Francesco Aliprandi
Author-email: aliprandifrancescopp@gmail.com
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: readchar
Requires-Dist: requests
Requires-Dist: requests[socks]
Requires-Dist: rich
Requires-Dist: stem
Requires-Dist: python-string-utils
Requires-Dist: typer

![](https://img.shields.io/badge/platform-Ubuntu-orange)
![](https://img.shields.io/badge/python-3.10.x-yellow)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Fraccs/tor-refresh)
![GitHub](https://img.shields.io/github/license/Fraccs/tor-refresh)
![GitHub issues](https://img.shields.io/github/issues/Fraccs/tor-refresh)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Fraccs/tor-refresh)

# TOR Refresh

> 🧅 Refresh your TOR circuit with ease.

---

<img src="https://user-images.githubusercontent.com/78105813/209010594-c6c054d2-e498-44df-95f3-247b9378cfcc.PNG" />

---

## Installation (tor)

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

```bash
sudo apt update
```

```bash
sudo apt install tor
```

## Installation (pipx)

### Install pipx

```bash
python3 -m pip install pipx
```

```bash
python3 -m pipx ensurepath
```

### Install tor-refresh

```bash
pipx install tor-refresh
```

```bash
tor_refresh <?port> <?control_port>
```

## Installation (git)

### Install tor-refresh

```bash
git clone https://github.com/Fraccs/tor-refresh.git
```

```bash
python3 src/tor_refresh.py <?port> <?control_port>
```
