|
1 | | -# instaAPI-bot |
2 | | -Automated likes on instagram |
| 1 | +# instaAPI-bot.py |
| 2 | +## Automated 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 | | -# Requirements: |
| 10 | +## Requirements: |
| 11 | + |
11 | 12 | Python > 3.2
|
| 13 | + |
12 | 14 | Also you need the "requests" modul.
|
13 | 15 | You can install it with pip:
|
14 | | - #pip install requests |
15 | 16 |
|
16 | | -# Usage: |
| 17 | +`pip3 install requests` |
| 18 | + |
| 19 | +## Usage: |
| 20 | + |
17 | 21 | You can start the program using the commandline:
|
18 | | - python3 instaAPI-bot.py |
19 | 22 |
|
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 | + |
22 | 28 | Use commandline options.
|
23 | 29 | Type
|
24 | | -python3 instaAPI-bot.py -h |
| 30 | + |
| 31 | +`python3 instaAPI-bot.py -h` |
| 32 | + |
25 | 33 | for a list of available command line options.
|
26 | 34 |
|
27 | 35 | Examles using command line options:
|
28 | | -python3 instaAPI-bot.py --username YOUR_INSTAGRAM_USERNAME --likes LIKES_PER_DAY --hashtags like4like selfie cute fashion |
29 | 36 |
|
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 | + |
31 | 41 | Open the file settings.py in an editor (preferable notepad++, sublime text2/3, atom) and edit the default values.
|
0 commit comments