Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 944 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 944 Bytes

url-shortner

A useful python project for shortening links.

Steps to setup:

  • Install pyshorteners module by running pip install pyshorteners in the terminal.
    • Read the docs here if you want 🤪

I've used bitly api to shorten links.

  • If you'll also use bitly api then get a access token here.
  • And you're ready to go!

In this Repo:

  • An example on how pyshorteners work.
  • Some more features except just shortening links, such as:
    • Expanding the short link(to it's original form)
    • Total number of clicks on this link.