Skip to content

Files

Latest commit

 

History

History

URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

URL Shortner

It shortens your given website URL.

Modules Used

  • pyshorteners

How it works

  • It takes the given your website URL as input.

  • It shortens the given URL.

  • It Returns the shortened URL in the output.

Url Shortener

Long URLs are not easy to handle, they are more manageable. Your URLs should be short and sweet. That’s because long URLs confuse Google and other search engines. Short Urls are easy to share, and they can help to track and compile click data(One of the reasons that bit.ly has received so much attention lately).

pyshorteners is a Python lib to help you short and expand urls using the most famous URL Shorteners available. It has many implemented APIs (Bit.ly, Chilp.it, Cutt.ly, etc.)

Here's a demo of how to use the url-shortener.py script:

working.jpg