Skip to content

nwithan8/ax56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python client for A(x56)'s URL lengthener

PyPi License

Open Issues Closed Issues Latest Release

Discord Twitter

Interact with A(x56)'s URL lengthener in Python

Installation

From PyPi: python -m pip install ax56

From GitHub python -m pip install git+https://github.com/nwithan8/ax56.git

Usage

Can get a lengthened URL for any input URL

Import the ax56 package Example:

import ax56

link = ax56.link("https://google.com")