An open API service indexing awesome lists of open source software.

https://github.com/avidlearnerinprogress/url-shortener-api

URL Shortener written in python which shortens any given url using few shortener api's like goo.gl, bit.ly, tinyurl and is.gd
https://github.com/avidlearnerinprogress/url-shortener-api

api bitly-clone google-url-shorten isgd python tinyurl-api url-shortener

Last synced: 10 months ago
JSON representation

URL Shortener written in python which shortens any given url using few shortener api's like goo.gl, bit.ly, tinyurl and is.gd

Awesome Lists containing this project

README

          

# URL Shortener API
### It shortens url provided as input by user.
#### User is provided with four api options namely:
1. google Shortener
2. bit.ly
3. tinyUrl
4. is.gd
#### Clipboard functionality is also integrated to directly load and paste videos from clipboard in command line. QR code is generated from the shortened url.
##### Check the video below for more information:
[![Live](https://img.youtube.com/vi/24mEIz0KREc/0.jpg)](https://www.youtube.com/watch?v=24mEIz0KREc)
##### Screenshots:
#### ![Screenshot1](https://cdn.rawgit.com/avidLearnerInProgress/url-shortener-api/34f698f3/ss1.PNG)
#### ![Screenshot2](https://cdn.rawgit.com/avidLearnerInProgress/url-shortener-api/34f698f3/ss2.PNG)
#### ![Screenshot3](https://cdn.rawgit.com/avidLearnerInProgress/url-shortener-api/34f698f3/ss3.PNG)