Automate your Instagram interactions and tasks using Puppeteer and the Instauto package in JavaScript.
Welcome to Instagram Automation with Puppeteer and Instauto! This project allows you to automate various Instagram tasks, such as liking, following, and unfollwing users using Puppeteer, a headless browser automation tool, and Instauto, a powerful Instagram automation package.
Note: Be responsible and respectful when automating Instagram actions. Excessive automation can lead to account suspension or banning.
- Automated liking of Instagram posts.
- Automated setting language of Instagram.
- Automated following and unfollowing of Instagram users.
- Customizable automation settings.
- Headless browser support for running tasks silently.
To get started with this Instagram automation project, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/harshjaiswal556/IG-Auto.git
-
Navigate to the project directory:
cd IG-Auto
-
Install the project dependencies:
npm install
-
Create a .env file in the project root and add your Instagram credentials:
USER_NAME=your_username PASSWORD=your_password
-
Run the automation script:
npm start