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.
- Python 3.x
instaloaderlibrary
-
Install
instaloaderusing pip:pip install instaloader
-
Clone this repository or download the script.
- Set your Instagram username and password in the script:
INSTAGRAM_USERNAME = "your_username"
INSTAGRAM_PASSWORD = "your_password"- Run the script:
python3 main.py- When prompted, enter the target username whose posts you want to like.
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.
This project is licensed under the MIT License.