Awesome
███████╗██████╗ ███╗ ███╗███████╗███████╗
██╔════╝██╔══██╗████╗ ████║██╔════╝██╔════╝
█████╗ ██████╔╝██╔████╔██║█████╗ ███████╗
██╔══╝ ██╔══██╗██║╚██╔╝██║██╔══╝ ╚════██║
███████╗██║ ██║██║ ╚═╝ ██║███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝
Features
- 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.
Install
$ go get -v github.com/borteo/ermes
Get started
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
Contributing
This is a WIP project, feel free to fork it and/or create PRs/Issues.
Shout-out
Disclaimer
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.