IGxRT is a command-line tool to download Instagram content including profile photos, posts, specific posts via URL, and bios with ease. It supports a variety of download options and utilizes an interactive menu to provide a seamless user experience.
• Download Profile Photo: Download the profile photo of any public Instagram user.
• Download Posts: Download multiple posts from a user's Instagram profile, with an option to limit the number of posts.
• Download Specific Post by URL: Download a specific Instagram post by providing the post URL.
• Get User Bio: Retrieve the bio of any Instagram user.
Python 3.x
Instaloader
pyfiglet
termcolor
tqdm
Option 1: Clone the repository :
git clone https://github.com/g0w6y/IGxRT.git
cd IGxRT
Option 2: Install dependencies
pip install -r requirements.txt
Option 3: Running IGxRT
After installation, you can run IGxRT using the following command:
python IGxRT.py
Once the program starts, you will be presented with an interactive menu where you can choose from the following options:
-
Download Profile Photo: Enter a username to download the profile photo.
-
Download All Posts: Enter a username and optionally the number of posts to download.
-
Download Specific Post by URL: Enter the URL of a specific Instagram post to download it.
-
Get User Bio: Enter a username to fetch and display their Instagram bio.
-
Exit: Close the application.
$ python IGxRT.py
This will show a menu with options:
IGxRT Options:
[1] Download Profile Photo
[2] Download All Posts
[3] Download Specific Post by URL
[4] Get User Bio
[5] Exit
Select an option:
You can then select your desired action by entering the corresponding number.
To install dependencies:
Feel free to fork this repository, create issues, or submit pull requests. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
g0w6y
• Mail : [email protected]
Thank you for using IGxRT!