File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# instaAPI-bot.py
2
- ## Automated likes on instagram
2
+ ## Automated hashtag likes on instagram
3
3
4
- ### For Python > 3.2
4
+ ### For Python 3.2+
5
5
6
6
This Program uses the private Instagram API by Pasha Lev: https://github.com/LevPasha/Instagram-API-python
7
7
DO NOT use this program in the real world. This is for educational purposes only.
8
8
This is an instagram bot inspired by instabot.py by Pasha Lev but using the private Instagram API instead.
9
9
10
10
## Requirements:
11
11
12
- Python > 3.2
12
+ Python 3.2+
13
13
14
14
Also you need the "requests" modul.
15
15
You can install it with pip:
@@ -38,4 +38,4 @@ Example using command line options:
38
38
39
39
### OPTION 2
40
40
41
- Open the file settings.py in an editor (preferable notepad++, sublime text2 /3, atom) and edit the default values.
41
+ Open the file settings.py in an editor (preferable notepad++, sublime text 2 /3, atom) and edit the default values.
You can’t perform that action at this time.
0 commit comments