Skip to main content
===============
Python-ShortUrl 0.0.4
===============

A python library to shorten urls using one of three url shortening services

Supports the following services:

-tinyurl.com

-bit.ly, j.mp, bitly.com (must use login and apikey)

-is.gd


Installation
============

To install Python-ShortUrl:

pip install python-shorturl


Alternatively:

wget https://github.com/appscluster/python-shorturl/archive/master.zip

7z x master.zip ( if you don't have 7z : sudo apt-get install p7zip-full )

cd python-shorturl-master/

python setup.py install


Usage
=====

Command line:

Usage: shorturlpy.py [-u] [-d] [-l] [-a]

Options:

-u --url Full URL http://www.google.co.uk
-d --default Any, tinyurl, is.gd, bitly
-l --login bitly Login
-a --apikey bitly apikey

Examples:

default:
python -m shorturlpy.shorturlpy -u http://www.appscluster.com

tinyurl:
python -m shorturlpy.shorturlpy -u http://www.appscluster.com -d tinyurl

is.gd:
python -m shorturlpy.shorturlpy -u http://www.appscluster.com -d is.gd

bitly:
python -m shorturlpy.shorturlpy -u http://www.domain.co -d bitly -l xyz_login -a zyx_key

Note: replace xyz_login and zyx_key with your own bitly account details


Within your application:

import shorturlpy

loadurl = shorturlpy.ShortUrlPy()

print loadurl.ShortenUrl('http://www.appscluster.com')

print loadurl.ShortenUrl('http://www.appscluster.com', 'tinyurl')

print loadurl.ShortenUrl('http://www.appscluster.com', 'is.gd')

print loadurl.ShortenUrl('http://www.appscluster.com', 'bitly', 'xyz_login', 'zyx_key')

Note: replace xyz_login and zyx_key with your own bitly account details

Tested on Python 2.7

Developed by Abdul Hamid https://twitter.com/AbdulHamidCEO

Release files for python-shorturl 0.0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for python-shorturl 0.0.4
File Size Uploaded
python-shorturl-0.0.4.tar.gz 3.7 kB Details

Release files / python-shorturl-0.0.4.tar.gz

Download URL python-shorturl-0.0.4.tar.gz
Size 3.7 kB
Tags Source
SHA-256 checksum
How to use checksums
92d90b45756f587b71ea00bfe82145b7a32ff73825642c598ebc71812d3d7775
BLAKE2b-256 checksum
How to use checksums
2257bb850ba3666534cc6ebb79edc096039dd271e31c3c3d331747a3c03f1471
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.4 This release

1 release file

0.0.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page