How to make unique short URL with Python?

后端 未结 12 1294
渐次进展
渐次进展 2020-12-02 07:02

How can I make unique URL in Python a la http://imgur.com/gM19g or http://tumblr.com/xzh3bi25y When using uuid from python I get a very large one. I want something shorter f

12条回答
  •  感情败类
    2020-12-02 07:57

    Try this http://code.google.com/p/tiny4py/ ... It's still under development, but very useful!!

提交回复
热议问题