- Python library that makes your link shorter using i8.ae API
- advantages
- FREE to use
- able to make links with password
pip install i8.ae
- You have to first login to i8.ae then go to developers page and copy your API key
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