Skip to content

Python wrapper for Shortboxed API

License

Notifications You must be signed in to change notification settings

bpepple/serifan

Repository files navigation

Serifan

https://img.shields.io/pypi/v/serifan.svg?logo=PyPI&label=Version&style=flat-square:alt:PyPI https://img.shields.io/pypi/pyversions/serifan.svg?logo=Python&label=Python-Versions&style=flat-square https://img.shields.io/github/license/bpepple/serifan

Quick Description

A python wrapper for the shortboxed.com API.

Installation

PyPi

$ pip3 install --user serifan

Example Usage

import serifan

m = serifan.api()

# Get this weeks comic releases.
results = m.new_releases()

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

Documentation

Bugs/Requests

Please use the GitHub issue tracker to submit bugs or request features.

License

This project is licensed under the GPLv3 License.