███████╗██████╗ ███╗ ███╗███████╗███████╗
██╔════╝██╔══██╗████╗ ████║██╔════╝██╔════╝
█████╗ ██████╔╝██╔████╔██║█████╗ ███████╗
██╔══╝ ██╔══██╗██║╚██╔╝██║██╔══╝ ╚════██║
███████╗██║ ██║██║ ╚═╝ ██║███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝
- Follow all(*) followers of a given user
- Like the latest 3 (configurable) posts of all your followers
- Like the latest 3 (configurable) posts of all your followings
- Like the latest ~16 posts of your timeline
- Unfollow people that don't follow you back
Configurable waiting time between operations
(*) Note: only the accounts that meet a specific criteria.
$ go get -v github.com/borteo/ermes
If you have already govendor installed, start from point 2:
$ go get -u github.com/kardianos/govendor
$ govendor sync
$ go build
$ ./ermes [-h -followers -followings -user={username} -timeline] [-skip]
Use the flag -h
to see all the available flags.
For instance, to run feature #5:
$ ./ermes -unfollow
Note: -skip
flag works only with followers, followings and user
This is a WIP project, feel free to fork it and/or create PRs/Issues.
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial pseudo-bot. Use at your own risk.