Skip to main content

Python wrapper for the Shortboxed API

Project description

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 https://img.shields.io/badge/code%20style-black-000000.svg

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

serifan-1.0.6.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

serifan-1.0.6-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page