Meerkat - Instagram watcher !
Watch your following activities on Instagram.
Meerkat
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.
How to use ?
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
using gedit
, nano
, vim
or any other editors.
- Replace
username
and password
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.
TODOs
- Add more options for output of logs.
- Add two sub commands for
encrypt
and decrypt
yaml file.
Built with ❤ by Ahmadreza Zibaei