Skip to content

MateoWartelle/Python3-Shorte-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python3-Shorte-Api

updated Shorte.st API support for Python 3 by Mateo Wartelle

Introduction

Shorte.st is a URL shortening service that allows users to shorten urls which serve a 5 second ad to the end consumer prior to being redirected to there original intended destination.

Installing

$ git clone https://github.com/MateoWartelle/Python3-Shorte-Api.git
$ cd Python3-Shorte-Api

To install dependencies, run

$ pip3 install requirements.txt

Config

You will need to go to https://shorte.st/tools/api and grab your API Token
Replace "YOUR API TOKEN" with the code from this page.

Making Calls

>>> URLShortened = convert_to_shorte("www.google.com")
>>> print (URLShortended)
http://destyy.com/q43R4C

About

updated Shorte.st API support for Python 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages