Created
August 3, 2020 05:38
-
-
Save gokusenz/83eeef0bc85b7e6ae8b3d1092f3e4665 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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