Closed channelblackri closed 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
Updated the example to fix that issue, line 2.
Result from example: [INFO]: Found 10 of 10 valid media with the current configuration.
What next step? Just found)
I didn't add any printing to comments, you may need to check your activity and I'll add that in the next update
@channelblackri I'm starting to add basic examples to the GitBook. The link can be found on the README.