--- id: shortzy version: "0.0.8" license: MIT license_treatment: permissive maintenance: dormant --- # shortzy — An Unofficial Asynchronous Python version of Adlinkfly and Alternative Website API wrapper License: permissive · Maintenance: dormant · Downloads: 135.4K/mo ## What it is and what it does Shortzy is an unofficial async Python wrapper for Adlinkfly and alternative URL-shortening services like droplink.co, gplinks.in, and others. It lets you convert long URLs into short links via those services' APIs, with the option to earn revenue when people visit the shortened links. The package supports single URL conversion, bulk conversion from a list, and extracting URLs from text blocks to shorten them all at once. It is built on aiohttp for asynchronous HTTP requests and exposes methods like convert(), bulk_convert(), and convert_from_text(). The package is in Pre-Alpha status and has been dormant since mid-2023, meaning the underlying service APIs may have changed and the package may not work reliably with current versions of those services. Use it for: - Convert a single long URL to a short link via Adlinkfly-compatible services for sharing. - Batch-shorten a list of URLs asynchronously without blocking. - Extract and shorten all URLs found in a block of text automatically. - Generate quick-access links that can be monetized if visitors click through. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Shortzy wraps the Adlinkfly API and alternative URL-shortening services to convert long URLs into short links and optionally earn revenue from them. No. The package is in Pre-Alpha, dormant since July 2023, and depends on third-party URL-shortening services whose APIs may have changed. Without recent maintenance or verification that it still works, the risk of silent failures or broken functionality is high. Use only if you have tested it against your target service and can maintain it yourself. ## Install pip install shortzy uv add shortzy poetry add shortzy ## Installing shortzy Before you install: Low install friction; depends only on aiohttp. Maintenance is dormant—last release was 2023-07-06, over a year ago, though the repository remains active with a commit on 2024-11-29. Pre-Alpha status suggests ongoing instability. License in practice: MIT license is permissive and poses no restrictions on use, modification, or distribution for commercial or private purposes. Quickstart: from shortzy import Shortzy import asyncio shortzy = Shortzy(api_key="your_key") async def main(): link = await shortzy.convert('https://example.com/') print(link) asyncio.run(main()) Requires an API key from one of the supported shortening services (droplink.co, gplinks.in, etc.) to function. Verify before relying: - Whether the package still works with current Adlinkfly and alternative service APIs, given the dormant maintenance status. - Python version compatibility—requires_python is unspecified in the fact sheet. - Whether the earn-money feature still functions or if service terms have changed. ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: dormant - Downloads: 135.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags url shortener wrapper, adlinkfly api client, shorten links earn money, async url shortener, droplink gplinks wrapper, url-shortener, async-wrapper, monetization [View on SkillFed](https://skillfed.io/packages/shortzy) · [View on PyPI](https://pypi.org/project/shortzy/)