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.
- Host: GitHub
- URL: https://github.com/instautils/meerkat
- Owner: instautils
- License: mit
- Created: 2017-12-05T12:33:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T09:15:17.000Z (over 8 years ago)
- Last Synced: 2024-04-21T11:12:29.229Z (about 2 years ago)
- Topics: instagram-api, instagram-bot, spy, watcher
- Language: Go
- Homepage:
- Size: 436 KB
- Stars: 38
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
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