You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,15 @@ I advise you to follow these guidelines:
59
59
- Run the bot on the same internet connection (e.g. WiFi) as you normally use your phone with the Instagram mobile app. It will reduce the chance of being flagged
60
60
- Use conservative parameters (max follows/unfollows per day 150 and max 20 per hour, maybe even start lower, and work your way up)
61
61
62
+
## Multiple accounts
63
+
64
+
To run the bot on multiple accounts at the same time, run it with the command line argument `--root` to specify a unique path for each instance:
65
+
66
+
```
67
+
/path/to/SimpleInstaBot --root ~/Desktop/account1
68
+
/path/to/SimpleInstaBot --root ~/Desktop/account2
69
+
```
70
+
62
71
## API / programmatic bot
63
72
64
73
SimpleInstaBot is built on [instauto](https://github.com/mifi/instauto) - you can instead use that if you want to program your own headless bot.
0 commit comments