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

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.

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.