Skip to content

pruizlezcano/comicgeeks

Repository files navigation

PyPI Coveralls forthebadge

comicgeeks

A python client for League of Comics Geeks.

  • Search series, creators and characters by name
  • Get series, issues, creators and characters information
  • Manage your comic collection
    • Subscribe to series
    • Mark issue as read
    • Add issue to collection
    • And more...

Installation

Use the package manager pip to install comicgeeks.

pip install comicgeeks

Usage

from comicgeeks import Comic_Geeks

client = Comic_Geeks("my_ci_session")

# search series
client.search_series("daredevil")

# get new releases
client.new_releases()

# get info about an issue
client.issue_info(3616996)

For more info check the documentation in https://comicgeeks.readthedocs.io

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Note

This project has been set up using PyScaffold 4.3. For details and usage information on PyScaffold see https://pyscaffold.org/.

License

MIT