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 a folder of your choice.
Changelog
- v1.0.3: Tested on macOS in July 2023
Installation
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
dimjournal-1.0.4.tar.gz
(15.5 kB
view hashes)
Built Distribution
dimjournal-1.0.4-py3-none-any.whl
(11.1 kB
view hashes)
Close
Hashes for dimjournal-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82f994994b84cc2376d2dfdb7a35aeb55eb7727bc3449dcbb5d8db7847b26dc6 |
|
MD5 | 152d02f14fcddedaab164d9478828170 |
|
BLAKE2b-256 | db18ed2241b5e934e914c87f9d5e35828265ae0dfba1df13f21582aab7aec646 |