Shorten your URL in 3 lines using PYTHON
* About The Library :
"pyshorteners" is a Python library to help you short and expand urls using the most famous URL Shorteners availables.
"pyshorteners" is a Python library to help you short and expand urls using the most famous URL Shorteners availables.
1. import pyshorteners
2. s = pyshorteners.Shortener()
3. print(s.tinyurl.short
("pyiseasy.blogspot.com"))
Comments
Post a Comment