🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

shorten-url

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shorten-url

Python Library to help you short and expand urls using https://rel.ink/

1.0.0
PyPI
Maintainers
1

shorten_url

MIT license

Python Library to help you short and expand urls using https://rel.ink/

Installation

In order install this package, simply run:

pip install shorten_url

Usage

To use shorten_url, you first need to import the package:

import shorten_url

Shorten the URL:

shorten_url.short("https://www.linkedin.com/in/salil-gautam/")    # Returns the shortened URL.

Expand the URL:

shorten_url.expand("https://rel.ink/goqDVn")    # Returns the expanded URL.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Salil Gautam

💻 📖 💡

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

url

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts