fasmga.py

A Fasm.ga API wrapper written using asyncio.


License
GPL-3.0
Install
pip install fasmga.py==1.0.0

Documentation

fasmga.py

fasmga.py is a Fasm.ga API wrapper written using asyncio. Fasm.ga is a free and open-source URL shortener.

Installation

fasmga.py works with Python 3.7 and greater.
To install, you need to have pip installed first.

pip install -U fasmga.py

Note: The package name is fasmga.py and not fasmga!

Examples

See the examples directory.