Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 290 Bytes

About

Shorten your URLs with a python script via goo.gl URL shortener.

Usage

$ python shrt.py http://petermanser.ch
http://goo.gl/yRErm

or make an alias and it's even shorter:

$ shrt http://petermanser.ch
http://goo.gl/yRErm

Requirements

pip install requests