InstaPy Automation Script
InstaPy Automation Script
This Python script utilizes the InstaPy library to automate interactions on Instagram. It performs tasks such as liking posts, following users, commenting on photos, and joining engagement pods.
Setup
Install InstaPy library:
pip install instapyReplace
insta_usernameandinsta_passwordwith your Instagram credentials.Customize the
dont_likeslist to exclude specific hashtags from interactions.Update the
like_tag_listwith hashtags relevant to your content.Modify the
friendslist with usernames you do not want to interact with.Replace
ignore_listwith any keywords to prevent skipping posts.Update the
accountslist with similar users to interact with.Adjust settings for liking, following, commenting, and unfollowing as needed.
Customize the
photo_commentslist with your preferred comments.Run the script.
Usage
Run the script to automate interactions on Instagram based on the specified settings and hashtags.
Disclaimer
This script is for educational purposes only. Use it responsibly and avoid violating Instagram's terms of service.
Contributing
Contributions are welcome! Feel free to fork the 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.
Last updated