Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 336 Bytes

Url Shortner

This automation Script is used to shorten the url using the TinyURL Open API that helps us to short the long URL's.

Requirements

  1. requests
  2. urllib

Installation

python3 url_shortner.py url1, url2, url3, ....

  • You can pass N number of Url's to the Script to convert it into the Short URL's.