devangtomar / instagram-api-testing

Repo created for testing and using InstaPy to farm likes, comment, followers implemented in Python using the Selenium module. πŸ–ΌοΈ

Repository from Github https://github.comdevangtomar/instagram-api-testingRepository from Github https://github.comdevangtomar/instagram-api-testing

πŸ“· InstaPy Testing Repo πŸ“·

License Issues Stars Forks

This repository was created to test and experiment with the InstaPy Python package for automating Instagram interactions.

πŸš€ Getting Started

To get started with this repository, you'll need to have Python 3 installed on your machine. You can download Python from the official website.

After installing Python, you can clone this repository using the following command:

git clone https://github.com/devangtomar/instagram-api-testing.git

Then, navigate to the project directory and install the required dependencies:

cd instagram-api-testing
pip install instapy

πŸ“„ Usage

This repository contains a few sample scripts for using InstaPy. You can run each script by executing the corresponding Python file:

  • like_by_tag.py: likes posts with a specified hashtag
  • like_by_location.py: likes posts from a specified location
  • follow_by_tag.py: follows users who have posted with a specified hashtag
  • unfollow_nonfollowers.py: unfollows users who do not follow you back

Before running any of these scripts, you'll need to edit the config.py file and enter your Instagram username and password. You can also configure other settings such as the number of likes or follows to perform per hour.

Note that automating interactions on Instagram may violate the platform's terms of service, so use InstaPy at your own risk.

πŸ“ Contributing

If you'd like to contribute to this repository, please open an issue or submit a pull request. We welcome contributions of all kinds, from bug fixes to new features.

Before contributing, please make sure to read our code of conduct and contribution guidelines.

πŸ“– License

This repository is licensed under the MIT License. See the LICENSE file for more information.

About

Repo created for testing and using InstaPy to farm likes, comment, followers implemented in Python using the Selenium module. πŸ–ΌοΈ


Languages

Language:Python 100.0%