以下是一个简单的示例代码,展示如何使用Python创建一个短链接并指向你的.link域名:
import requests
# 替换为你的.link域名和长链接
link_domain = "yourdomain.link"
long_url = "https://www.example.com/very-long-url"
# 使用短链接服务API创建短链接
response = requests.post("https://api.shorturl.com/create", json={"url": long_url, "domain": link_domain})
if response.status_code == 200:
short_url = response.json()["short_url"]
print(f"Short URL created: {short_url}")
else:
print("Failed to create short URL")
希望以上信息对你有所帮助!
领取专属 10元无门槛券
手把手带您无忧上云