Archive utility for Midjourney
Project description
dimjournal
dimjournal is a Python utility for automatically downloading upscaled images from Midjourney into a local archive (folder tree).
Note: the terms of use of Midjourney disallow any automation!
dimjournal uses the Selenium WebDriver to log into the Midjourney website, fetch user data, and download job information and images. The files are stored in the midjourney/dimjournal
subfolder inside your Pictures
/My Pictures
folder, or in a folder of your choice if you specify it.
Changelog
- v1.0.6: Fixes
- v1.0.3: Tested on macOS in July 2023
Installation
Stable version:
pip install dimjournal
Development version:
python3 -m pip install git+https://github.com/twardoch/dimjournal
Usage
Command Line Interface (CLI)
python3 -m dimjournal --archive_folder /path/to/your/archive/folder
Python
You can also use Dimjournal in your Python scripts. Here is an example of how to import and use the download
function:
from dimjournal import download
# Specify the directory where you want to store the data
archive_folder = "/path/to/your/archive/folder"
# Download the data
download(archive_folder)
License
- Licensed under the Apache-2.0 License
- Written with assistance from ChatGPT
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
Built Distribution
Hashes for dimjournal-1.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a294cc8f1b721b54cb6071aecb881e6ae5ad3c276b0442424b8afef8750a474 |
|
MD5 | 3209589cddd594e81f4ecd364073d990 |
|
BLAKE2b-256 | 13a5816cd8d6c52c3d1b9db1b3da9100edb9422c1c5062d55a9aa38e5cf14b42 |