Socket
Socket
Sign inDemoInstall

shorten-url

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

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/


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc