Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakbin/py-localtunnel
localtunnel in python
https://github.com/jakbin/py-localtunnel
localtunnel localtunnel-client port-forward port-forwarding pypi python python3
Last synced: about 1 month ago
JSON representation
localtunnel in python
- Host: GitHub
- URL: https://github.com/jakbin/py-localtunnel
- Owner: jakbin
- License: mit
- Created: 2021-06-26T10:50:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T17:34:50.000Z (11 months ago)
- Last Synced: 2024-11-04T09:09:02.263Z (2 months ago)
- Topics: localtunnel, localtunnel-client, port-forward, port-forwarding, pypi, python, python3
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-localtunnel
localtunnel client in python.
[![PyPI version](https://badge.fury.io/py/py-localtunnel.svg)](https://pypi.org/project/py-localtunnel/)
[![Downloads](https://pepy.tech/badge/py-localtunnel/month)](https://pepy.tech/project/py-localtunnel)
[![Downloads](https://static.pepy.tech/personalized-badge/py-localtunnel?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/py-localtunnel)
![GitHub Contributors](https://img.shields.io/github/contributors/jakbin/py-localtunnel)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/py-localtunnel)
![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/py-localtunnel)
![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)Finally py-localtunnel is here. Now you can install below command.
## Installation
```sh
pip3 install py-localtunnel
```## Usage
```sh
pylt port 8080
``````sh
pylt port 8080 -s your_custom_subdomain
```## Tutorial
[Watch Here](https://youtu.be/AT8zsjdtYL8)## Contributing
Whether reporting bugs, discussing improvements and new ideas : Contributions to py-localtunnel are welcome!
Special thanks to chatgpt.