manatlan
manatlan
je plussoie ;-)
in fact, sometimes .... the redirect_url, returned by the first post, can be an absolute or relative one. so it breaks all the rest, making the redirection rt4/rt3 fails
@acheong08 ... using just httpx, it could be written as : ```python import httpx,asyncio,re,json HEADERS= {} # doesn't seem to be needed (?!) COOKIES={} for cookie in json.loads(open('bing.json', encoding="utf-8").read()): COOKIES[...
> You ran this project on a Chinese machine ? no ... it's a hosted linux/vm on a french hosting service ( https://www.alwaysdata.com/ ) > or your bing account Settings...
@UseLEss213 ... I don't understand what you want ... Sorry If you want a minimal version, just use https://github.com/acheong08/BingImageCreator/issues/31#issuecomment-1561716705 If I can help, I'll do ... But I don't understand...
@UseLEss213 ... ok, you are not developper ! The best way, for you ... without python modifications. is to use "alias" under a bash/console (if you are on linux) (on...
you can easily implement it, on front side (html), with SpeechRecogniton objects ... Doesn't need to be in edgegpt
bing use the JS "SpeechRecognition" in front/client side (your html browser), to feed the input field, with voice recognition. it's really easy to on your self