Skip to content

This Python script uses the instaloader library to like all posts of a specified Instagram user. It logs in to Instagram with the provided credentials, retrieves the target user's posts, and likes each one.

License

Notifications You must be signed in to change notification settings

manuemmanuel/Instagram-Like-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Post Liker

This Python script uses the instaloader library to like all posts of a specified Instagram user. It logs in to Instagram with the provided credentials, retrieves the target user's posts, and likes each one.

Prerequisites

  • Python 3.x
  • instaloader library

Installation

  1. Install instaloader using pip:

    pip install instaloader
  2. Clone this repository or download the script.

Usage

  1. Set your Instagram username and password in the script:
INSTAGRAM_USERNAME = "your_username"
INSTAGRAM_PASSWORD = "your_password"
  1. Run the script:
python3 main.py
  1. When prompted, enter the target username whose posts you want to like.

Disclaimer

This script is for educational purposes only. Use it responsibly and at your own risk. The author is not responsible for any misuse or damage caused by this script.

License

This project is licensed under the MIT License.

About

This Python script uses the instaloader library to like all posts of a specified Instagram user. It logs in to Instagram with the provided credentials, retrieves the target user's posts, and likes each one.

Topics

Resources

License

Stars

Watchers

Forks

Languages