Skip to content

Hamster45105/pyshortener

Repository files navigation

PyShortener

GitHub Repo stars GitHub Repo forks GitHub Repo forks
Static Badge Static Badge
Python version PyPI version
License LGPL-3.0 GitHub code size in bytes Test staus

pyshortener is a Python library for interacting with URL shortening services. It provides functions to shorten and expand URLs using these services.

Current APIs available:

  • is.gd
  • v.gd

Install

You can install pyshortener using pip:

pip install pyshortener

Documentation

Documentation is available in the DOCS.md file

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

If you can't contribute code, then give the repo a star!

Can I add more URL services?

Sure, if these two conditions are met:

  1. The API must have a free forever version,
  2. The API must be in English

License

pyshortener is licensed under the MIT License