Skip to content

Quarantine-Projects/shorten_url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shorten_url

MIT license Downloads Downloads Downloads

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!