You are on page 1of 9

 URL

SHORTENER
21N31A04M1

21N31A04Q2

21N31A04P7

21N31A04Q4

21N31A04P1

Mrs.V.Bala
assist professor
ABSTRACT

URL shortening is a technique on the in which a Uniform Resource Locator (URL) may be made substantially
shorter and still direct to the required page.An URL shortener is a website that reduces the length of your
URL.The idea is to minimize the web page address into something that’s easier to remember and track. A url
Shortener Service creates a short url against a long url.When user click on tiny url, He gets redirected to
original url. Tiny url are exceedingly handy to share through sms and tweets .There are multiple API’s available
for URL shortening service , we will be using tinyurl API to shorten URLs..An URL shortener ensures that you
get the right messages out to your audience without taking up too much space in your matter. A friendly
URL may be desired for messaging technologies that limit the number of characters in a message (for example
SMS), for reducing the amount of typing required if the reader is copying a URL from a print source, for making
it easier for a person to remember.
INTRODUCTION TO URL

A Uniform Resource Locator, colloquially termed a web address, is a reference to a web resource
that specifies its location on a computer network and a mechanism for retrieving it. A URL is a
specific type of Uniform Resource Identifier, although many people use the two terms
interchangeably. Maximum length of url is 2048 characters

This Photo by Unknown Author is licensed under CC BY

It is very difficult to remember the long url to shorten the url we use pyshorteners
PYSHORTENERS

Pyshorteners is a Python lib to help you short and expand URLs using the most
famous URL Shorteners available. With the help of pyshorteners , you can
generate a short URL or expand another one which is as easy as typing

To install pyshorteners open your terminal and run the following command PIP
INSTALL PYSHORTENERS
Now we have the package,that we are ready to import it in our python script
TinyURL is a URL shortening web service, which provides short aliases for redirection. TinyURL offers an
API which allows applications to automatically create short URLs.
If we change the tiny url name it will shows some error.

Attribute error will occur


SOFTWARE AND HARDWARE REQUIREMENTS

Hardware:Modern Operating System:x86 64-bit CPU


(Intel / AMD architecture)4 GB RAM.5 GB free disk space

Software:Operating system: Linux- Ubuntu 16.04 to 17.10


or Windows 7 to 10Python versions :3.9 or above
CONCLUSION

By this project we come to know to how to overcome the problem of long


url to remember and to know how to create short url’s which will be
redirected to the main url.There are many APK’s to shorten for the
url’s.For the APK’s libraries should be installed .By shortening the url’s we
can easily send the url’s in tweets and Messages by python we can do
many applications.
THANKYOU

You might also like