araa-search icon indicating copy to clipboard operation
araa-search copied to clipboard

A privacy-respecting, ad-free, self-hosted Google metasearch engine with strong security that offers full API support and utilizes Qwant for images, and DuckDuckGo for auto-complete.

Results 12 araa-search issues
Sort by recently updated
recently updated
newest added

```python # results result_divs = soup.findAll("div", {"class": "MjjYud"}) # initialize lists to store data titles = [] descriptions = [] hrefs = [] # loop through each div for div...

Hi there, I host a few other search instances like [LibreY](https://github.com/Ahwxorg/librey/), [Whoogle](https://github.com/benbusby/whoogle-search), [4get](https://git.lolcat.ca/lolcat/4get) and of course yours. One feature in Whoogle that I really like is replacing links to YouTube,...

I made a PoC search engine that searches Github, Sourcehut, and any Forgejo instance (live instance at https://reposearch.exozy.me/). I want to port the functionality to araa-search, since I don't see...

Hi, I have a feature request for Tailsx. Is there anyway that you develop so that it has an AI chat function that uses gpt-3.5-turbo. Also is there any possibility...

I've tested, and there's no quick answer feature. Could you create a quick answer feature? Is it possible to get a feature like DuckAssist and the regular quick answer feature?

This adds a function where we can check for if there should be any widgets. This can be used in the future for adding different widgets. For example, I plan...

added Czech translations

i did uncommented #DOMAIN= to DOMAIN=example.wpwdw.com but i get error after running a container ``` Make a DOMAIN env. variable & set it to your domain! (Ex; DOMAIN=www.yourdomain.com) ``` changed...

In #103, you mentioned that in order to prevent no results being returned because of rate limiting, you'll implement other search engines to act as a backup. Here's a template...

This PR adds qwant as a backup search engine for when google doesn't give a response. It isn't ready to be merged yet, since there's probably some more bugs (because...