Bing Copilot Image auto-downloader

Automatic image downloader for Bing Copilot Image Creator.

От 14.11.2024. Виж последната версия.

Автор
hurhurburps
Рейтинг
0 0 0
Версия
0.20
Създаден
10.08.2023
Обновен
14.11.2024
Размер
20 КБ
Лиценз
MIT
Работи на

Leave a browser window open on https://copilot.microsoft.com/images/create/-/1234?autosavetimer=60 (or whatever page which includes the "Recent" tab) and it'll periodically poll the recent creations list to download any new images you've created.

If you click any links on the page then autosavetimer will be removed from the URL and the script will stop working. Changing the @match to run the script despite that might work, and is the goal, but it's untested right now.

The names of the files aren't great, but they capture the magic codes needed to trace back to the original page where they were hosted. Plus a copy of the prompt.

Since I don't know javascript I just started out by copying somebody's Midjourney downloader and then hacking at it with pieces of code I found on stackoverflow.

If somebody wants to take ownership and clean it up, that'd be great! Let me know if you do that so I don't have to keep fumbling about with my crappy version.