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

https://github.com/mskian/tor-python

Tor Proxy - Python Scripts
https://github.com/mskian/tor-python

proxy python python-3 tor tor-network tor-proxy

Last synced: 6 months ago
JSON representation

Tor Proxy - Python Scripts

Awesome Lists containing this project

README

          

# TOR Python

Tor Proxy - Python Scripts



## requirements

- Python3

## Features

- Clean Validation Using Requests Module
- Terminal Spinners with Validation - halo Spinner Module

## Usage

- `tor.py` - Check TOR Connection
- `torfind.py` - Find the Blocked and redirect URL using TOR SOCKs proxy
- `torip.py` - Find the IP Address Given by TOR

## Installation

- Clone the Respo

```bash
git clone https://github.com/mskian/tor-python.git
```

- Install Require PIP MOdules

```bash
cd tor-python
```

- Install Python PIP

```bash
sudo apt install python-pip
```

```bash
pip install -r requirements.txt
```

- Execute the Scripts

```bash
python tor.py
```

```bash
python torfind.py
```

```bash
python torip.py
```

### For Android

Download Termux Terminal Emulator & Orbot (TOR Proxy) From Google Playstore

- After installing the Orbot Follow the Instructions and setup the APP
- Next Open Texmux - Update & Install the Required packages

```bash
pkg up
```

```bash
pkg install python
```

```bash
pkg install git
```

- Clone this Respo on your Device Storage & open the Git cloned Folder via Termux

### License

(c) MIT 2019