Whoogle worked fine until a couple of months ago that stopped working. It can not by-pass the Google consent page. This issue has been fixed on whoogle git quite some time ago but I can not get this update.
apt-get does not know the package whoogle-search
pip says that it is already uptodate
How can I solve this on my L13 with Byzantium PureOs?
Requirement already satisfied: whoogle-search in /usr/local/lib/python3.9/dist-packages (0.8.3)
If I search through whoogle it presents me with a google screen to accept the license. If I accept, it takes me to Google (it does not stay in whoogle). I know that this was a known bug that got fixed. In Manjaro Linux an update solved it. But on PureOs I do not know how to upgrade.
nano /usr/local/lib/python3.11/dist-packages/app/request.py
Line 297:
297 cookies = {
298 'CONSENT': 'PENDING+987',
299 'SOCS': 'CAESHAgBEhJnd3NfMjAyMzA4MTAtMF9SQzIaAmRlIAEaBgiAo_CmBg'
300 }
In your case, I would probably execute nano usr/local/lib/python3.9/dist-packages/app/request.py instead, then follow the rest of the instructions normally.
As mentioned earlier, I will need time to read more pip documentation later; I simply do not use pip or Whoogle, and provide support on my free time and interest.
I did uninstall with the above. But then I realized that it was still running from another installation in /opt/whoogle I do not remembered what I had done. In any case I cleaned up my system and re-installed with pip. Now it works fine. Thank you!