Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 550 Bytes

File metadata and controls

31 lines (20 loc) · 550 Bytes

README

This provides a library for the uh.cx link shortening service.

Build Status

Installation

pip3 install uhcx

Usage

from uhcx import Manager

link = Manager.create('http://www.google.com/')

print(link.url_original)
print(link.url_redirect)
print(link.url_preview)
print(link.qr_redirect)
print(link.qr_preview)

More information

For more information visit http://uh.cx/

Have fun!