nix2intel
SearExNg - a library to get and use search results from a SearXNG json endpoint
Excited to release SearExNg, an Elixir tool for the SearXNG API! SearXNG brings privacy-first metasearching, and SearExNg puts it at your fingertips in Elixir—ideal for OSINT, research, or privacy-centric projects.
Highlights:
- Easy Queries: Search across engines within an Elixir App.
- OSINT Power: Process and analyze data effortlessly.
Issues:
- While there is a default instance, bots are an issue for searxng instances I highly recommend that you run your own private searxng instance for testing.
- JSON is disabled by default for SearxNg instances, so please ensure that the instance you are using has enabled that feature.
A look at a query of an elixir forum search limited to the last day (notice the unresponsive engines here this is because of throttling from upstream vendors)
Get It Now:
- Install via Hex: {:sear_ex_ng, “~> 0.1.0”} (sear_ex_ng | Hex).
- Open-source—fork, tweak, or contribute!
- Source on GitHub:
Try it out and let me know what you think. Big thanks to the elixirlang and osint communities for inspiring this!
Popular in Libraries
Hi everyone,
We would like to announce that Plataformatec is working on a new MySQL driver called MyXQL. Our goal is to eventually integ...
New
Hey guyz
We at @aviabird are working on a payment library in elixir/phoenix. We are targeting March 2018 to add 56 Gateways to it.
Have...
New
Introducing assertions, the library that helps you write really great test assertions!
GitHub: https://github.com/devonestes/assertions ...
New
It is a well-know topic within the Elixir community: “To mock or not to mock? :)”
Every alchemist probably has his / her own opinion con...
New
I’m excited to announce that TaxJar has developed and open-sourced DateTimeParser. We developed it because we found a need to parse user ...
New
https://www.conduitframework.com/
The best overview for how things are tied together is this presentation. Modules and functions are pre...
New
ExApi is a library that I’m developing now and hope release soon
This library will allow to:
list all apis
list all api implementation...
New
Hi, I wanted share a small library we at Revelry Labs made for rendering react components from the server side. There are instructions fo...
New
Expat is a tiny experiment I did for extracting patterns and being able to reuse them (compose and share patterns between elixir librarie...
New
Could not wait for the missing Elixir ML libraries to appear, so, I wrote one myself, taking https://github.com/sdwolfz/exlearn as a foun...
New
Other popular topics
In Ruby, I can go:
User.find_by(email: "foobar@email.com").update(email: "hello@email.com")
How can I do something similar in Elixir? ...
New
Hello!
Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
I have followed this StackOverflow post to install the specific version of Erlang.
And When I am running mix ecto.setup then getting fol...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
I would like to know what is the best IDE for elixir development?
New
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this
"1000"
What is the ...
New
The Elixir Typespec docs show the following syntax for keyword lists in typespecs:
# ...
| [key: type] # keyword lis...
New
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New








