Mokkari 3.3.0 | GitLocker.com Product

mokkari 3.3.0

Last updated:

0 purchases

mokkari 3.3.0 Image
mokkari 3.3.0 Images

Free

Languages

Categories

Add to Cart

Description:

mokkari 3.3.0

Mokkari




A python wrapper for the Metron Comic Book Database API.
Installation
pipx install mokkari

Example Usage
import mokkari

# Your own config file to keep your credentials secret
from config import username, password

m = mokkari.api(username, password)

# Get all Marvel comics for the week of 2021-06-07
this_week = m.issues_list({"store_date_range_after": "2021-06-07", "store_date_range_before": "2021-06-13", "publisher_name": "marvel"})

# Print the results
for i in this_week:
print(f"{i.id} {i.issue_name}")

# Retrieve the detail for an individual issue
asm_68 = m.issue(31660)

# Print the issue Description
print(asm_68.desc)

Documentation
Read the project documentation
Bugs/Requests
Please use the
GitHub issue tracker to
submit bugs or request features.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.