-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting a Proxy for Multiple Accounts #272
Comments
You can use instagrapi Much better for the same tasks. I started using SimpleInstabot because it is easy to use. But it is limited to few features. Instagrapi provides a complete instagram unofficial api wrapper, also you can use proxies. On the other hand, sometimes SimpleInstaBot stops working unexpectedly, it requires a lot of supervision. For example, with instagrapi you can relogin if needed automatically with try excepts, it is more autonomous |
But if you really want to use this project and with a proxy, you could try something like this. I have not tried the code. Inside https://github.com/mifi/SimpleInstaBot/blob/master/public/electron.js
|
When we open multiple accounts, our IP is used for multiple accounts. Lets say I want to use 100 accounts at the same time, so Instagram will automaticly flag all of the accounts in the same IP because 100 is a lot.
I cannot see any proxy settings in the application. Would be great to set different proxies for different accounts.
The text was updated successfully, but these errors were encountered: