Skip to content

A simple json interface for the MyJDownloader API to be used with Organizr

License

Notifications You must be signed in to change notification settings

rix1337/MyJD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyJD-API

PyPI version Github Sponsorship

This is a standalone version of FeedCrawler's MyJDownloader API for use with projects like Organizr.

The official docker image is available at Docker Hub.

Setup

pip install myjd-api

Run

myjd_api

Parameters

  • --jd-user Set your My JDownloader username
  • --jd-pass Set your My JDownloader password
  • --jd-device Set your My JDownloader device name
  • --port Optional: Set desired Port to serve the API
  • --username Optional: Set desired username for the API
  • --password Optional: Set desired username for the API

Docker

docker run -d \
  --name="MyJD-API" \
  -p port:8080 \
  -v /path/to/config/:/config:rw \
  -e USER=USERNAME \ 
  -e PASS=PASSWORD \
  -e DEVICE=DEVICENAME \
  rix1337/docker-myjd-api

Optional Parameters

  • -e USER (after first run, if unchanged)
  • -e PASS (after first run, if unchanged)
  • -e DEVICE (always, if only one device is present at MyJD-Account, otherwise after first run, if unchanged)

Credits

About

A simple json interface for the MyJDownloader API to be used with Organizr

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published