Skip to content

High quality image generation by Microsoft. Reverse engineered API.

License

Notifications You must be signed in to change notification settings

olaviinha/BingImageCreator

 
 

Repository files navigation

Reverse engineered API for Bing Image Creator

...just because original repository stopped working and is no longer maintained.

Get authentication (-U <authentication>)

  • Go to https://bing.com/
  • F12 to open console
  • Copy/paste to console: cookieStore.get("_U").then(result => console.log(result.value)) and hit Enter.
  • Copy the output. This is used with -U

Installation & usage

$ git clone https://github.com/olaviinha/BingImageCreator.git
$ python3 BingImageCreator/src/BingImageCreator.py -U <authentication> --prompt <prompt> --output-dir <dir>

About

High quality image generation by Microsoft. Reverse engineered API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Makefile 2.1%