Skip to content

ShahabCypher/i8.ae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation


i8.ae

i8.ae Python Library


Table of contents

About

  • Python library that makes your link shorter using i8.ae API
  • advantages
    • FREE to use
    • able to make links with password

Installation

pip install i8.ae

API key

Example Usage

from i8_ae import i8

# adding api key
i8 = i8("YOUR_API_KEY")

# link shortener
short = i8.short("https://github.com/")
print(short) # Output: https://i8.ae/ETyxT

# link shortener (with password)
short = i8.short("https://github.com/", "pass")
print(short) # Output: https://i8.ae/WSRdf

Links

Releases

No releases published

Packages

No packages published

Languages