Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 468 Bytes

README.rst

File metadata and controls

31 lines (18 loc) · 468 Bytes

python library for url minification.

Features

  • Google
    • URL Minifier
    • QR Generator
  • Bitly
    • URL Minifier

Basic Usage Of Google Mini

Function definitions (i.e. google_mini()) can be found by reading over microurl/google.py

minified = google_mini('validurl', 'Google_API_KEY')

its as simple as that.

QR Generator

qr_url = qrcode(url)