Advertisement
bacnguyenxgen

Rút gọn link

Mar 12th, 2022 (edited)
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. import pyshorteners
  2. link = ('https://blog.thunkable.com/new-integration-announcement-webflow-cms-8784eb2019a')
  3.  
  4. ts = pyshorteners.Shortener()
  5. rut_gon = ts.tinyurl.short(link)
  6. print(rut_gon)
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement