Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

BitlyAPI


Installation

pip install bitly-api-python

Documentation

You can read our Documention on https://api.ksprojects.me/docs


Examples

Short Url

fromBitlyAPIimportshorten_urlsurls= ["https://github.com/Krishna-Singhal", "...", "..."]
response=shorten_url(urls)
# print all shotened urlsforiinresponse:
print(i.long_url, i.short_url, i.status_txt)

Parameters

Parameterdescription
urlsList of Long urls

Version

fromBitlyAPIimport__version__print(__version__)

Copyright

Copyright (C) 2022 by Krishna-Singhal, < https://github.com/Krishna-Singhal >.

All rights reserved.

About

A Python wrapper for the bit.ly API

Topics

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages