|
1 | | -# Instagram ([bot.py](https://github.com/gumdropsteve/instagram/blob/master/bot.py)) |
2 | | -Object-oriented Selenium (Python) WebDriver class providing insight and task automation for Instagram users. |
| 1 | +## Instagram ([bot.py](https://github.com/gumdropsteve/instagram/blob/master/bot.py)) |
| 2 | +Object-oriented Selenium (Python) WebDriver class providing insight and task automation for Instagram users. |
3 | 3 |
|
4 | 4 | <a href="https://github.com/SeleniumHQ/selenium" target="_blank"> |
5 | 5 | <img src="https://img.shields.io/badge/built%20with-Selenium-yellow.svg" /></a> |
6 | 6 | <a href="https://www.python.org/" target="_blank"> |
7 | 7 | <img src="https://img.shields.io/badge/built%20with-Python3-red.svg" /></a> |
8 | 8 |
|
9 | | -### Primary Abilities: |
| 9 | +#### Primary Abilities: |
10 | 10 | - Log in to Instagram |
11 | | - - [.login()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L46) |
| 11 | + - ig.[login()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L46) |
12 | 12 | - Gather posts by hashtag |
13 | | - - [.gather_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L62) |
| 13 | + - ig.[gather_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L62) |
14 | 14 | - Like posts based on hashtag |
15 | | - - [.like_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L174) |
| 15 | + - ig.[like_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L174) |
16 | 16 | - Comment or add hashtags to a post |
17 | | - - [.comment()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L214) |
| 17 | + - ig.[comment()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L214) |
| 18 | + |
| 19 | +#### Example Uses: |
| 20 | +- [add_hashtags](https://github.com/gumdropsteve/instagram/blob/master/run.py#L26) to a post as a comment |
| 21 | +- Gather posts then [like_by_hashtag](https://github.com/gumdropsteve/instagram/blob/master/run.py#L45) after making sure you haven't already liked them |
| 22 | +- [rec_n_check](https://github.com/gumdropsteve/instagram/blob/develop/run.py#L8) an account's followers and following to identify then (optionally) unfollow non-followbackers |
| 23 | + |
0 commit comments