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
- Host: GitHub
- URL: https://github.com/mskian/tor-python
- Owner: mskian
- License: mit
- Created: 2019-02-19T06:45:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T15:03:27.000Z (over 6 years ago)
- Last Synced: 2025-04-20T19:55:32.221Z (9 months ago)
- Topics: proxy, python, python-3, tor, tor-network, tor-proxy
- Language: Python
- Size: 635 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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