Metadata-Version: 2.1
Name: torsposer
Version: 1.0.0
Summary: Expose Services to the TOR network automatically
License: MIT
Author: Dhrumil Mistry
Author-email: 56185972+dmdhrumilmistry@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Bug Tracker, https://github.com/dmdhrumilmistry/torsposer/issues
Project-URL: Home, https://github.com/dmdhrumilmistry/torsposer
Project-URL: Ko-Fi, https://ko-fi.com/dmdhrumilmistry
Project-URL: PayPal, https://paypal.me/dmdhrumilmistry
Project-URL: Support, https://github.com/sponsors/dmdhrumilmistry/
Description-Content-Type: text/markdown

# TOR Service Exposer (torsposer)

```
dMMMMMMP .aMMMb  dMMMMb  .dMMMb  dMMMMb  .aMMMb  .dMMMb  dMMMMMP dMMMMb 
   dMP   dMP"dMP dMP.dMP dMP" VP dMP.dMP dMP"dMP dMP" VP dMP     dMP.dMP 
  dMP   dMP dMP dMMMMK"  VMMMb  dMMMMP" dMP dMP  VMMMb  dMMMP   dMMMMK"  
 dMP   dMP.aMP dMP"AMF dP .dMP dMP     dMP.aMP dP .dMP dMP     dMP"AMF   
dMP    VMMMP" dMP dMP  VMMMP" dMP      VMMMP"  VMMMP" dMMMMMP dMP dMP
```

Expose Services to the TOR network automatically


## Installation

### Using PyPi

- Use pip 

    ```bash
    python3 -m pip install torsposer
    ```

### Using GitHub + Pip

- Install requirements
    - Git

- Use below command

    ```bash
    python3 -m pip install git+https://github.com/dmdhrumilmistry/torsposer.git
    ```

## Usage

- Help menu

    ```bash
    ❯ torsposer
    dMMMMMMP .aMMMb  dMMMMb  .dMMMb  dMMMMb  .aMMMb  .dMMMb  dMMMMMP dMMMMb 
       dMP   dMP"dMP dMP.dMP dMP" VP dMP.dMP dMP"dMP dMP" VP dMP     dMP.dMP 
      dMP   dMP dMP dMMMMK"  VMMMb  dMMMMP" dMP dMP  VMMMb  dMMMP   dMMMMK"  
     dMP   dMP.aMP dMP"AMF dP .dMP dMP     dMP.aMP dP .dMP dMP     dMP"AMF   
    dMP    VMMMP" dMP dMP  VMMMP" dMP      VMMMP"  VMMMP" dMMMMMP dMP dMP    
    --------------------------------------------------------------------------
    Written By: dmdhrumilmistry
    GitHub: https://github.com/dmdhrumilmistry/torsposer
    --------------------------------------------------------------------------
    Warning: works only on debian based OSes!!
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    usage: torsposer [-h] -s SERVICE_NAME [-sp SERVICE_PORT] [-tp TOR_PORT]
    torsposer: error: the following arguments are required: -s/--service
    ```

- expose localhost server running on port 80 to tor network on tor host port 80

    ```bash

    ```

> Note: if `torsposer` doesn't work try replacing it with `python3 -m torsposer`

