/YOURLS-PyAPI-Link-Creator

Creates and copies short links to your clipboard, based off of user input.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

YOURLS-PyAPI-Link-Creator

Creates and copies short links to your clipboard, based off of user input.

This is a super simple cross-platform interface for using the YOURLS API to add short links. Running a simple .bat file with a loop is a lot simpler than waiting for the webpage to reload, adding one at a time. Script also handles ampersand in the URLs, that sometime break the API.

Requirements:

Python 2 or 3: https://www.python.org/downloads/
clipboard: pip install clipboard https://pypi.org/project/clipboard/
xmljson: pip install xmljson https://pypi.org/project/xmljson/