TinyURL

Super tiny library and command-line interface to tinyurl.com
Download

TinyURL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Dan Buch
  • Publisher web site:
  • http://meatballhat.com/

TinyURL Tags


TinyURL Description

Super tiny library and command-line interface to tinyurl.com TinyUrl is a Python module that provides a few useful functions for use from within Python code:>>> import tinyurl>>> tinyurl.create_one('http://google.com/')'http://tinyurl.com/8kp'>>> for u in tinyurl.create('http://google.com/', 'http://meatballhat.com/'):... print u...http://tinyurl.com/8kphttp://tinyurl.com/7qg8g7Additionally, a command-line interface is provided for general use, as in shell scripts or < whatever >...$ export GOOGLE_URL="`tinyurl http://google.com/`"$ echo $GOOGLE_URLhttp://tinyurl.com/8kpMuch love to the folks at tinyurl.com! Requirements: · Python


TinyURL Related Software