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

  1. Install InstaPy library: pip install instapy

  2. Replace insta_username and insta_password with your Instagram credentials.

  3. Customize the dont_likes list to exclude specific hashtags from interactions.

  4. Update the like_tag_list with hashtags relevant to your content.

  5. Modify the friends list with usernames you do not want to interact with.

  6. Replace ignore_list with any keywords to prevent skipping posts.

  7. Update the accounts list with similar users to interact with.

  8. Adjust settings for liking, following, commenting, and unfollowing as needed.

  9. Customize the photo_comments list with your preferred comments.

  10. 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