Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
/ BingImageCreator Public archive

High quality image generation by Microsoft. Reverse engineered API.

License

Notifications You must be signed in to change notification settings

acheong08/BingImageCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Antonio Cheong
Aug 10, 2023
634f7e0 · Aug 10, 2023

History

87 Commits
May 17, 2023
May 24, 2023
Aug 10, 2023
May 24, 2023
May 17, 2023
Apr 5, 2023
Jun 6, 2023
Mar 22, 2023
May 24, 2023
Apr 5, 2023
Apr 10, 2023
Apr 10, 2023
Aug 10, 2023

Repository files navigation

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

Developer Documentation

Getting authentication

Chromium based browsers (Edge, Opera, Vivaldi, Brave)

Firefox