Goo.gl URL shortener
How to make shorten url using goo.gl
import urllib
import simplejson
def GooGL(url):
params = urllib.urlencode({'security_token': None, 'url': url})
f = urllib.urlopen('http://goo.gl/api/shorten', params)
return simplejson.loads(f.read())['short_url']
>>> GooGL('http://www.google.com')
'http://goo.gl/mR2d'
>>>
Читайте також:
- Django yandex and google maps integration
- Google Earth is not funny anymore!
- Чи все ви знаєте про пошук в Gmail?
- Відкриті DNS сервера від google
- Google Translate API From The Command Line
- How to Run Google Chrome on Windows 7 64 bit Version
- Архітектура YouTube
- Google Apps Calendar – Only Able To Share Free Busy Information
- Реклама від Google
- Linksys Wireless ADSL Router (WAG54G V.2) httpd DoS Exploit