pip install -r requirements.txt
- Create a API Key for your Kutt account (either at kutt.it or at your self hosted instance)
- Paste your API Key and Kutt URL into the
.env
file under yourclipboard-link-shortener
folder (see below for a sample.env
file) - Start the clipboard-link-shortener with
python main.py
sample .env file
KUTT_URL=https://kutt.it/api/v2/links
KUTT_API_KEY=12345
Thanks to kutt.it for their amazing free URL shortener!