No one will know you’re using bit.ly

I’ve been a big fan of Bit.ly. The added utility it provides to link shortening is unmatched. It makes tinyurl.com look like the url shortener of simpletons. Using Bit.ly conveys that you are tech-savvy to a certain degree. But what if you want the benefits of Bit.ly, without looking pretentious? Use biturlly. It’s a simple tool I developed last week that takes a long url, shortens it through Bit.ly, then shortens the Bit.ly link through tinyurl. You’ll get the click tracking of Bit.ly with the humility of tinyurl.

Comments 1

  1. Adrián wrote:

    Whoops!
    Traceback (most recent call last):
    File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 509, in __call__
    handler.post(*groups)
    File "/base/data/home/apps/biturlly/1.331768736646498240/main.py", line 48, in post
    link = shorten(url)
    File "/base/data/home/apps/biturlly/1.331768736646498240/main.py", line 28, in shorten
    bitly = str(soup.findAll('bitly')[0].contents[2].contents[0].contents[4].contents[0])
    IndexError: list index out of range

    Posted 26 Aug 2009 at 11:18 pm

Post a Comment

Your email is never published nor shared. Required fields are marked *