Watch your following activities on Instagram.
With meerkat you can see users activities on Instagram , Such as like a comment , like a media , Or start following another user , Notify when new post shared on profile and many other activities.
First of all , download meerkat from released binaries or using go get command.
go get -u github.com/ahmdrz/meerkat
Be sure about $GOPATH/bin in $PATH on the linux OS , For windows check path in environment variables.
Now we have to make meerkat.yaml for meerkat configurations. with meerkat init we can create default meerkat configuration file.
It's time to change default variable such as username and password of your Instagram account.
- Open
meerkat.yamlusinggedit,nano,vimor any other editors. - Replace
usernameandpasswordin file. - Add your targets in
targetusersarray list. - Save, and run
meerkat. - Enjoy !
You can set optional flags in meerkat command.
Usage of meerkat:
-config string
Configuration file (YAML format)
-output string
Log output file.
- Add more options for output of logs.
- Add two sub commands for
encryptanddecryptyaml file.
Built with ❤️ by Ahmadreza Zibaei
