Skip to main content

URL Shortener using s.lain.la API.

Project description

lain.la-link-shortener

URL Shortener using s.lain.la API.

Requirements

requests is used to send the API request.

pyperclip is used to copy the link to the clipboard.

If you want to build this on your own, you can install the requirements with

pip install -r requirements.txt

or install the package by running

pip install lain-shorten

Python's native re (used to check validity of the url), argparse (parse return request and set command argument) and setuptools (used to build the script) packages are also used.

How it works

s.lain.la can shorten URLs using curl. I tend to forget the curl syntax and arguments quite easily, so I made a Python package to streamline things. Below is the aforementioned curl command.

curl -X POST -d 'url=https://yoururlhere.com' https://s.lain.la

I just wrapped it inside Python and added validation to check for links and copied the return address to clipboard for ease of use.

You can run the script with

lain-shorten <your-url-here>

I added support for links not starting with http/https as well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lain_shorten-1.10.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

lain_shorten-1.10-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file lain_shorten-1.10.tar.gz.

File metadata

  • Download URL: lain_shorten-1.10.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for lain_shorten-1.10.tar.gz
Algorithm Hash digest
SHA256 3ddcb741180da816761d9388d931e70a7331f0fb55e377ab0b0384891cdcebba
MD5 09efbc5778e009176dda48b38f3b8c7d
BLAKE2b-256 c773c1bef400e07db7bc1b32944a52344635fa0e70ef1f090f899a1de473c2f4

See more details on using hashes here.

File details

Details for the file lain_shorten-1.10-py3-none-any.whl.

File metadata

  • Download URL: lain_shorten-1.10-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for lain_shorten-1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d13bcc1e247f210c400c5aed841167099bbd962a1354e320624dc8e7695f8145
MD5 f10e115fbc30755edb3d1a1c6b419244
BLAKE2b-256 49b2343e9e5e84a803f14d784ec1cd8ff0bff61976187d72da5d5dc3d9aeabe2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page