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.
pip install myjd-api
myjd_api
--jd-userSet your My JDownloader username--jd-passSet your My JDownloader password--jd-deviceSet your My JDownloader device name--portOptional: Set desired Port to serve the API--usernameOptional: Set desired username for the API--passwordOptional: Set desired username for the API
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
-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)