mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-26 05:15:52 +03:00
[GH-ISSUE #162] How to edit sleeping time #281
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@SureshKumar311 commented on GitHub (Mar 28, 2024):
@davidarroyo1234 any suggestions to edit sleeping time ?
@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
@jeremyandbummbr commented on GitHub (Jul 18, 2024):
Yo how do u run the build? Console or what
@davidarroyo1234 commented on GitHub (Jul 18, 2024):
nvm use
npm run build
@jeremyandbummbr commented on GitHub (Jul 18, 2024):
On what? Command Prompt?
@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?
@davidarroyo1234 commented on GitHub (Jul 19, 2024):
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.)
@davidarroyo1234 commented on GitHub (Aug 4, 2024):
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
