Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 808 Bytes

telstar

Simple-as-possible, personal link shortener with Bottle and Redis. Uses Redis' INCR function for an interesting change from the usual BASE and random stuff.

Requires:

telstar is directly inspired by Dave Jeffery's tinchy, Leah Culver's tinytinyurl, and also by Cake's song Daria (which was playing in the couple of minutes when telstar was written).

to run

With the deps installed and a running redis-server on localhost, python telstar.py will start the telstar web interface on localhost. Point your browser to http://localhost:8080/ and start shortening links.

author: Ted Nyman license: MIT