Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 921 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 921 Bytes

Down-GRAM

This Python script fetches basic profile information from Instagram using the Instaloader library and saves the profile picture. It also prints out the username, post count, follower count, following count, and bio of the Instagram account.

Features

  • Retrieves Instagram profile information including username, post count, follower count, following count, and bio.
  • Downloads the profile picture of the Instagram account.
  • Uses colored output for better readability using ANSI escape sequences.

Usage

  1. Install Python: Make sure you have Python 3.x installed. You can download it from python.org.

  2. Install Required Libraries: Install the necessary library using pip:

    pip install instaloader
    

Overview

image

Down-GRAM V2 is coming.