Metadata-Version: 2.1
Name: myjd-api
Version: 0.3.2
Summary: A simple json interface for the MyJDownloader API to be used with Organizr
Home-page: https://github.com/rix1337/MyJD-API
Author: rix1337
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: docopt
Requires-Dist: flask
Requires-Dist: gevent
Requires-Dist: pycryptodomex
Requires-Dist: requests
Requires-Dist: six

#  MyJD-API

[![PyPI version](https://badge.fury.io/py/myjd-api.svg)](https://badge.fury.io/py/myjd-api)
[![ko-fi](https://img.shields.io/badge/support-me-red.svg)](https://ko-fi.com/J3J4Y2R6)

This is a standalone version of [RSScrawler](https://github.com/rix1337/RSScrawler)'s MyJDownloader API for use with projects like [Organizr](https://github.com/causefx/Organizr).

The official docker image is available at [Docker Hub](https://hub.docker.com/r/rix1337/docker-myjd-api).

# Setup

`pip install myjd-api`

# Run

`myjd_api`

## Credits

* [mmarquezs](https://github.com/mmarquezs/)


