A tool for installing and configuring Tor and Privoxy.
Project description
tor_privoxy_setup
A Python package to install and configure Tor and Privoxy for anonymized browsing.
Installation
pip install google_colab_tor_proxy
## Usage
To use the package in your Python script, you can do the following:
```python
import google_colab_tor_proxy import tor_proxy_setup
tor_proxy_setup()
This will install and configure Tor and Privoxy for you.
Example
Here is an example of how to use the package in a script:
import requests
from google_colab_tor_proxy import tor_proxy_setup
tor_proxy_setup()
proxies = {
'http': 'http://localhost:8118',
'https': 'http://localhost:8118',
}
response = requests.get('http://httpbin.org/ip', proxies=proxies)
print(response.json())
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file google_colab_tor_proxy-0.1.0.tar.gz.
File metadata
- Download URL: google_colab_tor_proxy-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2e97188e7b3c5ae5f6ff59c5073247c21f6da76f77ddf84f06f4f90f8679296
|
|
| MD5 |
781c1cb5751ab64ab0d60f812f509763
|
|
| BLAKE2b-256 |
c5875bb901134034386dc97b0027c82b587ec71b64cec1ba97f130ebcd311a45
|
File details
Details for the file google_colab_tor_proxy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: google_colab_tor_proxy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2519a0a92778936e88beeb852c276bce4d7abc280400b6b27cc6ab62fd339701
|
|
| MD5 |
198978b0e28150caabc10b8c6bf6911c
|
|
| BLAKE2b-256 |
83c98ca043f7d87ed6889e465b058d1a114e46097f3c5551e96a466fa8e775cf
|