Skip to content

techut30/InstaMutuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Instagram Profile Info Downloader and Mutual Followers Finder

This Python script uses the Instaloader library to download the list of followers and followings for two Instagram profiles. It also compares the two profiles to find mutual followers and followings, saving the results in text files.

Features

  • Download followers and followings for any Instagram user.
  • Compare two Instagram users and find their mutual followers and followings.
  • Save the results in organized text files for easy access.

Requirements

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/instagram-profile-info-downloader.git
    cd instagram-profile-info-downloader
  2. Install the dependencies:

    pip install instaloader
  3. Login to Instagram:

    • Open the download_profile_info function in the script.
    • Replace "your_username" and "your_password" with your Instagram credentials.

Usage

  1. Run the script:

    python script.py
  2. Enter the Instagram usernames when prompted:

    • The script will ask for two Instagram usernames.
    • It will then download their followers and followings and find their mutual followers and followings.
  3. Results:

    • The script will create a folder for each username, storing their followers and followings in followers.txt and following.txt.
    • A folder for mutuals will be created, containing mutual_followers.txt and mutual_followings.txt.

Example

Enter the first username: user1
Enter the second username: user2

Output:

  • user1_data/followers.txt
  • user1_data/following.txt
  • user2_data/followers.txt
  • user2_data/following.txt
  • user1_and_user2_mutuals/mutual_followers.txt
  • user1_and_user2_mutuals/mutual_followings.txt

Notes

  • Instagram Rate Limits: Instagram may impose rate limits, so avoid making too many requests in a short time.
  • Privacy: Make sure you comply with Instagram's privacy policies and only use this script for ethical purposes.

Contributing

Feel free to fork this repository and submit pull requests with improvements or additional features!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages