Path: blob/master/Bitly/Bitly_Create_Links.ipynb
2973 views
Kernel: Python 3
Bitly - Create Links
Tags: #bitly #link #shorten #url #create #python
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-02-16)
Description: This notebook will show how to create short links with Bitly.
References:
Input
Import libraries
In [1]:
Setup Variables
long_url
: URL to be shortened
In [2]:
Model
Shorten URL
This function will use the Bitly API to shorten a given URL.
In [3]:
Output
Display result
In [ ]: