Skip to content

Commit 31ce52d

Browse files
authored
updated readme styling
1 parent 16e36e8 commit 31ce52d

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

README.md

+22-12
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
1-
# instaAPI-bot
2-
Automated likes on instagram
1+
# instaAPI-bot.py
2+
## Automated likes on instagram
33

4-
For Python > 3.2
4+
### For Python > 3.2
55

66
This Program uses the private Instagram API by Pasha Lev: https://github.com/LevPasha/Instagram-API-python
77
DO NOT use this program in the real world. This is for educational purposes only.
88
This is an instagram bot inspired by instabot.py by Pasha Lev but using the private Instagram API instead.
99

10-
# Requirements:
10+
## Requirements:
11+
1112
Python > 3.2
13+
1214
Also you need the "requests" modul.
1315
You can install it with pip:
14-
#pip install requests
1516

16-
# Usage:
17+
`pip3 install requests`
18+
 
19+
## Usage:
20+
1721
You can start the program using the commandline:
18-
python3 instaAPI-bot.py
1922

20-
# Alter the default settings with one of these two options:
21-
OPTION 1
23+
`python3 instaAPI-bot.py`
24+
25+
## Alter the default settings with one of these two options:
26+
# OPTION 1
27+
2228
Use commandline options.
2329
Type
24-
python3 instaAPI-bot.py -h
30+
31+
`python3 instaAPI-bot.py -h`
32+
2533
for a list of available command line options.
2634

2735
Examles using command line options:
28-
python3 instaAPI-bot.py --username YOUR_INSTAGRAM_USERNAME --likes LIKES_PER_DAY --hashtags like4like selfie cute fashion
2936

30-
OPTION 2
37+
`python3 instaAPI-bot.py --username YOUR_INSTAGRAM_USERNAME --likes LIKES_PER_DAY --hashtags like4like selfie cute fashion`
38+
39+
# OPTION 2
40+
3141
Open the file settings.py in an editor (preferable notepad++, sublime text2/3, atom) and edit the default values.

0 commit comments

Comments
 (0)