/yippi

An e621 API wrapper for Python

Primary LanguagePythonMIT LicenseMIT

Yippi!  Documentation Status Build Status

Yippi is an e621 API wrapper for Python, to make everyone's life simplier.

Requirements

  • Python 3.x
  • urllib
  • json

Installation

Clone this repository, and type this down

$ pip install -e .

Example

results = yippi.search(['girly', 'male', 'fox']) # Searches e621 with "girly male fox" as query
results[0].file_url # Get the image/file's URL

Full Documentation