Python Instaloader - download instagram profile pic using python | python project

Publicado em: 20 Abril 2021
no canal de: Salesforce Solution
344
8

Python project
download Instagram profile pic
পাইথন ব্যবহার করে কীভাবে ইনস্টাগ্রাম প্রোফাইল ছবি ডাউনলোড করবেন
अजगरचा वापर करून इन्स्टाग्राम प्रोफाइल चित्र कसे डाउनलोड करावे
ਅਜਗਰ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਇੰਸਟਾਗ੍ਰਾਮ ਪ੍ਰੋਫਾਈਲ ਤਸਵੀਰ ਨੂੰ ਕਿਵੇਂ ਡਾਊਨਲੋਡ ਕਰਨਾ ਹੈ
மலைப்பாம்பைப் பயன்படுத்தி இன்ஸ்டாகிராம் சுயவிவரப் படத்தைப் பதிவிறக்க ுவது எப்படி
Instagram I'd https://instagram.com/brahmin_himansh...
#video 1
-------------------------Soure code--------------------------
import instaloader
from PIL import ImageTk, Image
import tkinter as tk
from tkinter import messagebox

a= tk.Tk()
a.title('Instagram Image Downloader')
a.geometry("390x390")

def imagedownload():
i=instaloader.Instaloader()
profile= entry.get()
i.download_profile(profile,profile_pic_only=True)
messagebox.showinfo("Status","Image Download Successfully")

im = Image.open("C:\\Users\\Himanshu Sharma\\Downloads\\i.png")
im = im.resize((200,200),Image.ANTIALIAS)
resized = ImageTk.PhotoImage(im)

title = tk.Label(a,text="Instagram Image Downloader", font = ("Times",20,"bold"))
title.grid(row=0,column=0,columnspan=5,padx=30,pady=10)

image = tk.Label(a,image=resized)
image.grid(row=2,column=0,columnspan=5,pady=20)

username = tk.Label(a,text="Enter Username", font = ("Arial",10))
username.grid(row=3,column=0)

entry = tk.Entry(a,width=40)
entry.grid(row=3,column=1,columnspan=3)

btn = tk.Button(a,text="Download",command=imagedownload)
btn.grid(row=4,column=1,columnspan=5,pady=10)

a.mainloop()


Nesta página do site você pode assistir ao vídeo on-line Python Instaloader - download instagram profile pic using python | python project duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Salesforce Solution 20 Abril 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 344 vezes e gostou 8 espectadores. Boa visualização!