High quality image generation by Microsoft. Reverse engineered API.
Project description
BingImageCreator
High quality image generation by Microsoft. Reverse engineered API.
pip3 install --upgrade BingImageCreator
$ python3 -m BingImageCreator -h
usage: BingImageCreator.py [-h] -U U --prompt PROMPT [--output-dir OUTPUT_DIR]
options:
-h, --help show this help message and exit
-U U Auth cookie from browser
--prompt PROMPT Prompt to generate images for
--asyncio Use async to sync png
--output-dir OUTPUT_DIR
Output directory
Getting authentication
Chromium based browsers (Edge, Opera, Vivaldi, Brave)
- Go to https://bing.com/.
- F12 to open console
- In the JavaScript console, type
cookieStore.get("_U").then(result => console.log(result.value))
and press enter - Copy the output. This is used in
--U
orauth_cookie
.
Firefox
- Go to https://bing.com/.
- F12 to open developer tools
- navigate to the storage tab
- expand the cookies tab
- click on the
https://bing.com
cookie - copy the value from the
_U
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file BingImageCreator-0.5.0.tar.gz
.
File metadata
- Download URL: BingImageCreator-0.5.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e15798b7c0394145b334d0b3bef4aad187d5e7e0c3f7b6d949e413fe11b5ea47 |
|
MD5 | e8a43270b6b3e8af5c35a3b67da8d566 |
|
BLAKE2b-256 | 5713d3dee1846b8844e83fcb522ab3c7c335052f173ad3fb8e3970cfa11e9abd |
Provenance
File details
Details for the file BingImageCreator-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: BingImageCreator-0.5.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9822e07ec32f79a88d4a0db59e85dfed46477cfe706d534c2bd813f1c92120e0 |
|
MD5 | 5fb999747c7ee2a9289709786ebebfc4 |
|
BLAKE2b-256 | 915e04629695f684182eda5d3d2dfada781f05341a48acf6ec93b46815db1a9b |