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
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## InstaBot
2
-
InstaBot v 1.0.1
2
+
InstaBot v 1.0.1
3
3
4
4
Works without the new Instagram [api][1](the new review process)
5
5
Username and password stored local. Written in Python
6
6
7
-
<ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UM6L3YJENAQZ6&lc=US&item_name=InstaBot%2epy¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"title="Buy me a beer"><imgsrc="http://www.mikkonen.info/polaroid_gallery/images/paypal_beer.png"></a>
7
+
<ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UM6L3YJENAQZ6&lc=US&item_name=InstaBot%2epy¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"title="Buy me a beer"><imgsrc="https://img.shields.io/badge/Donate-PayPal-green.svg"></a>
8
8
9
9
## Requirements
10
10
`Python2.7` minimum
@@ -115,13 +115,13 @@ Log mod: `log_mod=0` log to console, `log_mod=1` log to file, `log_mod=2` no log
115
115
```python
116
116
log_mod =0
117
117
```
118
-
unfollow_break_min / unfollow_break_max: These define the randomly selected amount of time in seconds that it will pause between unfollows on a break.
118
+
unfollow_break_min / unfollow_break_max: These define the randomly selected amount of time in seconds that it will pause between unfollows on a break.
119
119
Example:
120
120
```
121
121
unfollow_break_min = 15
122
-
unfollow_break_max = 30
122
+
unfollow_break_max = 30
123
123
```
124
-
This will cause a delay of anywhere between 15 to 30 seconds between every unfollow.
124
+
This will cause a delay of anywhere between 15 to 30 seconds between every unfollow.
125
125
####6) Logout from exist session:
126
126
```python
127
127
bot.logout()
@@ -160,7 +160,7 @@ bot.like_all_exist_media(4)
160
160
161
161
2) Install Python lib `requests`. Run command `pip3 install requests` if you use `Python 3`, or type `pip install requests` if you use `Python 2`.
0 commit comments