A python wrapper for the https://lynkz.me api
Usage
import lynkz
output = lynkz.shorten("https://your.website/here")
# output now is an array that looks like this:
# ["https://lynkz.me/ID-HERE", "YOUR DELETE KEY"]
# To delete the shortend link:
lynkz.delete("https://lynkz.me/ID-HERE", "YOUR DELETE KEY") # do NOT put a slash after the link id
# OR
lynkz.delete(output[0], output[1]) # if you still have the origional array
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lynkz-1.3.tar.gz
(1.5 kB
view details)
File details
Details for the file lynkz-1.3.tar.gz.
File metadata
- Download URL: lynkz-1.3.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d54b71dbaae6b07469d2f318700fcae1040c1a6b77f729a5733eac9df9983a53
|
|
| MD5 |
9fadca0d10a1a97c14a085a38cf2f37d
|
|
| BLAKE2b-256 |
21087324b96ce5de46761c721850040de14e1e10aca5ac9f4c3897e3a64dac52
|