kirsle / follow-sync

Re-synchronize your Instagram following list (or: unfollow everyone who doesn't follow you back)
GNU General Public License v2.0
19 stars 4 forks source link

Windows #1

Closed certainlyjacked closed 7 years ago

certainlyjacked commented 7 years ago

Could you please explain how to use the script on windows?

Thank you

kirsle commented 7 years ago

Use the run-me.bat file from the Windows release zip file to run the program. It just runs the .exe file and then uses a pause command so that the command prompt window won't close immediately when the program exits (in case of an error or if it just finishes its task and exits). Otherwise, open a command prompt manually and navigate to the directory where you extracted the program and run it that way.

To run it from source instead of the binary, install the Go language, get a command prompt window pointing at the source directory, run go get ./... to install its dependencies (for the Instagram unofficial API), and go run main.go to run the program.

certainlyjacked commented 7 years ago

Actually, I can't find the .bat file you're referring to?

kirsle commented 7 years ago

It's in the zip files for Windows on the releases page: here. Get the windows-amd64.zip if you have a 64-bit computer or windows-386.zip for 32-bit.

certainlyjacked commented 7 years ago

Thanks mate - didn't see that