-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# instagram-autofollow | ||
Auto add followings on Instagram | ||
# Instagram Auto Follow | ||
|
||
### How to run the script | ||
|
||
1. Open `https://instagram.com` on your browser, then log into your account | ||
2. Choose one of any accounts (your friends'/strangers'), then open the profile | ||
3. Click the followers or the followings of that account (just try to get into the list of users) | ||
4. Do a right click | ||
5. Choose **Inspect Element** | ||
6. Click the **console tab** | ||
7. Copy and paste the script to the console field | ||
8. Press `Enter` | ||
9. Let the script runs. You can see the users get followed one by one on the list | ||
10. You can simply stop the process by refreshing the page | ||
- **Note:** This is safe due to its random time intervals |