A simple package for easily creating Cloudflare or Localtunnel tunnels.
Project description
Tunnelify
Tunnelify is a Python library to easily create and manage Cloudflare or Localtunnel tunnels.
Example
from tunnelify import tunnel
# For Cloudflare
url, proc = tunnel(8000, "cloudflare")
print(f"Cloudflare URL: {url}")
# For Localtunnel (without custom subdomain)
url, _ = tunnel(8000, "localtunnel")
print(f"Localtunnel URL: {url}")
# For Localtunnel with custom subdomain
url, _ = tunnel(8000, "localtunnel", "customsub")
print(f"Custom Localtunnel URL: {url}")
Installation
Just:
pip install tunnelify
Tunnelify requires Cloudflared package to work.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tunnelify-0.3.2.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tunnelify-0.3.2.tar.gz.
File metadata
- Download URL: tunnelify-0.3.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f31a41fc8343850f86d162c9548523baef0c7507ed57b218c6d5ab031e27634
|
|
| MD5 |
9134f8927c036df4d17b3b546c7ef5de
|
|
| BLAKE2b-256 |
33c0f0e43daf252bd366a3362ed4a1ecf0d701ac8e3067ee3f46acf2c83ce5ad
|
File details
Details for the file tunnelify-0.3.2-py3-none-any.whl.
File metadata
- Download URL: tunnelify-0.3.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebfdf4886038cdda80564b0ca955a1fd5683c778d4433c4102978f64d6cf61b0
|
|
| MD5 |
c11dd6d03621c2dc9c646aacf423a865
|
|
| BLAKE2b-256 |
cd7154fb0d14b8d811a8458f9f64918e12de72d82b0a3b68a472837cff743ea8
|