Skip to content

Commit 9f11f02

Browse files
authored
Update README.md
Link use cases. Formatting.
1 parent e6f60af commit 9f11f02

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
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.
33

44
<a href="https://github.com/SeleniumHQ/selenium" target="_blank">
55
<img src="https://img.shields.io/badge/built%20with-Selenium-yellow.svg" /></a>
66
<a href="https://www.python.org/" target="_blank">
77
<img src="https://img.shields.io/badge/built%20with-Python3-red.svg" /></a>
88

9-
### Primary Abilities:
9+
#### Primary Abilities:
1010
- 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)
1212
- 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)
1414
- 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)
1616
- 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

Comments
 (0)