Skip to content

Commit 27c1ded

Browse files
authored
Merge pull request #33 from gumdropsteve/release/0.2.0
Release/0.2.0 - GPU Support & Helper Functions as Bot Methods
2 parents bd970a6 + 9e5796b commit 27c1ded

File tree

7 files changed

+290
-275
lines changed

7 files changed

+290
-275
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ Object-oriented Selenium (Python) WebDriver class providing insight and task aut
88

99
#### Primary Abilities:
1010
- Log in to Instagram
11-
- ig.[login()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L80)
11+
- ig.[login()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L89)
1212
- Gather posts by hashtag
13-
- ig.[gather_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L110)
13+
- ig.[gather_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L120)
1414
- Like posts based on hashtag
15-
- ig.[like_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L266)
15+
- ig.[like_posts()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L276)
1616
- Comment or add hashtags to a post
17-
- ig.[comment()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L322)
17+
- ig.[comment()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L332)
18+
- Record Followage
19+
- ig.[record_followers_and_following()](https://github.com/gumdropsteve/instagram/blob/master/bot.py#L521)
1820

1921
#### Example Uses:
20-
- [add_hashtags](https://github.com/gumdropsteve/instagram/blob/master/run.py#L24) 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/master/run.py#L6) an account's followers and following to identify then (optionally) unfollow non-followbackers
22+
- [add_hashtags](https://github.com/gumdropsteve/instagram/blob/master/run.py#L26) to a post as a comment
23+
- Gather posts then [like_by_hashtag](https://github.com/gumdropsteve/instagram/blob/master/run.py#L47) after making sure you haven't already liked them
24+
- [rec_n_check](https://github.com/gumdropsteve/instagram/blob/master/run.py#L5) an account's followers and following to identify then (optionally) unfollow non-followbackers
2325

0 commit comments

Comments
 (0)