Skip to main content

Simple and clever analyzer, decoder, encoder ... urls on python, using requests

Project description

Simple and clever analyzer, decoder, encoder … urls on python, using requests

https://badge.fury.io/py/safeurl.svg https://travis-ci.org/FrodoTheTrue/safeurl.svg?branch=master https://coveralls.io/repos/github/FrodoTheTrue/safeurl/badge.svg?branch=master

Installation

$ pip install safeurl

Usage

from safeurl.core import decodeURL
decodeURL("http://bit.ly/1gaiW96")
# https://www.yandex.ru/


from safeurl.core import decodeURL
decodeURL(["http://bit.ly/1gaiW96", "http://bit.ly/1gaiW96"])
# ['https://www.yandex.ru/', 'https://www.yandex.ru/']

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page