https://github.com/aviksaikat/nipe_py
An engine to make Tor Network your default gateway.
https://github.com/aviksaikat/nipe_py
hatch hatchling nipe python python3 tor
Last synced: 3 months ago
JSON representation
An engine to make Tor Network your default gateway.
- Host: GitHub
- URL: https://github.com/aviksaikat/nipe_py
- Owner: Aviksaikat
- License: mit
- Created: 2024-05-06T08:58:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:21:24.000Z (8 months ago)
- Last Synced: 2025-04-11T01:04:04.879Z (3 months ago)
- Topics: hatch, hatchling, nipe, python, python3, tor
- Language: Python
- Homepage: https://aviksaikat.github.io/nipe_py/
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# nipe_py
![]()
[](https://www.python.org/) [](https://github.com/pypa/hatch) [](https://github.com/features/actions)
[](https://pypi.org/project/nipe_py)
[](https://pypi.org/project/nipe_py/)
[](https://github.com/aviksaikat/nipe_py/blob/main/LICENSE)---
**Documentation**: https://aviksaikat.github.io/nipe_py/
**Source Code**: https://github.com/aviksaikat/nipe_py
---
Python version of [nipe](https://github.com/htrgouvea/nipe): An engine to make Tor Network your default gateway.
## Installation
```sh
pip install nipe_py
```- You need to have tor installed & tor should be running. Confirm it by running
```sh
# this will start the tor service if not already running. If running then it'll restart it.
sudo systemctl restart tor
```## Usage
```sh
$ nipe --help
Usage: nipe [OPTIONS] COMMAND [ARGS]...Options:
--help Show this message and exit.Commands:
install Install dependencies
restart Restart the Nipe circuit
start Start routing
status See status
stop Stop routing
version Show Version
```## Demo
## License
This project is licensed under the terms of the [MIT](./LICENSE) license.