A tool that automates your way to becoming an Instagram influencer
It automates certain actions
on Instagram. An action
could be anything tedious like following a large number of people, commenting on random posts for a given hashtag, repost images/videos etc. These actions are being done manually by people (which have proven to increase their follower count). But these tasks are tedious and should not be done by human beings. So, this tool helps automate those actions and save a lot of time while making it more efficient.
-
Build the binary from source
$ go get -d $ go build -o influinsta
-
Create a config file with following data
{ "creds": { "username": "username", "password": "password" }, "hashtags": ["hashtags", "you", "want", "to", "follow"], "likeThreshold": 300, "followThreshold": 300, "actions": [ { "name": "action-name", "args": ["arg1", "arg2"] } ] }
-
Run either manually or schedule it as a cron
$ ./influinsta -config path-to/config.json
reshare-video
- Looks for videos for the givenhashtags
, selects the best one and reposts itreshare-image
- Looks for images for the givenhashtags
, selects the best one and reposts itrandom-comments
- Looks for videos/images for the givenhashtags
and randomly comments on the postsrandom-follow
- Looks for videos/images for the givenhashtags
and randomly follows the followers of thathashtag
- Find a way to post videos
- Auto-reply on DM
This project uses a package called goinsta by @ahmdrz for interacting with instagram.
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 tool. Use at your own risk.