Python client for YOURLS.
Project description
Installation
$ pip install yourls
Example
>>> from yourls import YOURLSClient
>>> yourls = YOURLSClient('http://example.com/yourls-api.php', signature='6f344c2a8p')
>>> yourls.shorten('http://google.com')
ShortenedURL(
shorturl='http://example.com/abcde',
url='http://google.com',
title='Google',
date=datetime.datetime(2015, 10, 31, 14, 31, 4),
ip='203.0.113.0',
clicks=0,
keyword='abcde')
Documentation
For in-depth information, visit the documentation!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yourls-1.0.0.tar.gz
(7.9 kB
view hashes)
Built Distribution
yourls-1.0.0-py2.py3-none-any.whl
(10.2 kB
view hashes)
Close
Hashes for yourls-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c84c73e8d400e354351e3d19e6e023c538f4d517734550db84bd9b7e4bfbde21 |
|
MD5 | a0c2ef19ea555ec80168af932d2d81fe |
|
BLAKE2b-256 | b9e268b620bb5a25d4a25aa02231e7f0f54d27085ad158fc865636669b256a37 |