Skip to content

Resolve shortened links to full urls with a bookmarklet. Build on Python/CherryPy/Mako template

Notifications You must be signed in to change notification settings

235/unshort-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unshort-url

Resolve shortened links to full URLs with a bookmarklet. Demo online: http://9p.org.ua/r.

Screenshot of the demo

Developed using Python and CherryPy web framework with Mako templates.

Also, it has a bookmarklet which replaces all short links on an active page, and it that can be dragged into you toolbar for later use.

This tiny project I developed back in Dec 2008 when some people got tinyulr.com blocked. It resolves any shortened URL into a full one on a server-side, so escaping any filtration or censorship.

Installation

  1. Clone this repository

  2. Initialise virtualenv and enter it

  3. Install required modules pip install -r require.txt Run bootstrap_venv.sh to initialise a virtual environment

  4. Configure your local settings in unshort.py

  5. Run locally python unshort.py and and browse to http://localhost:8080

  6. Write a server config using example in .htaccess or read CherryPy Deployment Guide

About

Resolve shortened links to full urls with a bookmarklet. Build on Python/CherryPy/Mako template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages