HipcallWhichtech
View SourceFind out what the website is built with using this package.
Installation
If available in Hex, the package can be installed
by adding hipcall_whichtech to your list of dependencies in mix.exs:
def deps do
[
{:hipcall_whichtech, "~> 0.13.0"}
]
endUse
Documentation for using, please check the HipcallWhichtech module.
Example
iex> {:ok, html_body} = HipcallWhichtech.request("https://woo.com/")
iex> HipcallWhichtech.detect(html_body)
...> {:ok, [:wordpress, :woocommerce]}
iex> {:ok, html_body} = HipcallWhichtech.request("https://www.bulutfon.com/")
iex> HipcallWhichtech.detect(html_body)
...> {:ok, [:wordpress]}
iex> {:ok, html_body} = HipcallWhichtech.request("https://www.lab2023.com/")
iex> HipcallWhichtech.detect(html_body)
...> {:ok, []}Website
If you want, you can test the package from https://whichtech.hipcall.com site.
Hipcall
All Hipcall libraries:
- HipcallDisposableEmail - Simple library checking the email's domain is disposable or not.
- HipcallDeepgram - Unofficial Deepgram API Wrapper written in Elixir.
- HipcallOpenai - Unofficial OpenAI API Wrapper written in Elixir.
- HipcallWhichtech - Find out what the website is built with.
- HipcallSDK - Official Hipcall API Wrapper written in Elixir.