https://github.com/wybiral/aiotor
Asynchronous Tor controller library for Python.
https://github.com/wybiral/aiotor
asyncio privacy python tor
Last synced: 5 months ago
JSON representation
Asynchronous Tor controller library for Python.
- Host: GitHub
- URL: https://github.com/wybiral/aiotor
- Owner: wybiral
- License: mit
- Created: 2022-04-07T15:52:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T05:18:59.000Z (about 4 years ago)
- Last Synced: 2025-11-01T10:11:52.452Z (8 months ago)
- Topics: asyncio, privacy, python, tor
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aiotor (asyncio Tor controller library)
aiotor is an asyncronous Python library for interacting with the Tor [controller protocol](https://github.com/torproject/torspec/blob/main/control-spec.txt).
## Installation
The easiest way to install is with pip:
```pip install python-aiotor```
Or you can download the source and run:
```python setup.py install```
## Usage
See [/examples](https://github.com/wybiral/aiotor/tree/main/examples) for basic usage examples.