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.yaml
usinggedit
,nano
,vim
or any other editors. - Replace
username
andpassword
in file. - Add your targets in
targetusers
array 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
encrypt
anddecrypt
yaml file.
Built with ❤️ by Ahmadreza Zibaei