[GH-ISSUE #162] How to edit sleeping time #281

Closed
opened 2026-03-07 20:16:00 +03:00 by kerem · 8 comments
Owner

Originally created by @Okrbx on GitHub (Mar 2, 2024).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/162

How could I edit it so it can unfollow every 3 minutes instead of 5 any tips please?

Originally created by @Okrbx on GitHub (Mar 2, 2024). Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/162 How could I edit it so it can unfollow every 3 minutes instead of 5 any tips please?
kerem closed this issue 2026-03-07 20:16:01 +03:00
Author
Owner

@SureshKumar311 commented on GitHub (Mar 28, 2024):

@davidarroyo1234 any suggestions to edit sleeping time ?

<!-- gh-comment-id:2024829605 --> @SureshKumar311 commented on GitHub (Mar 28, 2024): @davidarroyo1234 any suggestions to edit sleeping time ?
Author
Owner

@SureshKumar311 commented on GitHub (Mar 28, 2024):

@Okrbx check this https://github.com/davidarroyo1234/InstagramUnfollowers/issues/141
npm I
change line 458 and below lines on main.tsx file
npm run build

<!-- gh-comment-id:2024834827 --> @SureshKumar311 commented on GitHub (Mar 28, 2024): @Okrbx check this https://github.com/davidarroyo1234/InstagramUnfollowers/issues/141 npm I change line 458 and below lines on main.tsx file npm run build
Author
Owner

@jeremyandbummbr commented on GitHub (Jul 18, 2024):

Yo how do u run the build? Console or what

<!-- gh-comment-id:2237765979 --> @jeremyandbummbr commented on GitHub (Jul 18, 2024): Yo how do u run the build? Console or what
Author
Owner

@davidarroyo1234 commented on GitHub (Jul 18, 2024):

Yo how do u run the build? Console or what

nvm use
npm run build

<!-- gh-comment-id:2237768889 --> @davidarroyo1234 commented on GitHub (Jul 18, 2024): > Yo how do u run the build? Console or what nvm use npm run build
Author
Owner

@jeremyandbummbr commented on GitHub (Jul 18, 2024):

On what? Command Prompt?

<!-- gh-comment-id:2237782120 --> @jeremyandbummbr commented on GitHub (Jul 18, 2024): On what? Command Prompt?
Author
Owner

@jeremyandbummbr commented on GitHub (Jul 18, 2024):

I tried Command Prompt and it came up with
"C:\Users\pc>npm run build
'npm' is not recognized as an internal or external command,
operable program or batch file.

and insta

Uncaught SyntaxError: Unexpected identifier 'run'

I didn't put the actual script down though. Is that why?

<!-- gh-comment-id:2237782957 --> @jeremyandbummbr commented on GitHub (Jul 18, 2024): I tried Command Prompt and it came up with "C:\Users\pc>npm run build 'npm' is not recognized as an internal or external command, operable program or batch file. and insta Uncaught SyntaxError: Unexpected identifier 'run' I didn't put the actual script down though. Is that why?
Author
Owner

@davidarroyo1234 commented on GitHub (Jul 19, 2024):

I tried Command Prompt and it came up with "C:\Users\pc>npm run build 'npm' is not recognized as an internal or external command, operable program or batch file.

and insta

Uncaught SyntaxError: Unexpected identifier 'run'

I didn't put the actual script down though. Is that why?

You need to install node in you computer o nvm.

https://github.com/coreybutler/nvm-windows

Then in you cmd (windows console)

1- nvm use
2- npm install
3- npm run build

(keep in mind, that this steps are for compiling the code, to use it, you need to copy that compiled code and paste it in the chrome console with the instagram tab open.)

<!-- gh-comment-id:2238503430 --> @davidarroyo1234 commented on GitHub (Jul 19, 2024): > I tried Command Prompt and it came up with "C:\Users\pc>npm run build 'npm' is not recognized as an internal or external command, operable program or batch file. > > and insta > > Uncaught SyntaxError: Unexpected identifier 'run' > > I didn't put the actual script down though. Is that why? You need to install node in you computer o nvm. https://github.com/coreybutler/nvm-windows Then in you cmd (windows console) 1- nvm use 2- npm install 3- npm run build (keep in mind, that this steps are for compiling the code, to use it, you need to copy that compiled code and paste it in the chrome console with the instagram tab open.)
Author
Owner

@davidarroyo1234 commented on GitHub (Aug 4, 2024):

How could I edit it so it can unfollow every 3 minutes instead of 5 any tips please?

@davidarroyo1234 any suggestions to edit sleeping time ?

Yo how do u run the build? Console or what

I have published a new update, now you can configure it clicking in the setting button. Use it at your on risk. This can lead in a ban
settings

<!-- gh-comment-id:2267594357 --> @davidarroyo1234 commented on GitHub (Aug 4, 2024): > How could I edit it so it can unfollow every 3 minutes instead of 5 any tips please? > @davidarroyo1234 any suggestions to edit sleeping time ? > Yo how do u run the build? Console or what I have published a new update, now you can configure it clicking in the setting button. Use it at your on risk. This can lead in a ban ![settings](https://github.com/user-attachments/assets/4bb83617-7365-4af6-a6b2-712c9cc9901c)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/InstagramUnfollowers#281
No description provided.