A tool that automates your way to becoming an Instagram influencer
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.
$ 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 given hashtags
, selects the best one and reposts it reshare-image
- Looks for images for the given hashtags
, selects the best one and reposts itrandom-comments
- Looks for videos/images for the given hashtags
and randomly comments on the postsrandom-follow
- Looks for videos/images for the given hashtags
and randomly follows the followers of that hashtag
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.