Skip to main content

Unshortens adf.ly, adfoc.us, lnx.lu, linkbucks, and any 301 redirected shortener urls

Project description

Unshortens ad-based urls and 301 redirects. Supports adf.ly, lnx.lu, linkbucks.com, and adfoc.us

Features

  • Supports unshortening the following ad-based shortners:
    • Adf.ly and related subdomains (PyV8 library required)

    • Custom adf.ly domains by passing the type=’adfly’ parameter

    • Lnx.lu

    • Linkbucks.com and related subdomains

    • Adfoc.us

  • Supports any 301 redirected urls

  • Python 2.7 and 3.3 support

Usage

import unshortenit unshortened_uri,status = unshortenit.unshorten(’http://ul.to’)

> unshortenit.unshorten will return a tuple (unshortened_uri,status)

> unshortened_uri will contain the unshortened uri. If you pass in a non-shortener url it will return the original url. > status will contain the status code or any error messages

Installation

pip install unshortenit

In order to enable adf.ly support you will need to install the PyV8 library. This will need to be compiled from source.

#### Python 2.7 PyV8 Instructions:

sudo apt-get install gyp subversion build-essential libboost-python-dev python2.7-dev libboost-system-dev libboost-thread-dev> svn checkout http://v8.googlecode.com/svn/trunk/ v8 svn checkout http://pyv8.googlecode.com/svn/trunk/ pyv8-read-only cd v8 make dependencies cd .. cd pyv8-read-only V8_HOME=/path/to/v8 python2.7 setup.py build * This will not work inside a virtualenv. Make sure to deactivate your virtualenv first. python2.7 setup.py install * You can run this inside your virtualenv to install it.

#### Python 3.3 PyV8 Instructions:

sudo apt-get install gyp subversion build-essential libboost-python-dev python3.3-dev libboost-system-dev libboost-thread-dev svn checkout http://v8.googlecode.com/svn/trunk/ v8 svn checkout http://pyv8.googlecode.com/svn/trunk/ pyv8-read-only cd v8 make dependencies cd .. cd pyv8-read-only sed -i.bak s/'boost_python'/'boost_python-py33'/ setup.py V8_HOME=/path/to/v8 python3.3 setup.py build * This will not work inside a virtualenv. Make sure to deactivate your virtualenv first. python3.3 setup.py install * You can run this inside your virtualenv to install it.

History

0.1.0 (2013-10-08)

  • First release.

0.1.1 (2013-10-12)

  • Added support for custom adf.ly domains via the type=’adfly’ variable.

0.1.2 (2013-10-12)

  • Fixed bug with t.co not working.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unshortenit-0.1.2.tar.gz (11.1 kB view details)

Uploaded Source

File details

Details for the file unshortenit-0.1.2.tar.gz.

File metadata

  • Download URL: unshortenit-0.1.2.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for unshortenit-0.1.2.tar.gz
Algorithm Hash digest
SHA256 308209a3b94541183bf0bbd54765295ee993f81eb5d79655350940c40f4c6cdb
MD5 f6eabc7763319a0c3204915992f3216b
BLAKE2b-256 8d5a7e41a7ee888bb6b011b30a15f26f7b0e3e26608c74df24a22ff4d8b50084

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page