Skip to content
/ tinchy Public

Ridiculously simple and compact personal URL shortener, powered by Bottle.

Notifications You must be signed in to change notification settings

davej/tinchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

tinchy

Uh, so... tinchy

tin·chy adj. smaller than tiny.

Yep, it's a ridiculously simple and compact personal URL shortener that takes fatty URLS and makes them tinchy.

tinchy urls are in the form of http://my-tinchy-domain/abc

Dependancies

Just Python 2.5+ and Bottle. No database needed, tinchy uses shelve (which is included in Python) to persist URLs.

Give it to me in bullets

  • Personal URL shortener.
  • <40 lines of code.
  • Bottle is the only dependancy and it's only one file.
  • No database needed.
  • Good for storing a few thousand personal URLs, if you expect to be storing tens of thousands then look somewhere else. This is not a bit.ly clone :).
  • Do whatever you want with it.
  • I hope it wont blow up but if it does then sorry :(

About

Ridiculously simple and compact personal URL shortener, powered by Bottle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages