Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7670 > unrolled thread

Re: Dynamic URL shortening

Started byChris Angelico <rosuav@gmail.com>
First post2011-06-15 14:23 +1000
Last post2011-06-15 14:23 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Dynamic URL shortening Chris Angelico <rosuav@gmail.com> - 2011-06-15 14:23 +1000

#7670 — Re: Dynamic URL shortening

FromChris Angelico <rosuav@gmail.com>
Date2011-06-15 14:23 +1000
SubjectRe: Dynamic URL shortening
Message-ID<mailman.255.1308111831.11593.python-list@python.org>
On Wed, Jun 15, 2011 at 2:03 PM, Littlefield, Tyler <tyler@tysdomain.com> wrote:
> Hello all:
> I started working on a project with someone else quite recently, and he has
> a request. The project requires an URL shortener, and he would like it to be
> dynamic for both users and developers. Apparently some applications on the
> mac allow for the user to input some data on a URL shortener and use that
> specific service to shorten URLS. So I'm curious if anyone has had any
> experience with this in python/can recommend a library to look at.

In my MUD client, RosMud, there's a URL shortener that's designed for
people playing a text RPG. The client itself isn't open source (but is
free to download), but the URL shortener is. It's all written in C++,
so it may not be of much use to you, but feel free to grab it from my
rather ugly web site: http://www.kepl.com.au/esstu/rosmud.html

The code is Windows-specific, but the TinyURL code is mostly just
network work, so by the time you've ported it to Python it will be
cross-platform.

Chris Angelico

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web