jarrodnorwell / InstaPy2

Instagram automation tool for farming comments, follows and likes, written in Python
GNU General Public License v3.0
52 stars 9 forks source link

How do you use this? #26

Closed channelblackri closed 1 year ago

jarrodnorwell commented 1 year ago

@channelblackri I'm starting to add basic examples to the GitBook. The link can be found on the README.

Seovtop commented 1 year ago

@channelblackri I'm starting to add basic examples to the GitBook. The link can be found on the README.

I got it for this example:

session.comment(amount=10, iterable=[pk], type=CommentType.Locations)

NameError: name 'CommentType' is not defined

jarrodnorwell commented 1 year ago

Updated the example to fix that issue, line 2.

Seovtop commented 1 year ago

Result from example: [INFO]: Found 10 of 10 valid media with the current configuration.

What next step? Just found)

jarrodnorwell commented 1 year ago

I didn't add any printing to comments, you may need to check your activity and I'll add that in the next update