An auto liking instagram script made to like instagram pages without manual effort!
Getting Started
cd instagram-auto-liker
npm install
Setting Up Variables
Add page url in line 3 of the script
Headless True/False on line 8
Don't run the script on more than one account per hour due to instagram anti automation detection issues.
Script not yet optimized for 2FA enabled accounts.
For the quick start, you can follow the steps below:
git clone https://github.com/ST1LLWATER/instagram-auto-liker
- Navigate to the project directory.
cd instagram-auto-liker
- Create a new branch.
git checkout -b <your_branch_name>
Run the following command to install the required dependencies.
npm install
- install the required dependenciesnode instagram-auto-liker
- run the script- Stage your changes and commit
git add -a
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create Pull Request to
main
. -
Congratulations! 🎉 you've made your contribution to Instagram Auto Liker.
Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, I suggest you to read our contribution guidelines to see how you can contribute to this project. I are happy for every contribution.