This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Automatic solving captcha for Linux Desktop Envorinments #609
ProfDrLuigi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are running a Linux Desktop Environment I solved it now this way. Install Microsoft Edge and xdotool. Start Edge, log into your M$ Account and select saving the credentials for future browser starts. If done you can now execute this snippet here automatic via cron once or twice a day.
/usr/bin/microsoft-edge-stable %U "https://www.bing.com/search?q=Hi+Bot&showconv=1&FORM=hpcodx&sydconv=1&scdexwlcs=1&scdexwlispw=1&sendquery=1" && sleep 10 && xdotool key ctrl+w"
It starts the Edge Browser, sends "Hi Bot" to the Bot and the Verification capture is done and the Browser quits automatic. Et voila you can now use edgegpt again for the next 24h. :)
Beta Was this translation helpful? Give feedback.
All reactions