Skip to content

tnm/telstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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

About

Simple-as-possible personal link shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages