Skip to content

Bu Python uygulaması, kullanıcı adı girerek bir Instagram profilindeki tüm gönderileri indirmenizi sağlar. Uygulama, Instaloader kütüphanesini kullanarak Instagram gönderilerini yerel diskinize kaydeder. Grafik arayüzü ise Tkinter ve PIL (Pillow) kütüphaneleri kullanılarak oluşturulmuştur.

Notifications You must be signed in to change notification settings

Romanzeb/instagram-Account-Post-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Post Downloader

This Python application allows you to download all posts from an Instagram profile by entering a username. The application uses the Instaloader library to download Instagram posts to your local disk. The graphical user interface is created using Tkinter and PIL (Pillow) libraries.

Features

  • Download posts from a specified Instagram profile by entering the username
  • Each post is saved with the profile name and an index number
  • Provides a user-friendly interface with success and error messages

Requirements

To run this project, you need the following Python libraries:

  • instaloader: A library for downloading Instagram posts
  • tkinter: For creating the graphical user interface
  • PIL (Pillow): For image processing

You can install the required libraries using the following command:

pip install instaloader pillow

About

Bu Python uygulaması, kullanıcı adı girerek bir Instagram profilindeki tüm gönderileri indirmenizi sağlar. Uygulama, Instaloader kütüphanesini kullanarak Instagram gönderilerini yerel diskinize kaydeder. Grafik arayüzü ise Tkinter ve PIL (Pillow) kütüphaneleri kullanılarak oluşturulmuştur.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages