-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot proceed further during tracker setup #8
Comments
Hey @RV7PR have you made any changes to the script's code ? |
@new92 did a fresh git clone without making any changes |
@RV7PR Ok I made some changes, I think I found the bug. Delete the previous instatools folder, make a new git clone and let me know if it works👍 |
Yes it's working now🙌🏼 |
@new92 I have a question tho, where are the current followers and followings get saved? |
Great ! |
The current followers are saved in a list named FOLLOWERS and the current followings are saved in a list named FOLLOWEES |
So it's inside the script session? not saved by a file? so i cant close the script and later start it to see if there are changes? I also noticed this inside the code:
But shouldn't that be AND instead of OR |
My idea of the tracker would be that it first get all followers and followings and save that to a file, so you can close the script and maybe a week later you start the script and compare the saved followings and followers to the current followers of followings and save an overview of all changes and update the followers and followings file |
Yeah yeah, well the changes (the usernames of the followers / followees added / removed) are saved in a text file named |
Well it's a good idea but I don't think the users would want to wait a whole week to learn about the results of the script. What do you think ? But for surely we can add that idea to the script. Let me create a poll about it. |
I was thinking more of an extra option to manually track, so you dont have to necessarily wait a week, you can update it after an hour or a day but that way you dont have to always keep the script running and just close it, it also doesn't have to update every 5 min and when you accidentally close the script you wont lose the updates in that timeframe |
After checking back at my script i got this:
|
Oh okay, yeah sure that can be done. |
@RV7PR Hmm, this error seems like frequent usage but let me take a better look at it and I'll come back to you. |
After entering target username there are 2 options, neither one works. and it doesn't track anything as far as i'm aware
The text was updated successfully, but these errors were encountered: