Skip to content

Instantly share code, notes, and snippets.

@gokusenz
Created August 3, 2020 05:38
Show Gist options
  • Save gokusenz/83eeef0bc85b7e6ae8b3d1092f3e4665 to your computer and use it in GitHub Desktop.
Save gokusenz/83eeef0bc85b7e6ae8b3d1092f3e4665 to your computer and use it in GitHub Desktop.
exc
link = "https://timeline.line.me/post/_dQ4XOI8jK1yKjiPF0iyxFvLeFEITrpP0qU28bKk/1159635356703039478"
r = requests.get("https://api.fckveza.com/timeline?link={}&apikey=apikeylu".format(link))
data = r.text
data = json.loads(data)
jun = "Timeline Info"
jun += "\nType Media : Video"
jun += "\nCreator : " + str(data["result"]["title"])
jun += "\nDeskripsi : " + str(data["result"]["desk"])
jun += "\nDownload video in timeline Pelase wait... "
migii.sendReplyMessage(msg.id, to, jun)
migii.sendVideoWithURL(to, str(data["result"]["url"]))
#SekedarBerbagi
#Thanks bang veza buat apinya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment