An open API service indexing awesome lists of open source software.

https://github.com/instautils/meerkat

Watch your following activities on Instagram.
https://github.com/instautils/meerkat

instagram-api instagram-bot spy watcher

Last synced: 5 months ago
JSON representation

Watch your following activities on Instagram.

Awesome Lists containing this project

README

          

# Meerkat - Instagram watcher !
Watch your following activities on Instagram.

meerkat github

## 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.

1. Open `meerkat.yaml` using `gedit`, `nano`, `vim` or any other editors.
2. Replace `username` and `password` in file.
3. Add your targets in `targetusers` array list.
4. Save, and run `meerkat`.
5. Enjoy !

You can set optional flags in `meerkat` command.

```
Usage of meerkat:
-config string
Configuration file (YAML format)
-output string
Log output file.
```

### TODOs

1. Add more options for output of logs.
2. Add two sub commands for `encrypt` and `decrypt` yaml file.

Built with :heart: by Ahmadreza Zibaei